UPDATE: Facebook
offline_access
permission is being deprecated. Please refer to the official documentation for more information.
You'll have till May 1, 2012, at which date this setting will be disabled. refer to the Developer Roadmap for more info.
After searching literally 1 day on facebook and google for an up-to-date and working way to do something seemingly simple:
I am looking for a step-by-step explanation to get offline_access for a user for a facebook app and then using this (session key) to retrieve offline & not within a browser friends & profile data.
Preferrably doing this in the Fb Java API.
Thanks.
And yes I did check the facebook wiki.
Update: Anyone?
this:
http://www.facebook.com/authorize.php?api_key=<api-key>&v=1.0&ext_perm=offline_access
gives me offline_Access, however how to retrieve the session_key?
Why can't facebook just do simple documentation, I mean there are like 600 people working there?
The seemingly same question: Getting offline_access to work with Facebook Does not answer how to retrieve the session key
Edit: I am still stuck with that. I guess nobody really tried such a batch access out yet...