In my web application, i have a facebook login button that allow user to connect, each time user click the button, i redirect the user to oAuth dialogue with the scopes. Normally if the user already autorised all the asking permission, the redirection is transparent and facebook send me back a new access token that have 60 days life times. Since yesterday(or may be sooner), i noticed that with the same process facebook will not return an access token with 60 days but the actual valid access token with the remain expiration. Is there a change in the facebook platform?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Here is what the docs say about this:
Are you trying to extend the token more than once per day? |
|||
|
|