How can I extend a facebook long lived (still valid about to expire) token on Android platform?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
To extend a token, call To do it manually, you have to write your own networking code to issue a request to
and parse the response for the new access token. Our documentation for this issue is found here: https://developers.facebook.com/docs/mobile/android/build/#extend_token |
|||
|
|