GetOAuthAuthorizationURL
Gets an AuthURL from Facebook. You will request the auth token from this URL.
Input
Name | Type | Description |
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. |
Scope | String | A comma-separated scope of permissions to request from the user. Please check the Facebook API for scope of available permissions. Permissions that may be required depending on your use case are: user_birthday,user_photos,user_videos,user_likes,user_hometown,user_location,read_insights,pages_manage_metadata,pages_read_engagement,pages_read_user_content,pages_messaging,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. |
Result Set Columns
Name | Type | Description |
URL | String | The authorization URL, entered into a Web browser to obtain the verifier token and authorize your app. |