simi / omniauth-facebook

Facebook OAuth2 Strategy for OmniAuth
https://simi.github.io/omniauth-facebook/
1.26k stars 403 forks source link

Is this gem no longer maintained ? #327

Closed bsh185 closed 4 years ago

bsh185 commented 5 years ago

Facebook graph API is now at V4.0 and this gem current graph version is v2.10 and will be deprecated on Nov 05, 2019 will there be any updates on this gem anytime soon ? is there an alternative to this gem ?

simi commented 5 years ago

You can use any version endpoint you need - https://github.com/mkdynamic/omniauth-facebook#api-version. If you'll be able to test V4.0 endpoint with this gem, we can release new version before 2.10 will be deprecated and move endpoint to some newer. We will need also to see differences to inform about backward incompatible changes.

Would you mind to help @bsh185?

bsh185 commented 5 years ago

I tried both 3.0 and 4.0 and login via Facebook seems to work fine, i tried the V4.0 and my site was able to get the needed user info to create a new one (email, first name, last name) with no issues. @simi

svoop commented 5 years ago

@simi Tested v4.0 with scope: public_profile,email and info_fields: email,first_name,last_name – works like a charm.

edgar-abadines commented 5 years ago

Is a new version coming out soon? How can I help?

simi commented 5 years ago

We need to somehow decide which will be the new default version.

see also https://github.com/mkdynamic/omniauth-facebook/pull/329

simi commented 5 years ago

@svoop @bsh185 @edgar-abadines can you please test my cleanup of warnings before next release?

https://github.com/mkdynamic/omniauth-facebook/pull/331

simi commented 4 years ago

https://github.com/simi/omniauth-facebook/pull/332 was merged, closing for now