Yes JDG im used youtube api, yelp api, google api, technorati, and more. and all works correctly, I just happened to twitter :(
On 27 jul, 22:17, JDG <[email protected]> wrote: > does your hosting service allow remote connections to be made? that is, can > you use similar code to connect to any other sites? > > > > On Sat, Jul 25, 2009 at 00:05, oscarva <[email protected]> wrote: > > > I am tring to do a Api call using simple xml and twitter search API. > > > $rss = simplexml_load_file('http://search.twitter.com/search.atom? > > q=Google' <http://search.twitter.com/search.atom?%0Aq=Google%27>); > > foreach ($rss->channel->item as $item){ > > $title = utf8_decode($item->title); > > $url = $item->link; > > } > > > The error log tells me the following: > > > PHP Warning: simplexml_load_file() [<a href='function.simplexml-load- > > file'>function.simplexml-load-file</a>]: I/O warning : failed to load > > external entity "http://search.twitter.com/search.atom? > > q=Google" <http://search.twitter.com/search.atom?%0Aq=Google">; in > > /home/xxx/public_html/test/status.php on line 10 > > [error] [client 166.210.xxx.xxx] PHP Warning: simplexml_load_file > > (http://search.twitter.com/search.atom?q=Google) [<a > > href='function.simplexml-load-file'>function.simplexml-load-file</a>]: > > failed to open stream: Connection timed out in /home/xxx/public_html/ > > test/status.php on line 10 > > > PHP Version 5.2.8 > > > This only happens on my server, since in local working properly. :( > > > Please Help. Thaks ;) > > -- > Internets. Serious business.
