Re: [twitter-dev] XML feed not loading as before - PHP

2010-07-07 Thread Matt Harris
Hey Colin, You want to make sure you are using CURL to read from the API otherwise you loose all the header information we return. That being said, in your example the stack trace error will be thrown if we return an error. This is because you haven't checked that: $buffer !== FALSE; If there

Re: [twitter-dev] XML feed not loading as before - PHP

2010-07-06 Thread Taylor Singletary
Hi Colin, You're missing the api subdomain and version 1.. this should work for you instead: http://api.twitter.com/1/statuses/user_timeline/britishabroad.xml?count=1 Taylor On Tue, Jul 6, 2010 at 8:18 AM, colin@digital.fco.gov.uk colin@digital.fco.gov.uk wrote: With the following