Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there any way I can create/log in user with omniauth gem if I know only his facebook token?

I have token saved in database for users wich already logged in before from my app, but the token goes from iOS application wich needs logged user as response.

There are two possibilities: a) user is in database - I will find him by id, log him in and return logged user (this works fine no automagic need to be done) b) user is not in database - I need get his data from facebook but i have only his token. Then I need to create him and log him in, then he can be returned.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.