You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble integrating with omniauth-facebook.
I've managed to set both up correctly - I can create users using omniauth-facebook, I can also create users via POST /auth. Signing in users through POST /auth/sign_in is fine too. However, for Facebook users, I'm unable to retrieve the tokens I need to continue their verification. The headers from the call to /auth/facebook/callback don't contain any token / client info I can use for my next request
The text was updated successfully, but these errors were encountered:
Hi,
I'm having trouble integrating with omniauth-facebook.
I've managed to set both up correctly - I can create users using omniauth-facebook, I can also create users via POST /auth. Signing in users through POST /auth/sign_in is fine too. However, for Facebook users, I'm unable to retrieve the tokens I need to continue their verification. The headers from the call to /auth/facebook/callback don't contain any token / client info I can use for my next request
The text was updated successfully, but these errors were encountered: