Facebook photo.addtag 给我一个错误“照片标签主题无效”

发布于 2024-12-02 18:14:53 字数 420 浏览 0 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小…楫夜泊 2024-12-09 18:14:53

新的图形 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文