Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph API V12.0 Deprecation #208

Closed
elektramurphy opened this issue Feb 8, 2024 · 1 comment
Closed

Graph API V12.0 Deprecation #208

elektramurphy opened this issue Feb 8, 2024 · 1 comment

Comments

@elektramurphy
Copy link

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
Copy link
Contributor

stcheng commented Feb 8, 2024

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.

@stcheng stcheng closed this as completed Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants