facebook / facebook-java-business-sdk

Java SDK for Meta Marketing APIs

Home Page:https://developers.facebook.com/docs/business-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v15.0 sdk is not published yet but It is mandatory to use

roberjc opened this issue · comments

Which SDK version are you using?

The latest version available in maven repository (v14.0): https://mvnrepository.com/artifact/com.facebook.business.sdk/facebook-java-business-sdk/14.0.0

What's the issue?

We are unable to use Graph API with java sdk and develop Facebook Ads on our product because the v15.0 sdk has not been published yet and it is mandatory to use it.

Steps/Sample code to reproduce the issue

Observed Results:

  • What happened? This could be a description, log output, etc.
    {"error":{"message":"(#xxxx) You are calling a deprecated version of the Ads API. Please update to the latest version: v15.0.","type":"OAuthException","code":xxxx,"fbtrace_id":"xxxxxxxxxxxxxxxxxxxxxxx"}}
    As v14.0 sdk shows, we are calling a deprecated version of the Ads API and It recomends to update to the latest version: v15.0

Expected Results:

  • What did you expect to happen?
    Publish facebook-java-business-sdk v15.0 to maven repository

Duplicate of #400