Hi I am trying to generate a Facebook access token that has offline access and doesn't expire.
We are currently generating the token using
which generates the following
But this expires pretty quickly. The fields in the Graph Explorer are not very obvious either.
How can we generate a token with offline access that doesn't expire
Cheers
Facebook has deprecated and removed the offline_access permission. This permission previously allowed you to get a long-lived token. It is no longer possible to do so.