Thanks - the problem was that the library routine I used for the Unix
timestamp didn't take Daylight Savings into account!

Steve

On Sep 1, 5:35 pm, Taylor Singletary <taylorsinglet...@twitter.com>
wrote:
> We have fixed a bug in our OAuth implementation that allowed timestamps in
> the future to be accepted. We've now corrected this such that timetsamps
> must be within a reasonable amount of time in cosideration to Twitter's
> server clocks.
>
> We return our current time in the "Date" HTTP header of every
> response. One easy way to fixate an application's clock with our servers is
> to issue a HTTP HEAD request tohttp://api.twitter.com/1/help/test.xml--
> it's a non-rate-limited request and will allow you to adjust your clock in
> relation to ours.
>
> Make sure that you're keeping to the OAuth spec and using UTC-based epoch
> time in seconds.
>
> Taylor
>
> On Wed, Sep 1, 2010 at 9:15 AM, Steve Loft 
> <kettletoft....@googlemail.com>wrote:
>
> > Users of my xAuth application are also getting 401, since about 12
> > hours ago.
>
> > Steve
>
> > --
> > 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?hl=en

-- 
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?hl=en

Reply via email to