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: read_insights,pages_manage_ads,pages_manage_metadata,pages_read_engagement,ads_read,business_management. |
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. |