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

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -