I am attempting to extend a user token, using
https://graph.facebook.com/oauth/access_token?
client_id=APP_ID&
client_secret=APP_SECRET&
grant_type=fb_exchange_token&
fb_exchange_token=EXISTING_ACCESS_TOKEN
as suggested in fb docs https://developers.facebook.com/roadmap/offline-access-removal/
While this does create a new token, the token is short lived and expires on user log out.
so what am i missing?
i have changed to deprecate the old method setting as suggest as well