Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to write a Facebook application that can post to a Facebook fan page (not a user page), using streamPublish. However, I'm having a hard time finding documentation on how to let the backend program stay "logged in" between sessions. I've deduced that it has something to do with the session secret and key, but I've found no good examples using these.

Do you know of a good example of this? I am using the standard Facebook PHP library.

share|improve this question

1 Answer

I don't have much experience from the Fan Page aspect of this, but I know from the User standpoint you would have to have the User grant your application extended privileges so you can receive a permanent session key.

You may want to try granting extended/offline privileges to your application from the user account that created the Fan Page, since theoretically, that user can post to the Page's stream.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.