simi / omniauth-facebook

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

We are at graph v6.0 #338

Closed Henrik41 closed 4 years ago

Henrik41 commented 4 years ago

I am not getting the User email despite setting the scope and info_fields. This gem refers to v4.0 but we are at v6.0 Is this gem still working for v6.0?

simi commented 4 years ago

This gems is at v6.0 which points to FB API v3.0 by default. You can use v6.0 FB API if needed by following README.md - https://github.com/simi/omniauth-facebook#api-version.

Henrik41 commented 4 years ago

great it works! thx