facebook / facebook-java-business-sdk

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

Not able to migrate from v10 sdk to (v11 or v12) because of restriction on /client_ad_accounts end point #358

Closed simsausaurabh closed 1 year ago

simsausaurabh commented 3 years ago

Which SDK version are you using?

v10.0

What's the issue?

I am getting alerts from FB to migrate to either v11 or v12. In order to do so, I switched to v12 using the sdk provided by this repository. But seeing there is no method opened in sdk com.facebook.ads.sdk.Business class to use POST api call to /client_ad_accounts to create/send access to add ad account

I went through the docs of fb developers, and found that the given POST api call has been temporarily disabled. But due to this we are hugely impacted.

  1. Is there any work around for this?
  2. Will it impact syncing audiences?

https://developers.facebook.com/docs/marketing-api/reference/business/client_ad_accounts/#Creating

Steps/Sample code to reproduce the issue

com.facebook.ads.sdk.Business.createClientAdAccount() method is available in v10 sdk but not in v11 and v12.

Observed Results:

Expected Results:

simsausaurabh commented 3 years ago

@loe @dreiss @willbailey @javache Would really appreciate help with this.

simsausaurabh commented 2 years ago

@joshinam @jingping2015