Facebook Graph API: How can I prolong data access for a 90-day access token?

Viewed 120

We get the access token by performing Facebook Oauth flow in our application. API issues a token that lasts 90 days, after that is stays valid, however, the data access expires. When making a call for an account's posts, we just get an empty response due to the rules described here https://developers.facebook.com/docs/facebook-login/auth-vs-data/ How can I prolong the token? Apart from having users manually re-authorize.

0 Answers
Related