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.