How Instagram For Android Uses Offline_access?
Recently Facebook has deprecated 'offline_access'. But, I find that Instagram app for Android still uses that. How could that be possible? I am developing an app that would authent
Solution 1:
you can still pass 'offline_access' part of authentication process and wont gett any specific errors, in any case Facebook will return you a short-lived token. on the other hand, you can extend the short-lived token into 60days one,
see scenario.4 under https://developers.facebook.com/roadmap/offline-access-removal/
Post a Comment for "How Instagram For Android Uses Offline_access?"