Generate Facebook Access Tokens (shell script)
I'm often asked how to get an access token that allows a Drupal website to post to a facebook page.
Not long ago, facebook deprecated the offline_access permission. In doing so, they made this process relatively complex.
This Facebook token generator script attempts to walk you through the process.
Although Drupal for Facebook has some token generation tools built-in, this script can be used by a user who has privileges on facebook (i.e. to manage a page) but not privileges to administer Drupal.
Developers, feel free to suggest patches to the script. It could be made easier and prettier.
- Forums:
