How do you get long-lived access tokens from the Facebook Graph API (server-side auth)?
Since Facebook is removing the offline_access permission, I want to go ahead an migrate our website to use the new system. I found this document on Facebook's website: https://developers.facebook.com/roadmap/offline-access-removal However, when I process someone with Server-Side authentication, I get this response: access_token => BLAHBLAHBLAHdontusemytokensilly expires => 4992 When I try and use the acces point (on that document) to extend the access token more than a couple hours, I get this back: access_token => BLAHBLAHBLAHdontusemytokensilly expires => 4990 According to that document,