I'm developing an iPhone app with Titanium which is doing API calls to a Rails3 app with Devise/Omniauth.
And I just can't seem to get how to FB Connect in the app and then be able to auth my API calls. There's is a start here but it means that the user has to:
- FB Connect in the app
- Send the result to the rails app to get a devise token
- Ask for what it needs to using that token
Is there any way to directly use the result of Step 1 and get rid of Step 2?
Super thanks!