Posted on July 10, 2010, 3:03 am, by b'nerd, under
misc.
These lines of code might help to get you started… You know, plugins are cool and usually easily setup. But sometimes it’s good to know how to do it on your own.
The following is just a simple and pretty dumb work in progress http client for the facebook graph api (OAuth2). Please keep in [...]
Posted on July 10, 2010, 2:28 am, by b'nerd, under
misc.
Read about extended permissions on facebook.
In order to publish an object to facebook on behalf of a page, you must have page permissions (manage_page).
You can than query
https://graph.facebook.com/me/accounts
to retrieve a feed of all pages the user manages with corresponding access tokens. Use these access tokens to publish an object to facebook on behalf of [...]