JJ.
JJ.

Reputation: 5084

Now that Facebook Offline Access is deprecated, is there any way to access user data after 2 hours?

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.

Upvotes: 2

Views: 3791

Answers (1)

DMCS
DMCS

Reputation: 31870

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

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

Upvotes: 5

Related Questions