Twitter's OAuth 1.0A implementation offers access tokens that do not expire
unless manually severed by the end-user. After you've sent the user through
the OAuth negotiation steps and you've acquired an access token, store the
oauth_token and oauth_token_secret in your database associated with the
current user then use that token whenever making Twitter API requests on
that user's behalf.

@episod <http://twitter.com/episod> - Taylor Singletary


On Thu, May 26, 2011 at 2:14 AM, Mrbeam <trn6.hit...@gmail.com> wrote:

> i have got a twitter login button in my application.when the user
> click that button he/she goes to twitter authentication page and then
> after performing the necessary things they are directed back to my
> application.now what i need to do is make that the twitter
> authentication key i get in return lifetime so that later my
> application can tweet in the respective user's wall on behalf of
> user ,but without user getting login.if anybody has the solution plz
> help me
>
> --
> Twitter developer documentation and resources: https://dev.twitter.com/doc
> API updates via Twitter: https://twitter.com/twitterapi
> Issues/Enhancements Tracker:
> https://code.google.com/p/twitter-api/issues/list
> Change your membership to this group:
> https://groups.google.com/forum/#!forum/twitter-development-talk
>

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk

Reply via email to