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