Nico113 / mpoauthconnection

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

oauth_token failure / user data reset #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the user deletes the API "connection" via the webinterface, MPOAuth won't 
do the OAuth 
"dance" anymore (reinstalling the app doesn't fix the problem). Any API Call 
will return that the 
token is wrong (or doesn't even exist).

Also, it would be nice to reset the application/userdata, so that the user can 
re-login in case he 
wants to use two or more accounts without reinstalling the application (also it 
could help with the 
issue above).

Original issue reported on code.google.com by westb...@gmail.com on 22 Feb 2009 at 10:43

GoogleCodeExporter commented 9 years ago
You'll now get an MPOAuthNotificationAccessTokenRejected notification when this 
happens. At that time it's up 
to you to decide to discard the access token and redo the dance.

Original comment by karl.a...@gmail.com on 26 Mar 2009 at 6:12