cocoa touch - How should we be obtaining user permission for our server to post tweets to Twitter, using OAuth, from the iPhone? -
For an iPhone app, I'm working on a feature that allows users to create automatic tweets I have chosen to use OAuth for twitter authentication. I
I successfully posted an OAuth for the app to post my own Has successfully obtained permission by using, and i I can easily see how I can authenticate users and allow the server directly by using a web browser (or UIWebView), with the server responsible for the OAuth function
but, This is my research, whether it is possible for the client to receive OAuth permissions and then pass them on the server, which will later be allowed to use them for writing tweets (the way you can The can has been emptied proxy permissions session for Facebook) What is it really possible to do with OAuth / Twitter, or does it defeats the purpose of OAuth (or unsupported by Twitter)? Or is it easy to send OAuth token information to the server as receiving the client? I'm trying to figure out what support is required on the server side before proceeding with the client code, but I'm not looking for examples of this kind of proxy in some way.
Thanks for any help
I asked this question on another thread The solution is posted:
Comments
Post a Comment