fbbotw.post_account_linking_url

fbbotw.post_account_linking_url(account_linking_url)[source]

Sets the liking_url to connect the user with your business login

Usage:
>>> my_callback_linking_url = "https://my_business_callback.com"
>>> response = fbbotw.post_account_linking_url(
        account_linking_url=my_callback_linking_url
    )
Parameters:

account_linking_url (str) – URL to the account linking OAuth flow.

Returns:

Response object

Facebook docs:

/account-linking-url