开发者

How to read Facebook photo comments in Android Facebook SDK?

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜