0

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.

IRvanFauziE
  • 823
  • 11
  • 16

1 Answers1

0

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

Jashwant
  • 28,410
  • 16
  • 70
  • 105