I need to perform a couple of actions when the user is logged off Facebook.
First i need to get a list of a given user friends using my application. Second i need to be able to post messages to user's feeds offline as well.
What kind of permission do i need for that?
How do i achieve it using the Open Graph and the new oAuth 2.0?
What happens if the user initially grant the required permissions but between that and my app doing the offline work the user revoke them?
How can i check for that?
Thanks everyone!