ptamzz
ptamzz

Reputation: 9365

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

Upvotes: 1

Views: 1210

Answers (1)

Peter Bailey
Peter Bailey

Reputation: 105898

http://graph.facebook.com/<USER_ID>/statuses

You can also use FBML or FQL.

Upvotes: 2

Related Questions