user1276666
user1276666

Reputation: 11

Can I follow users through Facebook Graph API?

I want to follow users through Facebook Graph API.There is no documentation available.

Upvotes: 1

Views: 753

Answers (1)

C3roe
C3roe

Reputation: 96383

That is not possible via API – most likely because it would just be abused to much, and have app developers subscribing user to follow people without the user being aware of it.

For the web, there is a social plugin available, so that the user can actively trigger a subscription: https://developers.facebook.com/docs/plugins/follow-button/

Upvotes: 1

Related Questions