Steph
Steph

Reputation: 167

Facebook long lived token doesn't expire anymore?

Is it just me or long lived access tokens for Facebook API don't expire anymore?

We used to get a "expires" parameter when we exchanged the short-live to a long-lived token which was of 60 days. But since few days, we don't receive this anymore.

Plus, when we are looking at the debugger for those tokens (https://developers.facebook.com/tools/debug/access_token) it's says "Expires: Never".

I can't find official documentation on this whether those token are now really never expiring. Any idea?

Thanks,

Stéphane

Update

Page access token (manage_page permission) does not expire: "By using a long-lived user access token, querying the [User ID]/accounts endpoint will now provide page access tokens that do not expire for pages that a user manages." https://developers.facebook.com/roadmap/offline-access-removal/#page_access_token

Upvotes: 1

Views: 1893

Answers (1)

Alexis B.
Alexis B.

Reputation: 584

Is it a Facebook Page Access Token? If yes, there is some great answers here: Facebook Page Access Tokens - Do these expire?

Upvotes: 2

Related Questions