I'd like a php script to login to facebook and post something to the wall of my fb site. After I read a lot about facebook logins I think its only possible for php to login as the current fb user who ist visiting my php site. But I want to post as my site to my fb site, no matter which user visits my php site.
I could fake the login and get the session, but I think that might be sort of complicate with all the secret tokens and stuff like that..
Somebody any idea ?