Nico113 / mpoauthconnection

Automatically exported from code.google.com/p/mpoauthconnection
0 stars 0 forks source link

oauth_session_handle not present in get_token request [access token refresh] (MPOAuthMobile) #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run MPOAuthMobile, complete authentication through the Yahoo OAuth service.
2. Restart application
3. Check console, a request is made to get_token, without oauth_session_handle.

What is the expected output? What do you see instead?

The console shows a request to get_token, that does not contain the
oauth_session_handle parameter required to refresh an access token.
Therefore an 'token_rejected' error is returned from the OAuth servers.

MPOAuthMobile[34074:20b] oauthProblem = {
    "oauth_problem" = "token_rejected";
}

What version of the product are you using? On what operating system?
r28 of MPOAuthMobile, Leopard 10.5.6 9G55, Simulator 2.2

Please provide any additional information below.

Original issue reported on code.google.com by zagra...@gmail.com on 27 Jan 2009 at 11:14

GoogleCodeExporter commented 9 years ago

Original comment by karl.a...@gmail.com on 27 Jan 2009 at 11:27

GoogleCodeExporter commented 9 years ago

Original comment by karl.a...@gmail.com on 28 Jan 2009 at 9:11