[twitter-dev] Re: OAuth API Down (or am I just blocked)?

2010-07-31 Thread Tom
Temporary failure in name resolution

DNS error. It's most likely an error at your end, not at twitter's

Tom


On Jul 31, 3:52 pm, cballou ball...@gmail.com wrote:
 Could a twitter dev let me know if my application has been temporarily
 blocked?  I've got exceptions being thrown on the following in Zend:

             $this-socket = @stream_socket_client($host . ':' . $port,
                                                   $errno,
                                                   $errstr,
                                                   (int) 
 $this-config['timeout'],

                                                   $flags,
                                                   $context);

 PHP Fatal error:  Uncaught exception
 'Zend_Http_Client_Adapter_Exception' with message 'Unable to Connect
 to tcp://api.twitter.com:80. Error #0: php_network_getaddresses:
 getaddrinfo failed: Temporary failure in name resolution' in /.../Zend/
 Http/Client/Adapter/Socket.php:235\n

 If so, could I please talk with somebody about getting this resolved
 ASAP?  My rate limiter was having a problem but I can't even fix the
 issue until I get access to the API again.  Feel free to email me
 outside of this thread.

 Regards,

 Corey


[twitter-dev] Is OAuth API down?

2009-10-27 Thread Chen Jie

My app runs on Appengine, and always get 'ApplicationError: 5 ',
anybody has this issue now?