facebook / facebook-java-business-sdk

Java SDK for Meta Marketing APIs
https://developers.facebook.com/docs/business-sdk
Other
395 stars 326 forks source link

When will the v15.0 Business SDK be released? #400

Closed rgtodd closed 1 year ago

rgtodd commented 1 year ago

When will the v15.0 Business SDK be released?

abhijeetmahapatrofreshworks commented 1 year ago

When can we expect version 15.0

I am getting this error

{"error":{"message":"(#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v15.0.","type":"OAuthException","code":2635,"fbtrace_id":"AP7Voq1-ACn5aw3GchxLhMY"}}

xuantuan58 commented 1 year ago

We got the same issue. When the v15.0 released? It's been a month since the API v15.0 released

RishabhTayal commented 1 year ago

You can use the v15 like this:

<dependency>
  <groupId>com.facebook.business.sdk</groupId>
  <artifactId>facebook-java-business-sdk</artifactId>
  <version>15.0.0</version>
 </dependency>

I tested and it's working for me even though they haven't officially released v15 version of the SDK.