GetOAuthAuthorizationURL
Retrieves the OAuth Authorization URL, allowing the client to direct the user's browser to the authorization server and initiate the OAuth process.
Input
| Name | Type | Description |
| CallbackUrl | String | The URL the user will be redirected to after authorizing your application. |
Result Set Columns
| Name | Type | Description |
| AuthToken | String | The authorization token. |
| AuthKey | String | The authorization token key. |
| AuthSecret | String | This field is deprecated. Please use AuthKey going forward. |
| URL | String | The authorization URL, entered into a Web browser to obtain the verifier token and authorize your app. |