whatsapp-business-java-api icon indicating copy to clipboard operation
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...

Results 41 whatsapp-business-java-api issues
Sort by recently updated
recently updated
newest added

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 =...

enhancement
java
tests
breaking-change

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...

question

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 ![image](https://github.com/Bindambc/whatsapp-business-java-api/assets/43732524/d9ba9fc7-51cc-4113-8a13-c28e2ae1b511) I'm trying to deserialize the...

question

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...

dependencies
java

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...

dependencies
java

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] -...

dependencies
java

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...

dependencies
java