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.

We are looking at the Facebook C# API and have a question on how to go about posting to a persons specific pages, and/ore to a specific tab on their profile.

in the documentation, they show how to post to ("me/feed") ... but I can't find any documentation on how we would post to a specifci page owned by that user or a tab on their facebook profile. We've tried /me/, but that didn't work

could someone share how we go about posting to a specifci page or tab? thanks

share|improve this question
Erm, me == you. Replace that with someone else – Brian Roach Nov 1 '11 at 15:40

1 Answer

hello michel user after authenticates Your application with manage_pages permission use https://graph.facebook.com/userid/accounts?access_token=xxxx this will return pages information with page tokens use the following to post messages https://graph.facebook.com/pageid/feed?access_token=xxxx&message=xx if u want Any further information let me know

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.