可以从facebook应用程序获取好友照片上的标签吗?假设我有friends_photos权限。
编辑:
如果是,如何使用图形API进行操作?我怎么知道哪张照片是我从图形API中得到的标签?
发布于 2011-05-12 12:54:37
标签表。
您可以用:https://api.facebook.com/method/fql.query?query=QUERY在文档上读取更多信息来绘制FQL。
发布于 2011-05-12 10:36:33
是,
看一看:
photos.getTags // Returns the set of user tags for all photos specified.更多网址:http://developers.facebook.com/docs/reference/rest/photos.getTags/
https://stackoverflow.com/questions/5976692
复制相似问题