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: Follow / Unfollow Error?

2008-12-10 Thread Ninjamonk

I am using the as3 twitter script and am getting the same problems I
think. I cannot get follow to work even though everything is the way
it should be.

do we have an update on this Alex?

On Dec 6, 7:33 am, Alex Payne [EMAIL PROTECTED] wrote:
 This is new to me; yours is the only report I've seen.  Can you please
 provide full request/response output, either on this list or privately
 to me?

 On Fri, Dec 5, 2008 at 15:28, Steve Ng Ming Yeow [EMAIL PROTECTED] wrote:



  There seems to be a majorfollowerror happening. Following someone
  generates an error that someone is already on list, and unfollowing
  someone generates an outright error. Even when following is
  successful, no email is generated.

  This is an massive error for our service. Any idea when/how it will be
  fixed? 9 hours  and counting i believe

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


remaining_hits isn't updated

2008-12-10 Thread にぽたん

Hi,

I realized the remaining_hits that the returned value of the
rate_limit_status API was counted down when I tried the other APIs
each time till reset_time.
The design of my application uses this value to know how often I can
use APIs.
# The way to get it is the remain seconds (reset_time - current
time) will be devided by it.

But now, the remaining_hits is already returned 100.
My application seems to get my friends' timeline in so high frequency.
Did you change the rate_limit_status API and announce it anywere?

Forgive my English.

-- @nipotan


Re: remaining_hits isn't updated

2008-12-10 Thread Cameron Kaiser

 I realized the remaining_hits that the returned value of the
 rate_limit_status API was counted down when I tried the other APIs
 each time till reset_time.
 The design of my application uses this value to know how often I can
 use APIs.
 # The way to get it is the remain seconds (reset_time - current
 time) will be devided by it.
 
 But now, the remaining_hits is already returned 100.
 My application seems to get my friends' timeline in so high frequency.
 Did you change the rate_limit_status API and announce it anywere?

Are you sure you're authenticating? In TTYtter, I can see the rate limit
drop correctly with each request (this is .json). Is this something you're
seeing with another format?

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * [EMAIL PROTECTED]
-- Jesus at a disco: Help! I've risen and I can't get down! -


Re: Follow / Unfollow Error?

2008-12-10 Thread Alex Payne

I'd need an example of the error you're running into to be sure it's
the same as the one Steve reported.  Given the specifics of the
account he's having trouble with, I'm guessing it's not the same
issue.

On Wed, Dec 10, 2008 at 05:49, Ninjamonk [EMAIL PROTECTED] wrote:

 I am using the as3 twitter script and am getting the same problems I
 think. I cannot get follow to work even though everything is the way
 it should be.

 do we have an update on this Alex?

 On Dec 6, 7:33 am, Alex Payne [EMAIL PROTECTED] wrote:
 This is new to me; yours is the only report I've seen.  Can you please
 provide full request/response output, either on this list or privately
 to me?

 On Fri, Dec 5, 2008 at 15:28, Steve Ng Ming Yeow [EMAIL PROTECTED] wrote:



  There seems to be a majorfollowerror happening. Following someone
  generates an error that someone is already on list, and unfollowing
  someone generates an outright error. Even when following is
  successful, no email is generated.

  This is an massive error for our service. Any idea when/how it will be
  fixed? 9 hours  and counting i believe

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


Followings Updates not coming from API

2008-12-10 Thread jje

Just wondering if there is any discussion on the current followings 
updates not coming through on our ping to the API?

Thanks


Re: Follow / Unfollow Error?

2008-12-10 Thread Ninjamonk

I am using the as3 twitter script and so can't get the response just
the 400 bad request. I am thinking its most likely my code if no one
else is getting this.

I wonder if its to do with the flash player I have on my mac.

if its working for others then I wouldn't worry about it.

Cheers
Darren

On Dec 10, 5:21 pm, Alex Payne [EMAIL PROTECTED] wrote:
 I'd need an example of the error you're running into to be sure it's
 the same as the one Steve reported.  Given the specifics of the
 account he's having trouble with, I'm guessing it's not the same
 issue.



 On Wed, Dec 10, 2008 at 05:49, Ninjamonk [EMAIL PROTECTED] wrote:

  I am using the as3 twitter script and am getting the same problems I
  think. I cannot get follow to work even though everything is the way
  it should be.

  do we have an update on this Alex?

  On Dec 6, 7:33 am, Alex Payne [EMAIL PROTECTED] wrote:
  This is new to me; yours is the only report I've seen.  Can you please
  provide full request/response output, either on this list or privately
  to me?

  On Fri, Dec 5, 2008 at 15:28, Steve Ng Ming Yeow [EMAIL PROTECTED] wrote:

   There seems to be a majorfollowerror happening. Following someone
   generates an error that someone is already on list, and unfollowing
   someone generates an outright error. Even when following is
   successful, no email is generated.

   This is an massive error for our service. Any idea when/how it will be
   fixed? 9 hours  and counting i believe

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

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


Re: Followings Updates not coming from AP

2008-12-10 Thread Alex Payne

I'm going to need something more specific than that to help you with this issue.

On Wed, Dec 10, 2008 at 11:23, jje [EMAIL PROTECTED] wrote:

 Just wondering if there is any discussion on the current followings 
 updates not coming through on our ping to the API?

 Thanks




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


Re: Follow / Unfollow Error?

2008-12-10 Thread Alex Payne

400 usually means that you've run into our rate limit.  You can find
out for sure by looking at the body of the response we've sent to you,
which contains an informative error message.

If you need the rate limit lifted for your development period, please
apply for whitelisting at
http://twitter.com/help/request_whitelisting.

On Wed, Dec 10, 2008 at 11:30, Ninjamonk [EMAIL PROTECTED] wrote:

 I am using the as3 twitter script and so can't get the response just
 the 400 bad request. I am thinking its most likely my code if no one
 else is getting this.

 I wonder if its to do with the flash player I have on my mac.

 if its working for others then I wouldn't worry about it.

 Cheers
 Darren

 On Dec 10, 5:21 pm, Alex Payne [EMAIL PROTECTED] wrote:
 I'd need an example of the error you're running into to be sure it's
 the same as the one Steve reported.  Given the specifics of the
 account he's having trouble with, I'm guessing it's not the same
 issue.



 On Wed, Dec 10, 2008 at 05:49, Ninjamonk [EMAIL PROTECTED] wrote:

  I am using the as3 twitter script and am getting the same problems I
  think. I cannot get follow to work even though everything is the way
  it should be.

  do we have an update on this Alex?

  On Dec 6, 7:33 am, Alex Payne [EMAIL PROTECTED] wrote:
  This is new to me; yours is the only report I've seen.  Can you please
  provide full request/response output, either on this list or privately
  to me?

  On Fri, Dec 5, 2008 at 15:28, Steve Ng Ming Yeow [EMAIL PROTECTED] 
  wrote:

   There seems to be a majorfollowerror happening. Following someone
   generates an error that someone is already on list, and unfollowing
   someone generates an outright error. Even when following is
   successful, no email is generated.

   This is an massive error for our service. Any idea when/how it will be
   fixed? 9 hours  and counting i believe

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

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




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


Re: Followings Updates not coming from AP

2008-12-10 Thread Steve Ng Ming Yeow
Hi Jje,
  Think you might need to elaborate a bit more.

  We might have the same issue (and i have seen it being mentioned in some
other places), but would need more details to ascertain.

  Do you get an error, or are the changes in following just not being
reflected?

M

On Wed, Dec 10, 2008 at 11:23 AM, jje [EMAIL PROTECTED] wrote:


 Just wondering if there is any discussion on the current followings 
 updates not coming through on our ping to the API?

 Thanks




-- 
Discovery - Going Beyond Engagement: http://is.gd/op2 (My Current Pet
Project)
What I do: http://v3.mingyeow.com/?page_id=5


Re: Followings Updates not coming from AP

2008-12-10 Thread jje

Followers are coming through on our call but the Followings and
Updates are not, no error just no #'s. see www.whatsyourtweetworth.com
and enter user name..not all info is coming through and yesterday it
was working.

thanks for the help- developer is out, but he can add more details
once he is available. I'm just trying to figure out if its on our
end.


On Dec 10, 1:36 pm, Steve Ng Ming Yeow [EMAIL PROTECTED] wrote:
 Hi Jje,
   Think you might need to elaborate a bit more.

   We might have the same issue (and i have seen it being mentioned in some
 other places), but would need more details to ascertain.

   Do you get an error, or are the changes in following just not being
 reflected?

 M

 On Wed, Dec 10, 2008 at 11:23 AM, jje [EMAIL PROTECTED] wrote:

  Just wondering if there is any discussion on the current followings 
  updates not coming through on our ping to the API?

  Thanks

 --
 Discovery - Going Beyond Engagement:http://is.gd/op2(My Current Pet
 Project)
 What I do:http://v3.mingyeow.com/?page_id=5


Re: Follow / Unfollow Error?

2008-12-10 Thread Ninjamonk

thanks Alex, its not a rate limit issue as I am not hitting it that
much (about 3 times max a minute).

Unfortunately there is not way to get the body of the response in as3
when it throws an error.

Error #2032: Stream Error. URL: 
https://twitter.com/friendships/create/shytalk.xml
is an example of the error that as3 throws.

As you can see its correct, the user is authenticated and the verb is
POST.

I have tried this with 2 users and get the same problem. The users
were me (ninjamonk) and a test account I setup called justatestuser
(which is the account I tried to friend shytalk)

Cheers

Darren

On Dec 10, 7:33 pm, Alex Payne [EMAIL PROTECTED] wrote:
 400 usually means that you've run into our rate limit.  You can find
 out for sure by looking at the body of the response we've sent to you,
 which contains an informative error message.

 If you need the rate limit lifted for your development period, please
 apply for whitelisting athttp://twitter.com/help/request_whitelisting.



 On Wed, Dec 10, 2008 at 11:30, Ninjamonk [EMAIL PROTECTED] wrote:

  I am using the as3 twitter script and so can't get the response just
  the 400 bad request. I am thinking its most likely my code if no one
  else is getting this.

  I wonder if its to do with the flash player I have on my mac.

  if its working for others then I wouldn't worry about it.

  Cheers
  Darren

  On Dec 10, 5:21 pm, Alex Payne [EMAIL PROTECTED] wrote:
  I'd need an example of the error you're running into to be sure it's
  the same as the one Steve reported.  Given the specifics of the
  account he's having trouble with, I'm guessing it's not the same
  issue.

  On Wed, Dec 10, 2008 at 05:49, Ninjamonk [EMAIL PROTECTED] wrote:

   I am using the as3 twitter script and am getting the same problems I
   think. I cannot get follow to work even though everything is the way
   it should be.

   do we have an update on this Alex?

   On Dec 6, 7:33 am, Alex Payne [EMAIL PROTECTED] wrote:
   This is new to me; yours is the only report I've seen.  Can you please
   provide full request/response output, either on this list or privately
   to me?

   On Fri, Dec 5, 2008 at 15:28, Steve Ng Ming Yeow [EMAIL PROTECTED] 
   wrote:

There seems to be a majorfollowerror happening. Following someone
generates an error that someone is already on list, and unfollowing
someone generates an outright error. Even when following is
successful, no email is generated.

This is an massive error for our service. Any idea when/how it will be
fixed? 9 hours  and counting i believe

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

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

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


Re: Follow / Unfollow Error?

2008-12-10 Thread Ed Finkler

Try using a debugging proxy like Charles. It should capture data
coming from your app, whether it's in the browser or an AIR app.

--
Ed Finkler
http://funkatron.com
AIM: funka7ron
ICQ: 3922133
Skype: funka7ron


On Wed, Dec 10, 2008 at 3:27 PM, Ninjamonk [EMAIL PROTECTED] wrote:

 thanks Alex, its not a rate limit issue as I am not hitting it that
 much (about 3 times max a minute).

 Unfortunately there is not way to get the body of the response in as3
 when it throws an error.

 Error #2032: Stream Error. URL: 
 https://twitter.com/friendships/create/shytalk.xml
 is an example of the error that as3 throws.

 As you can see its correct, the user is authenticated and the verb is
 POST.

 I have tried this with 2 users and get the same problem. The users
 were me (ninjamonk) and a test account I setup called justatestuser
 (which is the account I tried to friend shytalk)

 Cheers

 Darren

 On Dec 10, 7:33 pm, Alex Payne [EMAIL PROTECTED] wrote:
 400 usually means that you've run into our rate limit.  You can find
 out for sure by looking at the body of the response we've sent to you,
 which contains an informative error message.

 If you need the rate limit lifted for your development period, please
 apply for whitelisting athttp://twitter.com/help/request_whitelisting.



 On Wed, Dec 10, 2008 at 11:30, Ninjamonk [EMAIL PROTECTED] wrote:

  I am using the as3 twitter script and so can't get the response just
  the 400 bad request. I am thinking its most likely my code if no one
  else is getting this.

  I wonder if its to do with the flash player I have on my mac.

  if its working for others then I wouldn't worry about it.

  Cheers
  Darren

  On Dec 10, 5:21 pm, Alex Payne [EMAIL PROTECTED] wrote:
  I'd need an example of the error you're running into to be sure it's
  the same as the one Steve reported.  Given the specifics of the
  account he's having trouble with, I'm guessing it's not the same
  issue.

  On Wed, Dec 10, 2008 at 05:49, Ninjamonk [EMAIL PROTECTED] wrote:

   I am using the as3 twitter script and am getting the same problems I
   think. I cannot get follow to work even though everything is the way
   it should be.

   do we have an update on this Alex?

   On Dec 6, 7:33 am, Alex Payne [EMAIL PROTECTED] wrote:
   This is new to me; yours is the only report I've seen.  Can you please
   provide full request/response output, either on this list or privately
   to me?

   On Fri, Dec 5, 2008 at 15:28, Steve Ng Ming Yeow [EMAIL PROTECTED] 
   wrote:

There seems to be a majorfollowerror happening. Following someone
generates an error that someone is already on list, and unfollowing
someone generates an outright error. Even when following is
successful, no email is generated.

This is an massive error for our service. Any idea when/how it will 
be
fixed? 9 hours  and counting i believe

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

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

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


Re: Follow / Unfollow Error?

2008-12-10 Thread Ninjamonk

thanks Ed, spot on. I have it plainly being a POST in as3(well the
twitter script does) but according to charles it was a GET which would
explain the 400.

right off to figure this out.

thanks guys.

On Dec 10, 8:32 pm, Ed Finkler [EMAIL PROTECTED] wrote:
 Try using a debugging proxy like Charles. It should capture data
 coming from your app, whether it's in the browser or an AIR app.

 --
 Ed Finklerhttp://funkatron.com
 AIM: funka7ron
 ICQ: 3922133
 Skype: funka7ron

 On Wed, Dec 10, 2008 at 3:27 PM, Ninjamonk [EMAIL PROTECTED] wrote:

  thanks Alex, its not a rate limit issue as I am not hitting it that
  much (about 3 times max a minute).

  Unfortunately there is not way to get the body of the response in as3
  when it throws an error.

  Error #2032: Stream Error. 
  URL:https://twitter.com/friendships/create/shytalk.xml
  is an example of the error that as3 throws.

  As you can see its correct, the user is authenticated and the verb is
  POST.

  I have tried this with 2 users and get the same problem. The users
  were me (ninjamonk) and a test account I setup called justatestuser
  (which is the account I tried to friend shytalk)

  Cheers

  Darren

  On Dec 10, 7:33 pm, Alex Payne [EMAIL PROTECTED] wrote:
  400 usually means that you've run into our rate limit.  You can find
  out for sure by looking at the body of the response we've sent to you,
  which contains an informative error message.

  If you need the rate limit lifted for your development period, please
  apply for whitelisting athttp://twitter.com/help/request_whitelisting.

  On Wed, Dec 10, 2008 at 11:30, Ninjamonk [EMAIL PROTECTED] wrote:

   I am using the as3 twitter script and so can't get the response just
   the 400 bad request. I am thinking its most likely my code if no one
   else is getting this.

   I wonder if its to do with the flash player I have on my mac.

   if its working for others then I wouldn't worry about it.

   Cheers
   Darren

   On Dec 10, 5:21 pm, Alex Payne [EMAIL PROTECTED] wrote:
   I'd need an example of the error you're running into to be sure it's
   the same as the one Steve reported.  Given the specifics of the
   account he's having trouble with, I'm guessing it's not the same
   issue.

   On Wed, Dec 10, 2008 at 05:49, Ninjamonk [EMAIL PROTECTED] wrote:

I am using the as3 twitter script and am getting the same problems I
think. I cannot get follow to work even though everything is the way
it should be.

do we have an update on this Alex?

On Dec 6, 7:33 am, Alex Payne [EMAIL PROTECTED] wrote:
This is new to me; yours is the only report I've seen.  Can you 
please
provide full request/response output, either on this list or 
privately
to me?

On Fri, Dec 5, 2008 at 15:28, Steve Ng Ming Yeow [EMAIL PROTECTED] 
wrote:

 There seems to be a majorfollowerror happening. Following someone
 generates an error that someone is already on list, and 
 unfollowing
 someone generates an outright error. Even when following is
 successful, no email is generated.

 This is an massive error for our service. Any idea when/how it 
 will be
 fixed? 9 hours  and counting i believe

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

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

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


Incomplete list of friends being returned

2008-12-10 Thread Carter Rabasa

I am currently developing an application to bridge Twitter and
FriendFeed (http://twitter2ff.appspot.com) and I am having a problem
retrieving a complete list of a user's friends.

For example, using the command-line (curl), I retrieved all the
friends for davewiner.  His profile (http://twitter.com/davewiner)
indicates he has 741 friends.  When I count the number of screen_names
returned (over 8 pages of results) I only see 733 friends.

I've double-checked this with several other public accounts. Any
ideas?

Thanks,
Carter Rabasa


Re: Incomplete list of friends being returned

2008-12-10 Thread Brian Gilham

Perhaps it is not returning protected users?
-Original Message-
From: Carter Rabasa [EMAIL PROTECTED]

Date: Wed, 10 Dec 2008 13:27:57 
To: Twitter Development Talktwitter-development-talk@googlegroups.com
Subject: Incomplete list of friends being returned



I am currently developing an application to bridge Twitter and
FriendFeed (http://twitter2ff.appspot.com) and I am having a problem
retrieving a complete list of a user's friends.

For example, using the command-line (curl), I retrieved all the
friends for davewiner.  His profile (http://twitter.com/davewiner)
indicates he has 741 friends.  When I count the number of screen_names
returned (over 8 pages of results) I only see 733 friends.

I've double-checked this with several other public accounts. Any
ideas?

Thanks,
Carter Rabasa



Re: Incomplete list of friends being returned

2008-12-10 Thread Carter Rabasa

I doubt it, because I am authenticating with the user's credentials.
You'd think the authenticated user would get a complete list of their
friends.

On Dec 10, 3:32 pm, Brian Gilham [EMAIL PROTECTED] wrote:
 Perhaps it is not returning protected users?

 -Original Message-
 From: Carter Rabasa [EMAIL PROTECTED]

 Date: Wed, 10 Dec 2008 13:27:57
 To: Twitter Development Talktwitter-development-talk@googlegroups.com
 Subject: Incomplete list of friends being returned

 I am currently developing an application to bridge Twitter and
 FriendFeed (http://twitter2ff.appspot.com) and I am having a problem
 retrieving a complete list of a user's friends.

 For example, using the command-line (curl), I retrieved all the
 friends for davewiner.  His profile (http://twitter.com/davewiner)
 indicates he has 741 friends.  When I count the number of screen_names
 returned (over 8 pages of results) I only see 733 friends.

 I've double-checked this with several other public accounts. Any
 ideas?

 Thanks,
 Carter Rabasa




Re: Incomplete list of friends being returned

2008-12-10 Thread DustyReagan

I've noticed the same sorta' thing. Getting a user's list of followers
and followings has been really flaky. Would love for it to be more
reliable.

Dusty

On Dec 10, 3:46 pm, Carter Rabasa [EMAIL PROTECTED] wrote:
 I doubt it, because I am authenticating with the user's credentials.
 You'd think the authenticated user would get a complete list of their
 friends.

 On Dec 10, 3:32 pm, Brian Gilham [EMAIL PROTECTED] wrote:

  Perhaps it is not returning protected users?

  -Original Message-
  From: Carter Rabasa [EMAIL PROTECTED]

  Date: Wed, 10 Dec 2008 13:27:57
  To: Twitter Development Talktwitter-development-talk@googlegroups.com
  Subject: Incomplete list of friends being returned

  I am currently developing an application to bridge Twitter and
  FriendFeed (http://twitter2ff.appspot.com) and I am having a problem
  retrieving a complete list of a user's friends.

  For example, using the command-line (curl), I retrieved all the
  friends for davewiner.  His profile (http://twitter.com/davewiner)
  indicates he has 741 friends.  When I count the number of screen_names
  returned (over 8 pages of results) I only see 733 friends.

  I've double-checked this with several other public accounts. Any
  ideas?

  Thanks,
  Carter Rabasa




direct_messages new NOT working

2008-12-10 Thread sMan

Hi guys, I just started kicking the tires on the API (thanks, btw!)
and am having a horrendous time posting to /direct_messages/new.xml.
The response that comes back is invalid request which doesn't give
me much to debug or go off of. I am able to post to the udpate/status
urls just fine so I dont think its my code. here is how I'm doing the
post in Ruby:

postTwitter(http://twitter.com/direct_messages/new.xml;, {text =
'this is a test', user = 'saumil})

postTwitter is my wrapper method to execute the http request and works
for other urls, just not this one.

Thanks!
--S


Re: Followings Updates not coming from AP

2008-12-10 Thread Dan at Tivot

We are seing the exact same thing.   Starting late last night, any
attempt made as follows...

https://twitter.com/users/show/{USER}.xml

... Are missing the elements for friends and status updates.  Not
showing a zero.  The elements are just missing from the response.

Twhirl is showing zeros for those values as well.

On Dec 10, 11:50 am, jje [EMAIL PROTECTED] wrote:
 Followers are coming through on our call but the Followings and
 Updates are not, no error just no #'s. seewww.whatsyourtweetworth.com
 and enter user name..not all info is coming through and yesterday it
 was working.

 thanks for the help- developer is out, but he can add more details
 once he is available. I'm just trying to figure out if its on our
 end.

 On Dec 10, 1:36 pm, Steve Ng Ming Yeow [EMAIL PROTECTED] wrote:



  Hi Jje,
    Think you might need to elaborate a bit more.

    We might have the same issue (and i have seen it being mentioned in some
  other places), but would need more details to ascertain.

    Do you get an error, or are the changes in following just not being
  reflected?

  M

  On Wed, Dec 10, 2008 at 11:23 AM, jje [EMAIL PROTECTED] wrote:

   Just wondering if there is any discussion on the current followings 
   updates not coming through on our ping to the API?

   Thanks

  --
  Discovery - Going Beyond Engagement:http://is.gd/op2(MyCurrent Pet
  Project)
  What I do:http://v3.mingyeow.com/?page_id=5- Hide quoted text -

 - Show quoted text -


Re: direct_messages new NOT working

2008-12-10 Thread Alex Payne

If you provide the full request/response output from your call to the
method, I'm sure somewhat can tell you what's going on.  Thanks!

On Wed, Dec 10, 2008 at 16:36, sMan [EMAIL PROTECTED] wrote:

 Hi guys, I just started kicking the tires on the API (thanks, btw!)
 and am having a horrendous time posting to /direct_messages/new.xml.
 The response that comes back is invalid request which doesn't give
 me much to debug or go off of. I am able to post to the udpate/status
 urls just fine so I dont think its my code. here is how I'm doing the
 post in Ruby:

 postTwitter(http://twitter.com/direct_messages/new.xml;, {text =
 'this is a test', user = 'saumil})

 postTwitter is my wrapper method to execute the http request and works
 for other urls, just not this one.

 Thanks!
 --S




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


Re: Followings Updates not coming from AP

2008-12-10 Thread Cameron Kaiser

 We are seing the exact same thing.   Starting late last night, any
 attempt made as follows...
 
 https://twitter.com/users/show/{USER}.xml
 
 ... Are missing the elements for friends and status updates.  Not
 showing a zero.  The elements are just missing from the response.
 
 Twhirl is showing zeros for those values as well.

This must be .xml, because .json is showing them okay (just tested).

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * [EMAIL PROTECTED]
-- Homestar has a web site? -- Strong Bad -


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: Followings Updates not coming from AP

2008-12-10 Thread Dharmesh

I have had the same issue since some time last night.

Basically, the following and update elements of the output just
don't come through

I believe this was resolved last night, but most of my users are still
having the problem (and I'm getting increasingly worried that it's not
just an issue with waiting the cache to refresh).

Example:  http://twitter.com/users/show/hubspot.xml (in fact, I can't
find a single user account now that will return following count and
update count when retrieved via the API)

All help is appreciated.

-Dharmesh





On Dec 10, 2:50 pm, jje [EMAIL PROTECTED] wrote:
 Followers are coming through on our call but the Followings and
 Updates are not, no error just no #'s. seewww.whatsyourtweetworth.com
 and enter user name..not all info is coming through and yesterday it
 was working.

 thanks for the help- developer is out, but he can add more details
 once he is available. I'm just trying to figure out if its on our
 end.

 On Dec 10, 1:36 pm, Steve Ng Ming Yeow [EMAIL PROTECTED] wrote:

  Hi Jje,
    Think you might need to elaborate a bit more.

    We might have the same issue (and i have seen it being mentioned in some
  other places), but would need more details to ascertain.

    Do you get an error, or are the changes in following just not being
  reflected?

  M

  On Wed, Dec 10, 2008 at 11:23 AM, jje [EMAIL PROTECTED] wrote:

   Just wondering if there is any discussion on the current followings 
   updates not coming through on our ping to the API?

   Thanks

  --
  Discovery - Going Beyond Engagement:http://is.gd/op2(MyCurrent Pet
  Project)
  What I do:http://v3.mingyeow.com/?page_id=5


Re: Followings Updates not coming from AP

2008-12-10 Thread Damon Clinkscales

Just tested myself.

https://twitter.com/users/show/damon.xml

user
  ...
  nameDamon Clinkscales/name
  screen_namedamon/screen_name
  ...
  followers_count676/followers_count
  status
  ...my most recent status is here...
  /status
/user

No friends_count (or following_count), though.

-damon

On Wed, Dec 10, 2008 at 3:39 PM, Dharmesh [EMAIL PROTECTED] wrote:

 I have had the same issue since some time last night.

 Basically, the following and update elements of the output just
 don't come through

 I believe this was resolved last night, but most of my users are still
 having the problem (and I'm getting increasingly worried that it's not
 just an issue with waiting the cache to refresh).

 Example:  http://twitter.com/users/show/hubspot.xml (in fact, I can't
 find a single user account now that will return following count and
 update count when retrieved via the API)

 All help is appreciated.

 -Dharmesh





 On Dec 10, 2:50 pm, jje [EMAIL PROTECTED] wrote:
 Followers are coming through on our call but the Followings and
 Updates are not, no error just no #'s. seewww.whatsyourtweetworth.com
 and enter user name..not all info is coming through and yesterday it
 was working.

 thanks for the help- developer is out, but he can add more details
 once he is available. I'm just trying to figure out if its on our
 end.

 On Dec 10, 1:36 pm, Steve Ng Ming Yeow [EMAIL PROTECTED] wrote:

  Hi Jje,
Think you might need to elaborate a bit more.

We might have the same issue (and i have seen it being mentioned in some
  other places), but would need more details to ascertain.

Do you get an error, or are the changes in following just not being
  reflected?

  M

  On Wed, Dec 10, 2008 at 11:23 AM, jje [EMAIL PROTECTED] wrote:

   Just wondering if there is any discussion on the current followings 
   updates not coming through on our ping to the API?

   Thanks

  --
  Discovery - Going Beyond Engagement:http://is.gd/op2(MyCurrent Pet
  Project)
  What I do:http://v3.mingyeow.com/?page_id=5


Re: Followings Updates not coming from AP

2008-12-10 Thread Cameron Kaiser

 Just tested myself.
 
 https://twitter.com/users/show/damon.xml
 
 user
   ...
   nameDamon Clinkscales/name
   screen_namedamon/screen_name
   ...
   followers_count676/followers_count
   status
   ...my most recent status is here...
   /status
 /user
 
 No friends_count (or following_count), though.

Interesting:

% /usr/bin/curl -s --basic -m 13 -u rootofallevil:loveofmoney 
https://twitter.com/users/show/damon.json;
{
[...] 'followers_count':677,'url':'http:\/\/budurl.com\/dctwttr','name':'Damon 
Clinkscales','notifications':false,'friends_count':293, [...]
}

It has to be specific to the .xml version.

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * [EMAIL PROTECTED]
-- You can make it illegal, but you can't make it unpopular. --


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


Is there a way to get a user's friends?

2008-12-10 Thread Lien Tran

The friends method

Returns up to 100 of the authenticating user's friends who have most
recently updated, each with current status inline. It's also possible
to request another user's recent friends list via the id parameter
below. 

but this method does not provide an easy way to get all my friends,
regardless of when they last updated their status.


Thanks,
Lien


Re: Is there a way to get a user's friends?

2008-12-10 Thread Alex Payne

You can page through that method to get all of your friends.

On Wed, Dec 10, 2008 at 18:02, Lien Tran [EMAIL PROTECTED] wrote:

 The friends method

 Returns up to 100 of the authenticating user's friends who have most
 recently updated, each with current status inline. It's also possible
 to request another user's recent friends list via the id parameter
 below. 

 but this method does not provide an easy way to get all my friends,
 regardless of when they last updated their status.


 Thanks,
 Lien




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


Re: INCOMPATIBILITY ALERT: response body of /account/verify_credentials changing Dec 10th

2008-12-10 Thread Alex Payne

Just a reminder: today was the day for this change to go live, and it
just went live.

On Thu, Dec 4, 2008 at 12:42, Brooks Bennett [EMAIL PROTECTED] wrote:

 I agree, this is a great change.

 On Dec 3, 11:07 pm, dean.j.robinson [EMAIL PROTECTED]
 wrote:
 return the representation of the authenticated user

 does that mean that the response will be the same as if we 
 calledhttp://twitter.com/users/show/id.format  for the authenticated user?
 If so that would be awesome and means I could completely eliminate
 some of the extra api calls that I'm making.  Doesn't matter too much
 either way though, since both Hahlo 3.1 and Hahlo 4 (which I've
 recently begun work on) both currently use the http status for
 confirmation.

 thanks for the heads up.

 On Dec 3, 1:14 pm, Alex Payne [EMAIL PROTECTED] wrote:

  As perhttp://code.google.com/p/twitter-api/issues/detail?id=173we'll
  be changing the /account/verify_credentials method to return the
  representation of the authenticated user.  Because some applications
  depend on the contents of this response, we're delaying this change
  until December 10th, 2008.

  Please update your applications to verify by response code, not by the
  response body for this method.  If you get a 200 back, you're
  verified.  If you get a 401 back, you're not.

  If you can't ship an update in 8 days, please let us know and we'll
  push the date out further.

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




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


Re: Is there a way to get a user's friends?

2008-12-10 Thread Alex Payne

When you no longer get any User objects in the response.

On Wed, Dec 10, 2008 at 18:08, Lien Tran [EMAIL PROTECTED] wrote:

 The problem is that I hit the rate limit error very easily when I do
 this.  How do I know when I got all my friends and when to stop
 paging?

 On Dec 10, 6:06 pm, Alex Payne [EMAIL PROTECTED] wrote:
 You can page through that method to get all of your friends.



 On Wed, Dec 10, 2008 at 18:02, Lien Tran [EMAIL PROTECTED] wrote:

  The friends method

  Returns up to 100 of the authenticating user's friends who have most
  recently updated, each with current status inline. It's also possible
  to request another user's recent friends list via the id parameter
  below. 

  but this method does not provide an easy way to get all my friends,
  regardless of when they last updated their status.

  Thanks,
  Lien

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




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


Re: INCOMPATIBILITY ALERT: response body of /account/verify_credentials changing Dec 10th

2008-12-10 Thread dean.j.robinson

Thanks Alex, looks great.

I'm playing with it now and am looking to use it to replace the
additional show/user.json call that I previously needed.  There are a
few properties that are in user/show but not in the verify_credentials
method, I was wondering if there are plans to include these in a
future update, or if I'll need to continue using two separate calls as
I am now.

Those that are missing/not returned are:
 - friends_count
 - utc_offset
 - profile_text_color
 - statuses_count
 - profile_link_color
 - notifications
 - following
 - time_zone
 - created_at
 - profile_sidebar_fill_color
 - favourites_count
 - profile_sidebar_border_color
 - profile_background_color

thanks

On Dec 11, 1:07 pm, Alex Payne [EMAIL PROTECTED] wrote:
 Just a reminder: today was the day for this change to go live, and it
 just went live.



 On Thu, Dec 4, 2008 at 12:42, Brooks Bennett [EMAIL PROTECTED] wrote:

  I agree, this is a great change.

  On Dec 3, 11:07 pm, dean.j.robinson [EMAIL PROTECTED]
  wrote:
  return the representation of the authenticated user

  does that mean that the response will be the same as if we 
  calledhttp://twitter.com/users/show/id.format for the authenticated user?
  If so that would be awesome and means I could completely eliminate
  some of the extra api calls that I'm making.  Doesn't matter too much
  either way though, since both Hahlo 3.1 and Hahlo 4 (which I've
  recently begun work on) both currently use the http status for
  confirmation.

  thanks for the heads up.

  On Dec 3, 1:14 pm, Alex Payne [EMAIL PROTECTED] wrote:

   As perhttp://code.google.com/p/twitter-api/issues/detail?id=173we'll
   be changing the /account/verify_credentials method to return the
   representation of the authenticated user.  Because some applications
   depend on the contents of this response, we're delaying this change
   until December 10th, 2008.

   Please update your applications to verify by response code, not by the
   response body for this method.  If you get a 200 back, you're
   verified.  If you get a 401 back, you're not.

   If you can't ship an update in 8 days, please let us know and we'll
   push the date out further.

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

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


Re: INCOMPATIBILITY ALERT: response body of /account/verify_credentials changing Dec 10th

2008-12-10 Thread Swap

It does return an error (along with the header) as well. Thanks for
adding the user data to this call. Saves an extra call for our
service.

--
Swap

On Dec 11, 7:07 am, Alex Payne [EMAIL PROTECTED] wrote:
 Just a reminder: today was the day for this change to go live, and it
 just went live.



 On Thu, Dec 4, 2008 at 12:42, Brooks Bennett [EMAIL PROTECTED] wrote:

  I agree, this is a great change.

  On Dec 3, 11:07 pm, dean.j.robinson [EMAIL PROTECTED]
  wrote:
  return the representation of the authenticated user

  does that mean that the response will be the same as if we 
  calledhttp://twitter.com/users/show/id.format for the authenticated user?
  If so that would be awesome and means I could completely eliminate
  some of the extra api calls that I'm making.  Doesn't matter too much
  either way though, since both Hahlo 3.1 and Hahlo 4 (which I've
  recently begun work on) both currently use the http status for
  confirmation.

  thanks for the heads up.

  On Dec 3, 1:14 pm, Alex Payne [EMAIL PROTECTED] wrote:

   As perhttp://code.google.com/p/twitter-api/issues/detail?id=173we'll
   be changing the /account/verify_credentials method to return the
   representation of the authenticated user.  Because some applications
   depend on the contents of this response, we're delaying this change
   until December 10th, 2008.

   Please update your applications to verify by response code, not by the
   response body for this method.  If you get a 200 back, you're
   verified.  If you get a 401 back, you're not.

   If you can't ship an update in 8 days, please let us know and we'll
   push the date out further.

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

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


Re: Is there a way to get a user's friends?

2008-12-10 Thread Waitman Gobble

yeah, it is very easy to page through... the only thing that worried
me was when doing a delete operation and not really knowing for sure
if the number of friends was correct. i don't think the api returns
'how many friends' (but maybe my memory is faulty) - the thing i was
worried about is if you decided to turn off the server and change the
spark plugs, or some other act of god while the script was going
through the pages of friends.

waitman


On Dec 10, 6:10 pm, Alex Payne [EMAIL PROTECTED] wrote:
 When you no longer get any User objects in the response.



 On Wed, Dec 10, 2008 at 18:08, Lien Tran [EMAIL PROTECTED] wrote:

  The problem is that I hit the rate limit error very easily when I do
  this.  How do I know when I got all my friends and when to stop
  paging?

  On Dec 10, 6:06 pm, Alex Payne [EMAIL PROTECTED] wrote:
  You can page through that method to get all of your friends.

  On Wed, Dec 10, 2008 at 18:02, Lien Tran [EMAIL PROTECTED] wrote:

   The friends method

   Returns up to 100 of the authenticating user's friends who have most
   recently updated, each with current status inline. It's also possible
   to request another user's recent friends list via the id parameter
   below. 

   but this method does not provide an easy way to get all my friends,
   regardless of when they last updated their status.

   Thanks,
   Lien

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

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


Re: INCOMPATIBILITY ALERT: response body of /account/verify_credentials changing Dec 10th

2008-12-10 Thread dean.j.robinson

that would be brilliant, it would allow me to completely eliminate the
additional api call I'm using, while making sure I can still keep
users profile settings up to date on each login.

no rush though, thanks in advance :)


On Dec 11, 2:34 pm, Alex Payne [EMAIL PROTECTED] wrote:
 I can have it return the extended version of the User object, sure.

 On Wed, Dec 10, 2008 at 18:26, dean.j.robinson



 [EMAIL PROTECTED] wrote:

  Thanks Alex, looks great.

  I'm playing with it now and am looking to use it to replace the
  additional show/user.json call that I previously needed.  There are a
  few properties that are in user/show but not in the verify_credentials
  method, I was wondering if there are plans to include these in a
  future update, or if I'll need to continue using two separate calls as
  I am now.

  Those that are missing/not returned are:
   - friends_count
   - utc_offset
   - profile_text_color
   - statuses_count
   - profile_link_color
   - notifications
   - following
   - time_zone
   - created_at
   - profile_sidebar_fill_color
   - favourites_count
   - profile_sidebar_border_color
   - profile_background_color

  thanks

  On Dec 11, 1:07 pm, Alex Payne [EMAIL PROTECTED] wrote:
  Just a reminder: today was the day for this change to go live, and it
  just went live.

  On Thu, Dec 4, 2008 at 12:42, Brooks Bennett [EMAIL PROTECTED] wrote:

   I agree, this is a great change.

   On Dec 3, 11:07 pm, dean.j.robinson [EMAIL PROTECTED]
   wrote:
   return the representation of the authenticated user

   does that mean that the response will be the same as if we 
   calledhttp://twitter.com/users/show/id.formatfor the authenticated user?
   If so that would be awesome and means I could completely eliminate
   some of the extra api calls that I'm making.  Doesn't matter too much
   either way though, since both Hahlo 3.1 and Hahlo 4 (which I've
   recently begun work on) both currently use the http status for
   confirmation.

   thanks for the heads up.

   On Dec 3, 1:14 pm, Alex Payne [EMAIL PROTECTED] wrote:

As perhttp://code.google.com/p/twitter-api/issues/detail?id=173we'll
be changing the /account/verify_credentials method to return the
representation of the authenticated user.  Because some applications
depend on the contents of this response, we're delaying this change
until December 10th, 2008.

Please update your applications to verify by response code, not by the
response body for this method.  If you get a 200 back, you're
verified.  If you get a 401 back, you're not.

If you can't ship an update in 8 days, please let us know and we'll
push the date out further.

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

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