Hi guys, I'm developing a small facebook app but having problems with be able to grant extended permissions, i want to grant the following permissions:
read_stream & publish_stream & offline_access
However i want to do this without using FBML, any ideas how you can do this using the new PHP SDK on git hub: link (http://github.com/facebook/php-sdk/raw/master/src/facebook.php)
I would like to be able to login and grant these permissions at the same time.
Anybody know if this is possible?