i have successfully done first 3 steps (http://developerwiki.myspace.com/index.php?title=OAuth_REST_API_Usage_-_Authentication_Process) but unable to compose url for
access token (step4)...I'm implementating this in C# ...
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 !!!