We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate Login with Facebook to get access token and phone numbers list.
Function Name: getOAuthUrl Arguments:
Response:
{ "oauth_url": "https://www.facebook.com/dialog/oauth?...." }
Function Name: verifyOAuthCode Arguments:
{ "access_token": "<your_access_token>", "token_type": "bearer", "expires_in": <expires_in_next_milliseconds> }
Function Name: getWhatsappBusinessAccountIds Arguments:
{ "data": { "app_id": "1274719766720926", "type": "USER", "application": "MyFirstApp", "data_access_expires_at": 1694511327, "expires_at": 1691919327, "is_valid": true, "issued_at": 1686735327, "scopes": [ "business_management", "whatsapp_business_management", "whatsapp_business_messaging", "public_profile" ], "granular_scopes": [ { "scope": "business_management", "target_ids": [] }, { "scope": "whatsapp_business_management", "target_ids": [ "108522602164840" ] }, { "scope": "whatsapp_business_messaging", "target_ids": [ "108522602164840" ] } ] } }
Function Name: getPhoneNumberForSpecificBusinessAccount Arguments:
{ "data": [ { "id": "108439988840907", "verified_name": "Vepaar Dev", "code_verification_status": "EXPIRED", "display_phone_number": "+91 87350 15900", "quality_rating": "UNKNOWN" } ] }
The text was updated successfully, but these errors were encountered:
@keval-7span - There is one query from my end.
Are displays and extras needed to add to the getOAuthUrl function?
Sorry, something went wrong.
No branches or pull requests
Feature Request
Integrate Login with Facebook to get access token and phone numbers list.
Functions
Function Name: getOAuthUrl
Arguments:
Response:
Function Name: verifyOAuthCode
Arguments:
Response:
Function Name: getWhatsappBusinessAccountIds
Arguments:
Response:
Function Name: getPhoneNumberForSpecificBusinessAccount
Arguments:
Response:
The text was updated successfully, but these errors were encountered: