Facebook Graph API 3.1 – Requesting Extended Permissions for your Application
Facebook has added the app’s permissions to the user object, which can easily be accessed using Facebook Graph API and any specific permission is missing, you can request for it by redirecting user to the Facebook: $app_id =’App ID here’; $app_secret =’App Secret here’; $app_url =’App URL here’; // Create our Application instance. $facebook =…