2

There are some types of Facebook apps where important features depend on the offline access that is now deprecated, and it wouldn't be practical to make the user visit your app every day to refresh credentials.

It seems that it's possible to extend an access token to last for 60 days instead of two hours, and that's a lot more reasonable. But the documentation is currently vague about how to design for this workflow.

JJ.
  • 4,974
  • 5
  • 39
  • 48
  • possible duplicate of [Facebook 60 day access token and Deprecated Offline\_Access](http://stackoverflow.com/questions/9329564/facebook-60-day-access-token-and-deprecated-offline-access) – Kenny Linsky Mar 23 '15 at 15:26

1 Answers1

5

I have found a clear resource on the workflow for getting a 60 day token.

https://developers.facebook.com/docs/offline-access-deprecation

DMCS
  • 31,720
  • 14
  • 71
  • 104