Hi All, Hopefully a quick one, how would I go about constructing the AccessToken without making a request with a RequestToken to create it?
Eg Currently AccessToken = session.ExchangeRequestTokenForAccessToken(RequestToken, code); will set the AccessToken. (Code is a verification code from the website with OAuth as a method for testing) However I have OAuthToken and the OAuthToken Verifier saved in a MySQL database for each user and need to load these to make the requests on behalf of each user. Any examples out there? Have been stumped on this for the last day or so!! Thanks Regan -- You received this message because you are subscribed to the Google Groups "OAuth" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
