views:

48

answers:

0

I am trying to integrate my app with Myspace using oAuth REST API...

i have successfully done first 3 steps but unable to compose url for access token (step4)...

Authentication Process steps: Step 1: Get a request token. (http://api.myspace.com/request_token) Step 2: Redirect to a MySpace URL to authenticate the User. (http://api.myspace.com/authorize) Step 3: On successful authentication of the User, MySpace redirects the User back to the callback URL. Step 4: Obtain an "access token". (http://api.myspace.com/access_token) -- FACING PROBLEM at this step

if anyone already done this before then please please paste your sample code .... i shall be very thankful to you for this kindness !!!