Facebook graph api, tell "comment" from "like" in the "post" list -
after getting json result of https://graph.facebook.com/me?fields=posts.fields(id,message,story)&access_token=*, how tell 1 of them "comment" , 1 "like" made on post list?
thank much!
i ran following in facebook's graph api: /?posts.fields(id,message,story) provides same result as: /
note used post id, not page id. on page id, you'll see likes page while post id show people liked post. output shows commented , liked. if want number count of people have liked post, check out getting facebook api total number of likes per post.
Comments
Post a Comment