I am developing a facebook application.
In my application I'd like to give page administrators the ability to publish to their page's wall, not as a user, but rather as they page itself.
Can this be done? If so how?
Thank you.
|
I am developing a facebook application. In my application I'd like to give page administrators the ability to publish to their page's wall, not as a user, but rather as they page itself. Can this be done? If so how? Thank you. |
|||
|
|
|
Apperently this possible when prompting user with the "manage_pages" permission. Then it is possible to query the page's access token, and perform the operation in the page's name. You can check this documentation down here: http://developers.facebook.com/docs/authentication/ And here's a small code sample, of how it might look using the facebook c# sdk:
|
|||
|
|