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.

2 Answers

If you have not requested offline_access permission, then the access_token will expire. The time before it will expire is returned when you get the access token.

share|improve this answer
what you are saying is true for user access token - not for app access token. – Deepan Chakravarthy Sep 14 '11 at 13:30
1  
The app access_token is assumed has offline_access permission and does not expire. – Mark S. Sep 14 '11 at 13:48

If you request offline_access permission then the access_token will not expire. However there is a major change in authentication coming up. As of October 3, 2012, the offline_access permission will be deprecated. So if you are building any new application DO NOT use this permission. Below is the change documentation by Facebook:

https://developers.facebook.com/roadmap/#october-2012

Also more details on the removal of this permission:

https://developers.facebook.com/roadmap/offline-access-removal/

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.