What is the equivalent of status.get in Facebook Graph API
Can anyone tell me what is the equivalent of status.get of the Old REST API in the new Graph API. The page http://developers.facebook.com/docs/reference/rest/ says "If you are new to the Facebook Platform, we recommend开发者_开发知识库 you use our new Graph API instead." so I'm trying to figure out the newer version. Basically, what I want is to retrieve the status messages that a user has updated. Thanks
http://graph.facebook.com/<USER_ID>/statuses
You can also use FBML or FQL.
精彩评论