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.

I want to post a comment on Facebook Page as User. The user is admin of the facebook page. I tried that my app requests the following URL with the user's access token.

https://graph.facebook.com/[POST_ID]/comments

But the comment was posted as Page account.

I was able to post on Facebook Page as User. My app requests the following URL with the user's access token.

https://graph.facebook.com/[PAGE_ID]/feed

It's successful. With the pages's token, the post was successfully posted as Page account.

But comment and like can't be posted as User. Is it a bug of graph API? Please help me.

share|improve this question
It's a long shot, but did you figure this one out? I'm having the same problem right now. – jValdron Dec 6 '12 at 14:57

1 Answer

If you post with the User's Access Token it will show up as being from the user. It will only show up as being posted by the page if you use the Page's Access Token obtained from me/accounts/ in the GraphAPI.

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.