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 i...@tvdw.eu 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

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 josht...@gmail.com Thanks, Tom I will try and let you know the result. Josh 2011/5/4 Tom van der Woerdt i...@tvdw.eu

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

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 [ ]

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

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,

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,