Hi,
If I have the publish_stream extended permission for a Facebook app, does that allow my app to write on my feed while I'm offline?
Thanks,
Tee
Hi,
If I have the publish_stream extended permission for a Facebook app, does that allow my app to write on my feed while I'm offline?
Thanks,
Tee
You can publish to your stream as long as you have a valid session key. (And application/secret keys.)
Normal session keys expire an hour after being granted or when the facebook uses logs off facebook.
You can also offline_access to an application to grant the application a forever-get-a-session. This has been written about a number of times on SO. Follow the links in this SO post here.
yes facebook allow you to publish offline just take the offline_access permission from the user and when he/she is going to use you application , then user need not to be login on facebook to publish . please refer this :
http://developers.facebook.com/docs/authentication/permissions