whatsapp-business-java-api
whatsapp-business-java-api copied to clipboard
Whatsapp business api SDK, written in java. This SDK implements the Official Whatsapp Cloud API and WhatsApp Business Management API. These allows you to: manage your WhatsApp Business Account assets...
Now it's possible to change the API version through the WhatsappApiConfig class. Example: ```java //changing API version before instantiating the API client WhatsappApiConfig.setApiVersion(ApiVersion.V17_0); WhatsappApiFactory factory = WhatsappApiFactory.newInstance(TestConstants.TOKEN); WhatsappBusinessCloudApi whatsappBusinessCloudApi =...
Very simple. But I have to code a java project for school and it's new for me to use an SDK from Github. Is there a way I can still...
Hello. I'm currently building an application that needs to communicate with whatsapp api. In the meta panel, the version of the api it's 19  I'm trying to deserialize the...
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12. Release notes Sourced from org.jacoco:jacoco-maven-plugin's releases. 0.8.12 New Features JaCoCo now officially supports Java 22 (GitHub #1596). Experimental support for Java 23 class files...
How do I send long video in WhatsApp? I tried to invoke the 'uploadMedia' method. however, it returned a too large error.
Bumps `com.squareup.retrofit2.version` from 2.9.0 to 2.11.0. Updates `com.squareup.retrofit2:retrofit` from 2.9.0 to 2.11.0 Release notes Sourced from com.squareup.retrofit2:retrofit's releases. 2.11.0 New The built-in OptionalConverterFactory is now public to allow installing it...
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.0. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.13.0 🚀 New features and improvements [MCOMPILER-574] - Propagate cause of exception in AbstractCompilerMojo (#232) @slawekjaranowski [MCOMPILER-582] -...
Bumps `org.junit.jupiter.version` from 5.10.1 to 5.10.2. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.1 to 5.10.2 Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2 See...