i am creating iphone app with full functionality of twitter and at the first time user loging page with access_token so i want this token without login after login i replace this one with new but at first time i need this access token
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Bill the Lizard♦ Feb 9 at 16:14
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
When a Twitter user authorizes your application for access to their account, the Twitter API will hand your application two tokens: OAuthToken and OAuthTokenSecret. You store these tokens in a settings file (or cookie or whatever). From that point on, you give Twitter those tokens with the tokens assigned to your application (i.e. ConsumerKey and ConsumerKeySecret) to connect to Twitter as that user. |
|||||
|
