[twitter-dev] Re: Comments for the group and Twitter staff

2009-09-15 Thread Matthew Ranney
Hey Alex, would you consider just giving everybody their money back if they
aren't 100% satisfied?

On Tue, Sep 15, 2009 at 2:16 PM, Alex Payne a...@twitter.com wrote:


 The main twitter.com site already uses the API in some places. Our
 revised mobile site is built entirely on the API, and our Facebook
 application has been built off our API for some time.

 Dogfooding! We support it.

 On Tue, Sep 15, 2009 at 14:08, Jim Renkel james.ren...@gmail.com wrote:
 
  I emphatically second and support the idea of twitter.com having to use
  the API.
 
  We had similar quality problems at a place I formerly worked, and they
  were solved, completely, when such a policy was instituted.
 
  Yeah, it puts pressure on the API team and may inconvenience the UI
  team, or whatever you call them, but in the long run it will be worth
  it.
 
  Side effects that we saw were a simpler, cleaner, more consistent
  architecture for the whole system, and lower total costs to develop and
  maintain the system.
 
  Bite the bullet and do it now. The longer you wait, the more difficult
  and expensive it will be.
 
  Jim Renkel
 
  -Original Message-
  From: twitter-development-talk@googlegroups.com
  [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Scott
  Haneda
  Sent: Tuesday, September 15, 2009 15:55
  To: twitter-development-talk@googlegroups.com
  Subject: [twitter-dev] Re: Comments for the group and Twitter staff
 
 
  Probably too late for this, but perhaps moving forward, it could be
  done...
  Twitter.com should move to using their own API.  The tools they use to
  power their own site should be the same tools we use and rely on.
 
  In all reality, this seems a simpler approach, rather than pushing out
  code for their stuff, and then essentially backporting that to an API,
  just work on making the API, and then integrate that into the
  twitter.com site.
 
  As far as I can tell, this would solve pretty much every problem the
  API has, as there can not be a case where twitter is down, but the API
  is up, or the API is down, and twitter is up.
 
  Twitter should be eating their own dog food :)
  --
  Scott * If you contact me off list replace talklists@ with scott@ *
 
 
 



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



[twitter-dev] Re: non json response

2009-09-12 Thread Matthew Ranney
I'm seeing tons of these as well.
However, I've found that if you follow the suggestion of the META tag to
simply refresh in 0.1 seconds if you get this bogus response, you can hide
most of this from users, especially if they are on a fast network.

On Thu, Sep 10, 2009 at 2:09 PM, Monica Keller monica.kel...@gmail.comwrote:


 We see this error 75% of the time. Have you guys made an progress on
 resolving the issue ?

 On Sep 6, 8:14 pm, archF6 tylerjpeter...@gmail.com wrote:
  I am able to consistently reproduce this error.  I am making GET
  requests via PHP from IP: 96.30.16.192.  I receive the error without
  fail after periods of inactivity lasting 2 hours or more.  The header
  response code is 200.  Please let me know if I can provide any
  additional info that might help you diagnose the problem, or if you
  have suggestions about how best to handle.
 
  Thanks.
 
  On Sep 6, 3:35 pm, Rudifa rudi.far...@gmail.com wrote:
 
 
 
   I have seen this same http page with empty body
   !DOCTYPEhtmlPUBLIC -//W3C//DTDHTML4.01//EN http://www.w3.org/
   TR/1999/REC-html401-19991224/strict.dtd
   !-- !DOCTYPEHTMLPUBLIC -//W3C//DTDHTML4.01//EN
   http://www.w3.org/TR/html4/strict.dtd; --
   HTML
   HEAD
   META HTTP-EQUIV=Refresh CONTENT=0.1
   META HTTP-EQUIV=Pragma CONTENT=no-cache
   META HTTP-EQUIV=Expires CONTENT=-1
   TITLE/TITLE
   /HEAD
   BODYP/BODY
   /HTML
   a number of times in the last few days (but intermittently - a good
   response may come after several attempts),
   in response tohttp://twitter.com/users/show/rudifa.json
 
   The most recent one was on UTC time
   2009-09-06 18:55:38.262
   My IP is 84.227.186.88 as reported byhttp://www.whatismyip.com/
 
   Could someone at twitter.com please tell us what does this mean?
 Server
   (s) overloaded?
 
   On Aug 30, 1:20 pm, Steven Wilkin iamthebisc...@gmail.com wrote:
 
I'm consistently getting the same response when accessinghttp://
 search.twitter.com/trends.jsonfrom209.40.204.183
 
Steve
 
On Aug 26, 5:27 pm, Ryan Sarver rsar...@twitter.com wrote:
 
 Ben,
 
 It's a known issue and we are trying to hunt it down. Can you
 please
 provide us with your source IP and an approximate time of when you
 saw
 it?
 
 Thanks, RyanOn Wed, Aug 26, 2009 at 7:00 AM, ben
 ben.apperr...@googlemail.com wrote:
 
  Occassionally i get back a 200 statushtmlresponse from the json
  search api which look like this, most times the same search works
  fine, it just happens occassionally:
 
  !DOCTYPEhtmlPUBLIC -//W3C//DTDHTML4.01//EN 
 http://www.w3.org/
  TR/1999/REC-html401-19991224/strict.dtd
  !-- !DOCTYPEHTMLPUBLIC -//W3C//DTDHTML4.01//EN
  http://www.w3.org/TR/html4/strict.dtd; --
  HTML
  HEAD
  META HTTP-EQUIV=Refresh CONTENT=0.1
  META HTTP-EQUIV=Pragma CONTENT=no-cache
  META HTTP-EQUIV=Expires CONTENT=-1
  TITLE/TITLE
  /HEAD
  BODYP/BODY
  /HTML
 
  Does anyone recognise what this kind of response means? Is it
 normal,
  or just beta-ish quirks?- Hide quoted text -
 
  - Show quoted text -