Nico113 / mpoauthconnection

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

Issue when buinding on 3.0 #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build app using 3.0
2. authorise with some network
3. close the app and open it. its not requesting again instead it calling 
access token

What is the expected output? What do you see instead?
i expect it to fetch new unauthorised request token and ask user for 
authentication

What version of the product are you using? On what operating system?
3.0

Please provide any additional information below.
I think problem with key chain

Original issue reported on code.google.com by tvgece on 25 Nov 2009 at 10:15

GoogleCodeExporter commented 9 years ago
This is actually wrong, the correct behavior is to use the already retrieved 
access token as that has been 
authorized by the user and remote server for making API requests. If you want 
to discard the credentials you can 
always call -discardCredentials on the MPOAuthAPI

Original comment by karl.a...@gmail.com on 21 Dec 2009 at 7:20