Facebook's offline_access deprecation migration was scheduled to be released earlier this year. However, it was delayed multiple times until October 3, presumably because it was buggy and had yet to be fully implemented. As of this moment, the migration is still incomplete and error-prone.
After months and months of preparing for the change, updating our codebase, and repeated (futile) attempts to work with Facebook, this broken migration is set to go live within a week.
As detailed in a bug report (http://developers.facebook.com/bugs/151056591697025), for our app, long-lived page access tokens (the alternative to using the offline_access permission) cannot be acquired. Facebook seems to be giving the issue zero attention.
If Facebook continues to do nothing, on October 3, our app (along with many others) will break. What should we do?
Update
The most conclusive evidence that something isn't working is the following workflow:
- Confirmed that we receive a short-lived token for the user.
- Confirmed that we can convert that short-lived token into a long-lived token.
- Confirmed that when this long-lived token is used to obtain page access tokens, they expire in 60 days.
This is the appropriate workflow, correct?