代表 Facebook 应用程序用户对照片点赞
我正在制作一个应用程序,我会在其中发布照片。我想代表应用程序用户为照片点赞,而无需用户实际单击照片上的点赞链接。
我的目标是让喜欢的内容发布在用户的个人资料上并引起他们的朋友的注意。
这可能吗?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
取自 Facebook 照片 API 文档:
您所要做的就是检索该页面的访问令牌。您可以在此处的应用程序登录部分了解如何执行此操作
Taken from the facebook photo api documentation :
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