Facebooker extended permissions?

前端 未结 2 482
滥情空心
滥情空心 2021-01-21 04:02

Facebook gives access to users\' emails via the extended permission.

There\'s also a way in JS and PHP to force users to grant the permission when they accept the app\'

2条回答
  •  心在旅途
    2021-01-21 04:23

    You can do it just like that :

    :jquery , :app_settings => " { permsToRequestOnConnect : 'email' }"} %> 'facebook') + '\'') %>

    Note: Also get the last version of facebooker, because previus version dont support extended permissions.

提交回复
热议问题