Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

up vote 0 down vote accepted

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

share|improve this answer
mmm ic, thanks for your reply. – IRvanFauziE Jun 1 '12 at 0:01
mark as answer if it helps u :) – Jashwant Jun 1 '12 at 3:32
I've edited my answer, you can use subscribe button for your need :) – Jashwant Jun 13 '12 at 16:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.