What's the difference between facebook post.id and status.id?

I am using graph-api to view facebook user info. When viewing connections, both "messages" and "statuses" are available for the node user.

While walking through the messages, I come across messages like "status" that have slightly different information than the equivalent status message.

In the example below, you can see that it is the same message, but Post Version has ID 100002912416196_212493188857760 and Status Version has ID 212493188857760. Is it "more correct" than the other? Is Facebook in the process of moving from using statuses (and links, etc.) to just using posts (or vice versa)? Any help someone can give would be greatly appreciated.

Here's an example (edited to save space)

when calling https://graph.facebook.com/me/posts

"data": [
{
  "id": "100002912416196_212493188857760", 
  "from": {
    "name": "Ben Backup", 
    "id": "100002912416196" }, 
  "to": {
    "data": [{
        "name": "Dave Upify", 
        "id": "100001917301370"
      }] }, 
  "message": "With Dave Upify", 
...
  "type": "status", 
  "created_time": "2012-03-20T20:18:54+0000", 
  "updated_time": "2012-03-20T20:18:54+0000", 
  "comments": {
    "count": 0
  }, 
  "is_published": true
}

      

when calling https://graph.facebook.com/me/statuses

"data": [{
  "id": "212493188857760", 
  "from": {
    "name": "Ben Backup", 
    "id": "100002912416196" }, 
  "message": "With Dave Upify", 
  "place": {
    "id": "126533127390327", 
    "name": "Massachusetts Institute of Technology", 
    "location": {
      "street": "77 Massachusetts Avenue", 
      "city": "Cambridge", 
      "state": "MA", 
      "country": "United States", 
      "zip": "02139", 
      "latitude": 42.359430693405, 
      "longitude": -71.092129185382
    }
  }, 
  "updated_time": "2012-03-20T20:18:52+0000"
}, 

      

+3
facebook facebook-graph-api


source to share


No one has answered this question yet

See similar questions:

1
How to check if mail was sent successfully. C # sdk?

or similar:

1571
How does Facebook disable built-in developer tools?
735
What is the shebang / hashbang (#!) In Facebook and the new Twitter urls?
512
The developers of this app haven't configured this app correctly for Facebook login?
390
Design for Facebook authentication in an iOS app that also accesses a secure web service
five
Mention Facebook page on API Post page
1
end_time returns developer api key differently than access_token in facebook graph api
0
Receive Facebook messages on Timeline using Koala Gem
0
Facebook Graph API 2.9 ChangeLog - 90 Day Retreats
0
Post a comment and, like news on a facebook page, outside of facebook
-1
Parsing a large JSON object for a facebook post



All Articles
Loading...
X
Show
Funny
Dev
Pics