| CallbackUrl
|
String
|
The URL the user will be redirected to after authorizing your application. This value must
match the Site URL and App Domain in the Facebook app settings.
|
| Permissions
|
String
|
A comma-separated list of permissions to request from the user. Please check the Facebook
API for a list of available permissions. Permissions that may be required depending on your
use case are:
user_events,user_birthday,user_photos,user_videos,user_likes,user_hometown,user_location,user_tagged_places,read_insights,publish_actions,pages_manage_ads,pages_manage_metadata,pages_read_engagement,pages_read_user_content,pages_messaging,ads_read,publish_pages,business_management,instagram_basic,instagram_manage_insights.
|
| AuthType
|
String
|
An optional parameter to pass Facebook. Set the value to rerequest to request the same
permissions again if the user declined some of them.
|
| State
|
String
|
Any value that you wish to be sent with the callback.
|