May 2011
Beginner
408 pages
10h 27m
English
After you have permissions to access user data, you get to do cool things with that data. One of the most powerful permissions that you can get from a user is the offline_access permission. This permission allows your application almost indefinite access to that user's data, even when he or she is not logged in to Facebook. The only way for the user to turn off your access is to go into his privacy settings and revoke access to your application.
Making offline calls is just like making calls when you're interacting with the user online. You just pass in the oauth_token parameter to Graph API, and Facebook gives you the data you need.
Here are some useful things you can do with offline_access:
As always, ...
Read now
Unlock full access