开发者

How to read Facebook photo comments in Android Facebook SDK?

开发者 https://www.devze.com 2023-04-03 08:14 出处:网络
Any one have idea, how to get photo comment using Android Facebook SDK. I am 开发者_JS百科performing normal FQL to perform other operation.

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

精彩评论

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

关注公众号