[twitter-dev] Re: Now that oAuth tokens expire, how can I do stuff for the user when they're away?

2009-04-24 Thread Dossy Shiobara


On 4/24/09 9:42 AM, @pud wrote:

I realize a precaution taken during the recent oAuth scare was to
expire access tokens relatively quickly.


Access tokens, or request tokens?  ISTR it was request tokens that were 
being expired more aggressively.  Access tokens currently don't expire 
unless explicitly revoked by the end user.


--
Dossy Shiobara  | do...@panoptic.com | http://dossy.org/
Panoptic Computer Network   | http://panoptic.com/
  "He realized the fastest way to change is to laugh at your own
folly -- then you can let go and quickly move on." (p. 70)


[twitter-dev] Re: Now that oAuth tokens expire, how can I do stuff for the user when they're away?

2009-04-24 Thread Matt Sanford

Hi there,

It is indeed request tokens and not access tokens.

Thanks;
  – Matt Sanford / @mzsanford
  Twitter API Developer



On Apr 24, 2009, at 06:52 AM, Paul Kinlan wrote:

I belive the request tokens are expired quickly and not the access  
tokens.


Paul.

2009/4/24 @pud 

Hi,

I realize a precaution taken during the recent oAuth scare was to
expire access tokens relatively quickly.

Let's say I have a service that automatically sends tweets for a user
on a scheduled basis (like when they update their blog).  The last
token I have is 48-hours old, and is expired.  How can I send this
tweet?  Is there any way for me to get a new access token when the
user is not around?

Help.

Thanks,
@pud





[twitter-dev] Re: Now that oAuth tokens expire, how can I do stuff for the user when they're away?

2009-04-24 Thread Paul Kinlan
I belive the request tokens are expired quickly and not the access tokens.

Paul.

2009/4/24 @pud 

>
> Hi,
>
> I realize a precaution taken during the recent oAuth scare was to
> expire access tokens relatively quickly.
>
> Let's say I have a service that automatically sends tweets for a user
> on a scheduled basis (like when they update their blog).  The last
> token I have is 48-hours old, and is expired.  How can I send this
> tweet?  Is there any way for me to get a new access token when the
> user is not around?
>
> Help.
>
> Thanks,
> @pud