0

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 API but its not working only working for Twitter..

Thanks, in Advance.

1 Answers1

0

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


To update status:

Colin Pickard
  • 45,724
  • 13
  • 98
  • 148
  • Thanks for this but I have already used this and integrated with api. But I want to update my status of both social sites through my app. if you have code or link for that, pls guide me..... Thaks.. – Hardik Nimavat Nov 12 '10 at 12:43
  • @user333242 It's all in the API docs - have a look through, they're fairly good, they really want people to develop against these APIs. I've added direct links to sections that might help you. – Colin Pickard Nov 12 '10 at 14:12