how to ask for different permissions in facebook , api mrt:facebook-sdk meteor-angular -


i using mrt:facebook-sdk package meteor js , angular facebook api, trying access user friends accessing app have asked permission :

 fb.init({             appid      : appid,             status     : true,             xfbml      : true,             secret: secret,             requestpermissions: ['user_friends','read_friendlists', 'read_mailbox']         }); 

but while login facebook , ask public profile , also, getting empty friendlist


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -