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

(#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v13.0. #372

Closed lizhaogang closed 1 year ago

lizhaogang commented 2 years ago

where can i get the v13.0 sdk.

please help me.

howard-repos commented 2 years ago

Also have the same problem.

vnhenryli commented 2 years ago

have you solved the problem ? I have the same issue. how to upgrade sdk version to v13?

lizhaogang commented 2 years ago

yes ,i have solved it.

katerynao commented 2 years ago

@lizhaogang could you please share how did you solve the issue? I'm facing the same problem

vnhenryli commented 2 years ago

yes ,i have solved it.

emmm, Could you mind to share the solution? i still have this problem.the sdk publisher haven't pubulish the newest sdk yet.

lizhaogang commented 2 years ago

download the source code, and modify the code "v12.0" to "v13.0",then maven clean install

vnhenryli commented 2 years ago

download the source code, and modify the code "v12.0" to "v13.0",then maven clean install

get it, thank you ~