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.

Is it needed or possible to extend Token expiration time in the new SDK?

In the old SDK there is a method called extendAccessTokenIfNeeded() but in the new SDK there is only one similar method (by name) called internalRefreshToken() and the DOCS say - do not use this method.

So how do you handle the extend token scenario with the new SDK?

Thank you!

share|improve this question

1 Answer

up vote 1 down vote accepted

If you make your requests through the Request class, then the token will be automatically extended for you, so there's really no need to explicitly extend the token.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.