how can we integrate myspace in my website.i want to bind friendslist and daily updates to my website?
+1
A:
You have a few options to integrate the MySpace social network with your site.
From the developer site (http:\developer.myspace.com), create a MySpaceID application. With the application you still have a few options:
- Use the javascript library that comes with the MySpaceID library
- Use the OAuth REST calls to exchange a request token for an access token and call the REST endpoints from your server. (so this is a server to server implementation)
- Use the OpenId hybrid integration.
Your best bet is number 2
This page http://wiki.developer.myspace.com/index.php?title=OAuth_REST_API_Usage_-_Authentication_Process will give you the best overview of the authentication flow.
I always create a simple console application and trace with Fiddler the request response sessions.
Sentient
2010-03-16 05:53:35