curl --request GET \
--url https://services.leadconnectorhq.com/social-media-posting/oauth/{platform}/start \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'Initiate the OAuth flow for any supported social media platform.
curl --request GET \
--url https://services.leadconnectorhq.com/social-media-posting/oauth/{platform}/start \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"Bearer <token>"
"2021-07-28"
Platform identifier (e.g., facebook, instagram, google)
Redirect to platform login
Was this page helpful?