I ve got a web API that provides data to users without authentication (the website lets users post data, after they ve logged in using traditional cookies & sessions). Someone wants to develop an iPhone app that adds things to my database, so I want a user to authenticate on the iPhone, and then the api will allow posting.
So, what should I look in to do this easily? The API as it stands is RESTful, it d be nice to keep it that way. Obviously I m new to this but there seem to be so many standards I don t know where to start. If I can code it up in less than an hour, that d be ideal.
Much appreciated!