I am using the following Facebook JavaScript code to open the Facebook login dialog. This code is working fine and is also asking for permissions. How can I add extra permissions?
<fb:login-button autologoutlink="true" onlogin="OnRequestPermission();">
</fb:login-button>
<script language="javascript" type="text/javascript">
FB.init({
appId: 'AppId',
status: true,
cookie: true,
xfbml: true
});
</script>
This is asking only to assess the basic profile. I also want to manage page and groups. How can I set the permissions for the following?
- manage_pages
- create_event
- user_groups