I have a standalone php script that uses facebook to post to peoples walls when they click a link.
I would like to modify the script to also request permissions to access the users data and send that data to a mailing list like mailchimp. There needs to be a way to turn on/off the request for things like the bio, religion, relationship status, offline access, etc. Using the existing front end interface would be nice, but not necessary.
This should only take an hour or so since the script...