-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Upgrade Facebook Graph API version to v22.0 #59387
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
Conversation
@microsoft-github-policy-service agree |
Thanks for the PR, @NSTom. |
@dotnet-policy-service agree company="Funda Real Estate B.V." |
Thanks for poking this @NSTom. Is there any reason not to use v22.0 at this point? |
After reading the release notes, not that I can tell. I have updated the PR for v22.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Upgrade Facebook Graph API version to v22.0
Currently, ASP.NET Core uses version v14.0 of the Facebook Graph API for authentication. This version of the API is no longer supported by Facebook, and should be upgraded to v22.0.
Description
Version v14.0 of the Graph API was supported until September 17, 2024. We should be able to safely upgrade to v22.0, the latest version, since there are no documented changes to the authorization, token or user information endpoints between these versions.
While this contributes towards #4684, it does not completely fix it, since the scope of that issue is broader than just Facebook.