[twitter-dev] connection by Seesmic/Instagram iPhone Apps ?

2011-04-09 Thread ジェローム
I would like to know how iPhone Apps like Seesmic or Instagram connect to the Twitter account. They don't use any webview. I can do an app connecting with Oauth through a webview but how do these apps manage the connection? Do these apps have some special permissions/way to connect ? -- Twitter

Re: [twitter-dev] connection by Seesmic/Instagram iPhone Apps ?

2011-04-09 Thread Taylor Singletary
Native mobile applications can apply for xAuth access, http://dev.twitter.com/pages/xauth which allows an application to exchange a login password for an OAuth access token. Instagram Seesmic both use xAuth to simplify this flow. Depending on how deeply your application needs to use Twitter, I