I'm able to get an access token that's good for 60 days, but I'm not able to get the expiration time extended. I'm doing this to be able to get access to Facebook pages through a single user. Here's my process.
I then call to this URL using the token I got from the URL above: 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
I've tried this multiple times over the weekend, and in every single instance, I get the same access token, but the expiration is not updated. I've done this by accessing the URLs in my browser.
Am I missing anything to be able to renew the expiration?