Closed rgtodd closed 2 years 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"}}
We got the same issue. When the v15.0 released? It's been a month since the API v15.0 released
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.
When will the v15.0 Business SDK be released?