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

Update default API version to v19.0 #389

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

wynksaiddestroy
Copy link

@wynksaiddestroy wynksaiddestroy commented Apr 18, 2024

omniauth-facebook still uses Graph API version 5.0 as the default, which was shut off in February 2022.
The current API version is v19.0. A quick google search didn't yield any changes to the OAuth part of the API. So I assume it's safe to use the current version of the API.
#374 addressed the problem already.
On the side I updated the CI test matrix and removed all unmaintained Ruby versions.

@simi
Copy link
Owner

simi commented Apr 19, 2024

Thanks @wynksaiddestroy, would you mind to add Bigdecimal to gemfile to fix head build as well?

@wynksaiddestroy
Copy link
Author

Thanks @wynksaiddestroy, would you mind to add Bigdecimal to gemfile to fix head build as well?

Thanks for the quick response ❤️
The gemspec file now includes bigdecimal as a dependency.
I've also simplified the CI workflow further.

@svoop
Copy link

svoop commented May 7, 2024

Just a friendly heads-up: Thanks for cutting a release soonish, the v13 API won't work after May 28, so it would be nice to have a few days to update. And thanks for this PR, @wynksaiddestroy !

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

Successfully merging this pull request may close these issues.

None yet

3 participants