I know similar questions have been asked before (I've read most of them), but I haven't found a good answer yet.
I need to login/signup users with twitter from iOS. I have this website where I am already doing that (www.Meer.li) and now I need to do it in the app as well.
I know I can get access to the twitter username on the iOS-device and see if it is in the database of my app, but how do I handle things when the user isn't signed up to www.Meer.li yet?
Sorry if it is a trivial question, but I'm a bit confused wether I should use the iOS Social framework or use some OAuth library (Restkit, etc).
Hope someone can guide me in the direction of an answer or maybe even an example!
To be clarified:
Thanks a lot for the guidance. Seems reasonable. Just to be sure, this is how I understand the steps to be:
1: User clicks on login with twitter button
2: We get users twitter accounts and ask him which one he wants to use
3: We send off a request to twitter with the key and secret for your own app and the users twitter info
4: If good response is received back, send the received info to the method on your webapp that creates users and make a request from there to twitter for the remaining user info
5: Let user have fun
Is that about right? Why hasn't anyone documented this flow very well before? Sounds like a thing that should be very easy to do.
