Facebook offline access step-by-step
- by Ben
After searchinge litteraly 1 day on fb 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:
http://stackoverflow.com/questions/617043/getting-offlineaccess-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...