Hi all,

I started receiving a 404 error when calling
http://api.twitter.com/1/statuses/friends_timeline.xml from my
website. I have a php cron script that runs every 5 minutes and it had
worked fine for months until just a few days ago when I noticed that
the twitter feed stopped being updated. I tried running the script
manually and saw the 404 response. The same script runs just fine from
my local machine.

Here's the response I get on my website:

Array
(
    [url] => http://api.twitter.com/1/statuses/friends_timeline.xml?count=100
    [content_type] => text/html; charset=UTF-8
    [http_code] => 404
    [header_size] => 200
    [request_size] => 150
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.065588
    [namelookup_time] => 0.002289
    [connect_time] => 0.032684
    [pretransfer_time] => 0.032689
    [size_upload] => 0
    [size_download] => 498
    [speed_download] => 7592
    [speed_upload] => 0
    [download_content_length] => 498
    [upload_content_length] => -1
    [starttransfer_time] => 0.065525
    [redirect_time] => 0
)

Thanks

Reply via email to