Implementation of myspace and linkedin in iphone

后端 未结 1 1541
温柔的废话
温柔的废话 2021-01-17 02:26

I want to implement LinkedIn and Myspace in iphone application. I mean I want to change status of both using my app. Is there any API available to access both? I tried OAuth

1条回答
  •  南方客
    南方客 (楼主)
    2021-01-17 03:02

    Both LinkedIn and Myspace both have an API, and both support OAuth. You can find more infomation through their respective developer network sites:

    • LinkedIn Developer Network - LinkedIn OAuth
    • Myspace Developer Network - MySpace OAuth

    To update status:

    • LinkedIn: Post Network Update
    • MySpace: Status_and_Mood_API - Updating_a_Status_and_Mood

    0 讨论(0)
提交回复
热议问题