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 am trying to getting posts(feed) of specific facebook user with access token in open graph. The user is my friend, she agreed this operation by making a verbal promise.

I've got the token:

https://graph.facebook.com/oauth/access_token?client_id=xxxxx&client_secret=xxxxx&grant_type=client_credentials

But I can't see all posts(just public status messages).

Request => https://graph.facebook.com/100001958850690/posts?access_token=xxxxx&q=facebook
Response => {
   "error": {
      "message": "(#606) actor_id (100001958850690)  must be a connection of the viewer",
      "type": "OAuthException",
      "code": 606
   }
}

Is there no way can read public posts of specific/agreed user?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.