How to get Facebook Graph API user_posts permission – Facebook api
I'm using facebook JS SDK version 2.11. For Login I've added following code FB.login(function(response) { // Handling Code here }, { scope: "user_posts" }); But Login Dialog doesn't have permission for user_posts. I also checked using me/permissions and user_posts is…