I want to post some message to wall using my app. But for some reason, my users want to show the page name instead of user name in the wall. I thought maybe I can use [use facebook as page] menu.http://stackoverflow.com/questions/2901316/post-to-wall-as-facebook-app-not-as-a-user But I was wrong. In that case I can't use my app in canvas page. I saw the youtube app.They can post the message as page user. http://apps.facebook.com/videobox/pages Do I miss something? Any idea will be help. Thanks!
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.
|
|
|
Are you looking to publish to a Page's wall? Your app will need the following 2 extended permissions from the user:
With those two permissions, you can first get a list of all of the pages that the user is an admin of, along with the Page's access tokens as follows: GET URL: https://graph.facebook.com/me/accounts?access_token={user_access_token} Once you have the Page's access_token, you can now Publish to the Page's wall as follows:
I hope this helps. |
|||||||
|