What service provider are you trying to use? The Google Data APIs? Check the URL. Google's access token URL is https://www.google.com/accounts/OAuthGetAccessToken , according to http://code.google.com/apis/gdata/auth.html#OAuth
In the access token request, the oauth_signature must be computed using the request token secret; that is the oauth_token_secret the service provider sent with the request token. On Jan 31, 2:44 am, Razak <[email protected]> wrote: > I am sending the request for AccessToken same as the one for > RequestToken except two changes. > > Changes, I made are > 1. oauth_token included in header parameters & > 2. scope parameter removed. > > But still Iam not getting the response for AccessToken. Can you > please help me in resolving the problem? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OAuth" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/oauth?hl=en -~----------~----~----~----~------~----~------~--~---
