[twitter-dev] OAuth Token expires or no?

2011-02-03 Thread Lab Tech
I am developing an auto post app and last night it worked perfectly,
this morning however I am getting a 401 Could not authenticate you.
error on both my app and the test file from the library
https://github.com/abraham/twitteroauth. The test file is unchanged
and worked perfectly last night.

I am storing both token and secret in a db as suggested.

I was under the impression OAuth Tokens and OAuth Token Secrets did
not expire. Was I wrong in that thinking?

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


Re: [twitter-dev] OAuth Token expires or no?

2011-02-03 Thread Scott Wilcox
Correct, tokens don't expire. If you're getting that, either your calls are 
being sent incorrect or permission has been revoked.

Scott.

On 3 Feb 2011, at 17:32, Lab Tech wrote:

 I am developing an auto post app and last night it worked perfectly,
 this morning however I am getting a 401 Could not authenticate you.
 error on both my app and the test file from the library
 https://github.com/abraham/twitteroauth. The test file is unchanged
 and worked perfectly last night.
 
 I am storing both token and secret in a db as suggested.
 
 I was under the impression OAuth Tokens and OAuth Token Secrets did
 not expire. Was I wrong in that thinking?

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


Re: [twitter-dev] OAuth Token expires or no?

2011-02-03 Thread Jan Paricka
Tokens do not expire.

Jan

On Thu, Feb 3, 2011 at 6:32 PM, Lab Tech lab_t...@queerchemistry.comwrote:

 I am developing an auto post app and last night it worked perfectly,
 this morning however I am getting a 401 Could not authenticate you.
 error on both my app and the test file from the library
 https://github.com/abraham/twitteroauth. The test file is unchanged
 and worked perfectly last night.

 I am storing both token and secret in a db as suggested.

 I was under the impression OAuth Tokens and OAuth Token Secrets did
 not expire. Was I wrong in that thinking?

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


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