facebook / facebook-ruby-business-sdk

Ruby SDK for Meta Marketing API
https://developers.facebook.com/docs/business-sdk
Other
204 stars 161 forks source link

Gem Version 0.8.0, `You are calling a deprecated version of the Ads API. Please update to the latest version: v9.0.` #119

Closed dringbraze closed 3 years ago

dringbraze commented 3 years ago

Which SDK version are you using?

0.8.0

What's the issue?

Using version 0.8.0 we are seeing the following error response from the Facebook API

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

Steps/Sample code to reproduce the issue

Call the Facebook API using version 0.8.0

Observed Results:

Error response code

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

Expected Results:

As per Facebook's API version support documentation, version 0.8.0 should be supported and not returning the above error. https://developers.facebook.com/docs/graph-api/changelog/versions/

mykoweb commented 3 years ago

@dringbraze Did you do anything to get this working again? If so could you post your fix here?

dringbraze commented 3 years ago

Forced upgrade for the gem, not ideal, but it did resolve the issue.