Hello, I'm building a small fun application can be found here: http://godstroke.com/exterminatweet/
I'ts on flash/flex4. I'm using a php proxy page to cross over the crossdomain.xml problem. I send gateway.php?u=username , than it calls the service: http://api.twitter.com/1/statuses/friends.xml?screen_name=username . It works perfectly fine on my account "@godstroke" but fails on some accounts. First I thought it may be happening because they are protected accounts. But no, for example speedbrkr and emrebuyukoazkan are failing. You can view the source by right click->view source on flash application. What I'm exactly asking is, is there any option on twitter accounts to make them inaccessible by twitter rest api? Or, most probably just a coincidence users from my country "TR" are working, but others are failing, is there a encoding issue among users from different countires? How come these two xml responses are different, last one fails: http://godstroke.com/exterminatweet/gateway.php?u=godstroke http://godstroke.com/exterminatweet/gateway.php?u=emrebuyukozkan thanks.
