How to make a pop up to ask user for extended permission in an i ...

/* Need to check this user has the permissions to post to wall etc....*/ if (!$ facebook->api_client->users_hasAppPermission("publish_stream")) { // Redirect for ...

Lee mas