如何让用户使用Graph API订阅其他用户?

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.

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