I\'m trying to get this to work: https://developers.facebook.com/blog/post/465/
Step 1: I\'m getting an access token:
https://graph.facebook.com
From the Facebook Graph API docs:
Most write operations require extended permissions[1] for the active user.
See the authentication guide[2] for details on how you can request extended
permissions from the user during the authentication step.
1 https://developers.facebook.com/docs/authentication/permissions
2 https://developers.facebook.com/docs/authentication/