Re: Change to Twitter API?

2008-12-11 Thread Shannon Whitley

I am having problems with My Tweeple as well.


Re: Change to Twitter API?

2008-12-11 Thread Alex Payne

We've got a fix for it in the works.

On Thu, Dec 11, 2008 at 07:16, itcn [EMAIL PROTECTED] wrote:

 I think this should be evelated to bug status -- I've been seeing this
 for 3 days now.
 Sometimes http://twitter.com/users/show/(screen_name).xml shows full
 info, but most of the time it doesn't.  Very erratic behavior.


 On Dec 11, 9:50 am, Shannon Whitley [EMAIL PROTECTED] wrote:
 I am having problems with My Tweeple as well.




-- 
Alex Payne - API Lead, Twitter, Inc.
http://twitter.com/al3x


Re: Change to Twitter API?

2008-12-10 Thread Nuno Job

Thanks for the update :)

Problem solved here

On Dec 9, 7:32 pm, itcn [EMAIL PROTECTED] wrote:
 Alex;
 Thanks for the prompt response and updates!!  Thanks for all you guys
 do,
 Barry

 On Dec 9, 6:48 pm, Alex Payne [EMAIL PROTECTED] wrote:

  Apologies once again.  We introduced a regression as part of another
  bug fix.  We're doing an emergency deploy right now, so the correct
  behavior should be live again shortly.

  On Tue, Dec 9, 2008 at 14:59, Alex Payne [EMAIL PROTECTED] wrote:
   This is a temporary issue.

   On Tue, Dec 9, 2008 at 14:47, itcn [EMAIL PROTECTED] wrote:

   This used to work for unauthenticated users to display statuses_count
   and now it doesn't:

  http://twitter.com/users/show/(screen_name).xml

   Any reason this was changed recently?   Is there another way to access
   a user's status count (preferably without requiring the user's
   authentication)?

   --
   Alex Payne - API Lead, Twitter, Inc.
  http://twitter.com/al3x

  --
  Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x-Hide quoted 
  text -

  - Show quoted text -


Re: Change to Twitter API?

2008-12-10 Thread Alex Payne

The fix was deployed yesterday, about 17 hours ago.  Any incorrect
responses are just cached data that will be evicted over time.
Nothing should live in the cache longer than 24 hours, so all should
be correct within the next 7 hours.

On Wed, Dec 10, 2008 at 08:22, itcn [EMAIL PROTECTED] wrote:

 Is there any ETA on when this bug will be fixed?

 On Dec 9, 5:59 pm, Alex Payne [EMAIL PROTECTED] wrote:
 This is a temporary issue.

 On Tue, Dec 9, 2008 at 14:47, itcn [EMAIL PROTECTED] wrote:

  This used to work for unauthenticated users to display statuses_count
  and now it doesn't:

 http://twitter.com/users/show/(screen_name).xml

  Any reason this was changed recently?   Is there another way to access
  a user's status count (preferably without requiring the user's
  authentication)?

 --
 Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x




-- 
Alex Payne - API Lead, Twitter, Inc.
http://twitter.com/al3x


Re: Change to Twitter API?

2008-12-10 Thread Dharmesh

Alex,

I think there might still be an issue with this fix.  I've run through
many test cases (including your profile) and all of them are still
failing to return the full user object.

It looks like this might be just an issue with the xml format of /
users/show (the json output seems to contain all the data).

Thanks for all the hard work.  If I can provide any more detail or
testing assistance, let me know.

Regards,
Dharmesh

On Dec 10, 12:23 pm, Alex Payne [EMAIL PROTECTED] wrote:
 The fix was deployed yesterday, about 17 hours ago.  Any incorrect
 responses are just cached data that will be evicted over time.
 Nothing should live in the cache longer than 24 hours, so all should
 be correct within the next 7 hours.



 On Wed, Dec 10, 2008 at 08:22, itcn [EMAIL PROTECTED] wrote:

  Is there any ETA on when this bug will be fixed?

  On Dec 9, 5:59 pm, Alex Payne [EMAIL PROTECTED] wrote:
  This is a temporary issue.

  On Tue, Dec 9, 2008 at 14:47, itcn [EMAIL PROTECTED] wrote:

   This used to work for unauthenticated users to display statuses_count
   and now it doesn't:

  http://twitter.com/users/show/(screen_name).xml

   Any reason this was changed recently?   Is there another way to access
   a user's status count (preferably without requiring the user's
   authentication)?

  --
  Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x

 --
 Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x


Re: Change to Twitter API?

2008-12-10 Thread itcn

Still the same problem; the XML version of the API no longer seems to
be returning the full data.  It never made sense that this would be a
cache issue; beacuse this should return new data every time we request
the XML file; what good is data that is 24 hours old?


On Dec 10, 12:23 pm, Alex Payne [EMAIL PROTECTED] wrote:
 The fix was deployed yesterday, about 17 hours ago.  Any incorrect
 responses are just cached data that will be evicted over time.
 Nothing should live in the cache longer than 24 hours, so all should
 be correct within the next 7 hours.





 On Wed, Dec 10, 2008 at 08:22, itcn [EMAIL PROTECTED] wrote:

  Is there any ETA on when this bug will be fixed?

  On Dec 9, 5:59 pm, Alex Payne [EMAIL PROTECTED] wrote:
  This is a temporary issue.

  On Tue, Dec 9, 2008 at 14:47, itcn [EMAIL PROTECTED] wrote:

   This used to work for unauthenticated users to display statuses_count
   and now it doesn't:

  http://twitter.com/users/show/(screen_name).xml

   Any reason this was changed recently?   Is there another way to access
   a user's status count (preferably without requiring the user's
   authentication)?

  --
  Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x

 --
 Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x- Hide quoted text 
 -

 - Show quoted text -


Re: Change to Twitter API?

2008-12-10 Thread Alex Payne

Looking into this one further...

On Wed, Dec 10, 2008 at 17:21, itcn [EMAIL PROTECTED] wrote:

 Still the same problem; the XML version of the API no longer seems to
 be returning the full data.  It never made sense that this would be a
 cache issue; beacuse this should return new data every time we request
 the XML file; what good is data that is 24 hours old?


 On Dec 10, 12:23 pm, Alex Payne [EMAIL PROTECTED] wrote:
 The fix was deployed yesterday, about 17 hours ago.  Any incorrect
 responses are just cached data that will be evicted over time.
 Nothing should live in the cache longer than 24 hours, so all should
 be correct within the next 7 hours.





 On Wed, Dec 10, 2008 at 08:22, itcn [EMAIL PROTECTED] wrote:

  Is there any ETA on when this bug will be fixed?

  On Dec 9, 5:59 pm, Alex Payne [EMAIL PROTECTED] wrote:
  This is a temporary issue.

  On Tue, Dec 9, 2008 at 14:47, itcn [EMAIL PROTECTED] wrote:

   This used to work for unauthenticated users to display statuses_count
   and now it doesn't:

  http://twitter.com/users/show/(screen_name).xml

   Any reason this was changed recently?   Is there another way to access
   a user's status count (preferably without requiring the user's
   authentication)?

  --
  Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x

 --
 Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x- Hide quoted 
 text -

 - Show quoted text -




-- 
Alex Payne - API Lead, Twitter, Inc.
http://twitter.com/al3x


Re: Change to Twitter API?

2008-12-10 Thread bjhess

I am no longer seeing created_at in the returned user record for
http://twitter.com/users/show/id.xml.

Naturally, this has broken Follow Cost. :(

Thanks,
--
Barry
http://followcost.com


On Dec 10, 7:39 pm, Alex Payne [EMAIL PROTECTED] wrote:
 Looking into this one further...



 On Wed, Dec 10, 2008 at 17:21, itcn [EMAIL PROTECTED] wrote:

  Still the same problem; the XML version of the API no longer seems to
  be returning the full data.  It never made sense that this would be a
  cache issue; beacuse this should return new data every time we request
  the XML file; what good is data that is 24 hours old?

  On Dec 10, 12:23 pm, Alex Payne [EMAIL PROTECTED] wrote:
  The fix was deployed yesterday, about 17 hours ago.  Any incorrect
  responses are just cached data that will be evicted over time.
  Nothing should live in the cache longer than 24 hours, so all should
  be correct within the next 7 hours.

  On Wed, Dec 10, 2008 at 08:22, itcn [EMAIL PROTECTED] wrote:

   Is there any ETA on when this bug will be fixed?

   On Dec 9, 5:59 pm, Alex Payne [EMAIL PROTECTED] wrote:
   This is a temporary issue.

   On Tue, Dec 9, 2008 at 14:47, itcn [EMAIL PROTECTED] wrote:

This used to work for unauthenticated users to display statuses_count
and now it doesn't:

   http://twitter.com/users/show/(screen_name).xml

Any reason this was changed recently?   Is there another way to access
a user's status count (preferably without requiring the user's
authentication)?

   --
   Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x

  --
  Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x-Hide quoted 
  text -

  - Show quoted text -

 --
 Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x


Change to Twitter API?

2008-12-09 Thread itcn

This used to work for unauthenticated users to display statuses_count
and now it doesn't:

http://twitter.com/users/show/(screen_name).xml

Any reason this was changed recently?   Is there another way to access
a user's status count (preferably without requiring the user's
authentication)?



Re: Change to Twitter API?

2008-12-09 Thread Alex Payne

This is a temporary issue.

On Tue, Dec 9, 2008 at 14:47, itcn [EMAIL PROTECTED] wrote:

 This used to work for unauthenticated users to display statuses_count
 and now it doesn't:

 http://twitter.com/users/show/(screen_name).xml

 Any reason this was changed recently?   Is there another way to access
 a user's status count (preferably without requiring the user's
 authentication)?





-- 
Alex Payne - API Lead, Twitter, Inc.
http://twitter.com/al3x


Re: Change to Twitter API?

2008-12-09 Thread Alex Payne

Apologies once again.  We introduced a regression as part of another
bug fix.  We're doing an emergency deploy right now, so the correct
behavior should be live again shortly.

On Tue, Dec 9, 2008 at 14:59, Alex Payne [EMAIL PROTECTED] wrote:
 This is a temporary issue.

 On Tue, Dec 9, 2008 at 14:47, itcn [EMAIL PROTECTED] wrote:

 This used to work for unauthenticated users to display statuses_count
 and now it doesn't:

 http://twitter.com/users/show/(screen_name).xml

 Any reason this was changed recently?   Is there another way to access
 a user's status count (preferably without requiring the user's
 authentication)?





 --
 Alex Payne - API Lead, Twitter, Inc.
 http://twitter.com/al3x




-- 
Alex Payne - API Lead, Twitter, Inc.
http://twitter.com/al3x


Re: Change to Twitter API?

2008-12-09 Thread itcn

Alex;
Thanks for the prompt response and updates!!  Thanks for all you guys
do,
Barry

On Dec 9, 6:48 pm, Alex Payne [EMAIL PROTECTED] wrote:
 Apologies once again.  We introduced a regression as part of another
 bug fix.  We're doing an emergency deploy right now, so the correct
 behavior should be live again shortly.





 On Tue, Dec 9, 2008 at 14:59, Alex Payne [EMAIL PROTECTED] wrote:
  This is a temporary issue.

  On Tue, Dec 9, 2008 at 14:47, itcn [EMAIL PROTECTED] wrote:

  This used to work for unauthenticated users to display statuses_count
  and now it doesn't:

 http://twitter.com/users/show/(screen_name).xml

  Any reason this was changed recently?   Is there another way to access
  a user's status count (preferably without requiring the user's
  authentication)?

  --
  Alex Payne - API Lead, Twitter, Inc.
 http://twitter.com/al3x

 --
 Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x- Hide quoted text 
 -

 - Show quoted text -