David TG
David TG

Reputation: 77

Permission issues in WhatsApp Business Platform API

I have a Meta App for using WhatsApp Business Platform. So I follower every instruction on the official docs (https://developers.facebook.com/docs/whatsapp/business-management-api/get-started#1--acquire-an-access-token-using-a-system-user-or-facebook-login):

Yet I get (#200) You do not have permission to access this field on every request! Or similar error messages. What else do I need to do?

EDIT: Im trying to send a message https://graph.facebook.com/v18.0/{my phone id}/messages and the exact message Im getting there is You do not have the necessary permissions required to send messages on behalf of this WhatsApp Business Account and error code 200.

I used the Access Token Debugger and these are my permissions business_management, whatsapp_business_management, whatsapp_business_messaging, public_profile so it should be fine.

Also, I checked that my user has a role in the app, and it's an administrator.

Upvotes: 3

Views: 5641

Answers (1)

rahul maru
rahul maru

Reputation: 1

imageto solve that issue you have to [Image] ask to client for full access.

Upvotes: 0

Related Questions