How to make a pop up to ask user for extended permission in an i-frame application
问题 I am trying to build a facebook app using iframe (not fbml). I am using php client. after trying a lot I'm not able to publish stream also I am not able to create a pop up to ask user for extended permission. I have used the following: function facebook_prompt_permission(permission) { ensure_init(function() { //check is user already granted for this permission or not FB.Facebook.apiClient.users_hasAppPermission(permission, function(result) { // prompt offline permission if (result == 0) {