This API initiates the process of connecting a new Facebook Page account to the system. The response provides a URL for the user to complete Facebook’s OAuth authentication flow.Important Notes:
The response includes a URL that the user must visit to authenticate and connect their Facebook Page account.
The provided URL is valid for 24 hours.
When the user accesses the URL, they are redirected to Facebook’s OAuth authentication flow.
During OAuth, the user must:
Review and accept Facebook’s terms and conditions.
Grant necessary permissions for integration.
After OAuth authentication:
If successful, the user is redirected to the successUrl specified in the request.
If permissions are declined or the process fails, the user is redirected to the errorUrl.