Facebook offline access step-by-step

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2009-06-29T18:06:27Z Indexed on 2011/01/29 15:25 UTC
Read the original article Hit count: 255

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...

© Stack Overflow or respective owner

Related posts about facebook

Related posts about facebook-connect