Re: [twitter-dev] access token expires ?

2011-05-11 Thread Joshua Nguyen
Tom, If the problem is at timezone, how can it still work in the first some hours (ie : the problem just occurs after i run over 9 hours) ? Josh 2011/5/12 Joshua Nguyen > Thanks, Tom > > I will try and let you know the result. > > Josh > > > 2011/5/4 Tom van der Woerdt > >> Tokens don't expir

Re: [twitter-dev] access token expires ?

2011-05-11 Thread Joshua Nguyen
Thanks, Tom I will try and let you know the result. Josh 2011/5/4 Tom van der Woerdt > Tokens don't expire. > > You should check the timezone settings - while it shouldn't matter, because > a UNIX timestamp is always in UTC, it could be the issue. > > Tom > > > > On 5/4/11 3:26 AM, Joshua Ngu

Re: [twitter-dev] access token expires ?

2011-05-04 Thread Tom van der Woerdt
Tokens don't expire. You should check the timezone settings - while it shouldn't matter, because a UNIX timestamp is always in UTC, it could be the issue. Tom On 5/4/11 3:26 AM, Joshua Nguyen wrote: I have obtained the access token; then i check for new @mentions twice a minute. In ~9 hours

[twitter-dev] access token expires ?

2011-05-03 Thread Joshua Nguyen
I have obtained the access token; then i check for new @mentions twice a minute. In ~9 hours, Twitter returns an error : Timestamps out of bounds. I see this error is relating to the time difference between Twitter and my system; but i changed nothing in my system time. Does access token expire ?

[twitter-dev] Access Token Details

2010-10-13 Thread Andrew Cross. Gna
This was the description given at the FAQ of twitter application Prepare long-term storage for access tokens and secrets "Whatever your storage system may be, you'll need to begin storing an oauth_token and oauth_token_secret (collectively, an "access token") for each user of your application. Th

Re: [twitter-dev] Access Token updating on App page

2010-08-17 Thread Abraham Williams
You can track the issue report (created June 2009) here: http://code.google.com/p/twitter-api/issues/detail?id=669 Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] pr

Re: [twitter-dev] Access Token updating on App page

2010-08-16 Thread Taylor Singletary
Good point, Evan. In the mean time -- if you go and explicitly reject your access token on http://twitter.com/settings/connections and then re-negotiate it on the "my token" feature on dev.twitter.com, you should be able to get around this limitation. Taylor On Mon, Aug 16, 2010 at 9:29 AM, Evan

[twitter-dev] Access Token updating on App page

2010-08-16 Thread Evan Anderson
I've seen that read, read + write access is based on access tokens, and you can request new access tokens if you update your settings. However, It seems that the access tokens Twitter gives you explicitly on an app's settings page don't update to reflect this when you update your app's access sett

Re: [twitter-dev] Access Token

2010-06-28 Thread Taylor Singletary
For a desktop application you have one of two options -- use the PIN code flow in which you still must send the user to a web browser to enter their credentials, after which the user will be presented with a PIN code that they must hand-enter into your application. Your other alternative is xAuth,

Re: [twitter-dev] Access Token

2010-06-26 Thread manjunath reddy
Hi taylor. I am using java api to interact with twitter...Mine is an desktop application in which i cant the ask the user to enter the login credentials. How can i get the PIN in desktop applicationa. Can u please provide me some sample code for the same. On Fri, Jun 25, 2010 at 2:32 AM, Ta

Re: [twitter-dev] Access Token

2010-06-24 Thread Taylor Singletary
Hi Manjunath, You'll want to read about implementing OAuth in your application at http://dev.twitter.com/auth -- there are some convenient features we offer to acquire an access token for your own account and own application, but you'll still need to implement the bulk of OAuth. Taylor On Wed, J

[twitter-dev] Access Token

2010-06-24 Thread manjunath reddy
HI I have an requirement of reading all the tweets that has specifed word and replying to that tweeet. I am able to query all the tweets while replying to the tweet i am getting error.Couldnt autheticate the user. Please let me know how can i get the access token for the user. Please help me in