facebook / facebook-ruby-business-sdk

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

Graph API V12.0 Deprecation #208

Closed elektramurphy closed 7 months ago

elektramurphy commented 7 months ago

Which SDK version are you using?

17.0.2

What's the issue?

The Graph API V12.0 is deprecating today . I want to confirm that that API is being maintained within this SDK. It's not completely clear with the documentation that the Graph API is part of the SDK.

stcheng commented 7 months ago

thanks for asking. SDK is a shim layer on top of Graph API and Marketing API. So SDK itself does not have any concepts of "deprecation".

Graph API v12.0 is deprecated meaning that developers are no longer able to call APIs with the version set to v12.0 for Graph APIs. In SDK, the default version is aligned with the latest Graph API version. If you stick to the latest version of the SDK, you will be calling the latest version of the API set unless you manually patch the SDK to call the specific version.