How can i make it so logging out doesnt invalidate my Facebook access token?
问题 Im making an app that returns various Facebook content and need to store a long term access token in a database. I'm aware that its not advisable to use the offline_access permission as it is being removed very soon. The Facebook documentation itself seems very confusing... Theres a blog post from 2011 (https://developers.facebook.com/blog/post/2011/05/13/how-to--handle-expired-access-tokens/) that indicates how to handle invalidated access tokens when a user logs out, but: 1 - It's from 2011