How to make a user subscribe to another users using Graph API?

蹲街弑〆低调 提交于 2019-12-11 15:38:29

问题


I would like to users when added to this website they automatically subscribe to another users in facebook. I know I can list users, which the authenticated user is subscribed to, but can I make a new subscription?

thanks.


回答1:


Looking at docs,

http://developers.facebook.com/docs/reference/api/user/#subscribedto

Graph api gives only 'read' action for both subscribers and subscribedto

However, you can use the Subscribe Button plugin



来源:https://stackoverflow.com/questions/10568909/how-to-make-a-user-subscribe-to-another-users-using-graph-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!