代表 Facebook 应用程序用户对照片点赞

发布于 2024-12-17 08:19:07 字数 162 浏览 2 评论 0原文

我正在制作一个应用程序,我会在其中发布照片。我想代表应用程序用户为照片点赞,而无需用户实际单击照片上的点赞链接。
我的目标是让喜欢的内容发布在用户的个人资料上并引起他们的朋友的注意。
这可能吗?

我正在使用 php sdk,但也可以使用 JS sdk。

提前致谢

I am making an app where I am posting a photo as a result. I want to like the photo on behalf of the app user, without the user actually clicking the like link on the photo.
My aim behind this is that the like will get posted on the user's profile and get noticed by their friends.
Is this possible?

I am using php sdk but can work with JS sdk as well.

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

青巷忧颜 2024-12-24 08:19:08

取自 Facebook 照片 API 文档

您可以通过向具有publish_stream权限的PHOTO_ID/likes连接发出HTTP POST请求来对照片进行点赞。无需参数。

您所要做的就是检索该页面的访问令牌。您可以在此处应用程序登录部分了解如何执行此操作

Taken from the facebook photo api documentation :

You can like a photo by issuing a HTTP POST request to PHOTO_ID/likes connection with the publish_stream permission. No parameters necessary.

All you have to do is retrieve an access token for the page. You can learn how to do that here under the section App Login

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