Facebook photo.addtag 给我一个错误“照片标签主题无效”
我在 facebook Rest api 中的照片标记遇到了新问题... 我使用 photo.addTag 和正确的参数,但响应给我一个错误“无效的照片标签主题”
我该如何修复它? 谢谢
https://api.facebook.com/method/photos.addTag ?pid=100001615002070_596708&tag_uid= FRIEND_UID&x=0&y=0&owner_uid= OWNER_UID&access_token=XXXXXXXXXXXXXXX&format=json
I've a new problem with photo tagging in facebook rest api...
I'm using photo.addTag with the correct parameter but the response give me an error "Invalid photo tag subject"
How can i fix it?
Thanks
https://api.facebook.com/method/photos.addTag?pid=100001615002070_596708&tag_uid= FRIEND_UID&x=0&y=0&owner_uid= OWNER_UID&access_token=XXXXXXXXXXXXXXX&format=json
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
新的图形 API 有一个不同的参数,您必须将“tag_uid”更改为“to”,如下所述:
https://developers.facebook.com/docs/reference/api/photo/
(请参阅有关标签的部分)
您能否提供对图形 api 的调用的完整代码?那时会更容易帮助你。
the new graph api has a different parameter, you have to change "tag_uid" to "to", as described here:
https://developers.facebook.com/docs/reference/api/photo/
(see the section about tags)
can you present the full code of your call to the graph api? would be easier to help you then.