Replies: 1 comment 2 replies
-
Hi, i'm currently testing V21. I'm still figuring out how to add support for setting graph API versions. Is the video URL returned after uploading a video to cloud API? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am very new to the WhatsApp Business Cloud API and have struggled with facebook/meta documentation/user "experience" and with routing as some users before.
I created my sample app based on your sample
WhatsAppBusinessCloudAPI.Web
and managed to get it working (sending text messages, receiving messages thru webhook).What does not work is the account metrics part. I found out that in
Analytics.cshtml
andConversationAnalytics.cshtml
the actionHomeController.QRCodeMessageList
is called while it should beHomeController.Analytics
resp.HomeController.ConversationAnalytics
. But then the app throws an error ofI couldn't find such a documentation for v21.0.
WhatsAppBusinessRequestEndpoint.BaseAddress
is ending with "v.19.0/". Is it possible to set the version as needed?Btw. Thank you very much for your wonderful work on this API. It will help a lot.
Beta Was this translation helpful? Give feedback.
All reactions