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.

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

share|improve this question

1 Answer

up vote 2 down vote accepted

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

You can also use FBML or FQL.

share|improve this answer
Thank you. It's just what I'm looking for!! \m/ – ptamzz Aug 23 '10 at 14:58

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.