2

My problem is simple. I want to be able to see this post with the graph:

http://www.facebook.com/midou.london.12/posts/125781047549534

This post is public so i type:

graph.facebook.com/IDProfile_IDPost?access_token=USER_TOKEN ( i try with the app token too)


https://graph.facebook.com/100003529196134_125781047549534?access_token=USER_TOKEN

but i get "message":

 "Unsupported get request."

I dont get it, i can get every posts from any public profile except status with only text, that doesnt work.

fmendez
  • 7,250
  • 5
  • 36
  • 35
user2208252
  • 141
  • 1
  • 1
  • 5
  • what is the first number in your request? – Joshua - Pendo Mar 28 '13 at 15:11
  • You should check out this related question: http://stackoverflow.com/questions/13739609/unsupported-get-request-in-facebook-graph-api – Cormac Driver Mar 28 '13 at 15:21
  • @pendo it's midou.london's ID – user2208252 Mar 29 '13 at 08:15
  • @Cormac Driver not the same issue, the guy didnt have an access token – user2208252 Mar 29 '13 at 08:16
  • When I query the FB Graph with just the ID of the post (without the UserID_ prefix) I get a response that no auth token is found. What happens if you leave the userid away and just query the postid? – Joshua - Pendo Mar 29 '13 at 09:06
  • @PENDO https://graph.facebook.com/125781047549534?access_token=AAAGcxJk2NgMBAGkIJQ6bE1u3GeRMLUsK1dU8cfZAHEmnTsJt4hPWo87rflfp8saaCuljp0Kb4wcVkpBEIq9tMMdylpV1QD2pv3taCugZDZD same problem i tried, i show you the token i m using (its not important) – user2208252 Mar 29 '13 at 09:16
  • http://stackoverflow.com/questions/13739609/unsupported-get-request-in-facebook-graph-api this might be a lead? What's your age? – Joshua - Pendo Mar 29 '13 at 09:29

1 Answers1

1

You can read posts of immediate friends through GRAPH API . for a random profile (not in friends list),the graph API returns an empty JSON.

Although there is a separate API [https://developers.facebook.com/docs/public_feed ] which clearly says "Access to the Public Feed API is restricted to a limited set of media publishers and usage requires prior approval by Facebook. You cannot apply to use the API at this time.".