Any one have idea, how to get photo comment using Android Facebook SDK. I am 开发者_JS百科performing normal FQL to perform other operation.
Thanks
you can get photo comments in graph API simply by quering photo id like so:
https://graph.facebook.com/98423808305
https://graph.facebook.com/98423808305/comments
or in FQL you should use a "comment" table:
https://developers.facebook.com/docs/reference/fql/comment/
using photo "object_id" which you can get from "photo" table having a photo "pid"
hope this helps
精彩评论