Just installed it, seems to run great and it looks good too. Selfishly, I would LOVE if you wrote an article about implementing signup with facebook/twitter via rubymotion. What did you write your server using?
Happy to write an article on that. I initially built the website using Ruby on Rails and had twitter/facebook omniauth implemented.
It was then a simple case of displaying a web view in the app with login similar to how you would on the web, then diverting back to the app upon login.
awesome, what's your twitter handle or website? I was thinking the webview might be the simplest way to go. I wonder if you get any extra functionality by tying into iOS's facebook/twitter stuff? Might be easier for things like "post to facebook" and the like.
It was then a simple case of displaying a web view in the app with login similar to how you would on the web, then diverting back to the app upon login.