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
The active_token_id field never gets populated in the User table. tokens and active_token always return nil. They key (for facebook) and active fields(both fb and twitter) in the access_tokens also never get filled.
@user.get_token(:facebook) works as expected.
The text was updated successfully, but these errors were encountered:
Using facebook oauth.
The active_token_id field never gets populated in the User table. tokens and active_token always return nil. They key (for facebook) and active fields(both fb and twitter) in the access_tokens also never get filled.
@user.get_token(:facebook) works as expected.
The text was updated successfully, but these errors were encountered: