[twitter-dev] Re: /users/show.xml? doesn't return xml string

2009-10-14 Thread ArnieLapinig
replace talklists@ with scott@ * On Oct 13, 2009, at 9:37 PM, ArnieLapinig wrote: Hello, I hope someone can help my query with the REST API /users/show.xml doesn't seem to be returning an xml string... I'm getting strange data back from my query. Here's the code

[twitter-dev] /users/show.xml? doesn't return xml string

2009-10-13 Thread ArnieLapinig
Hello, I hope someone can help my query with the REST API /users/show.xml doesn't seem to be returning an xml string... I'm getting strange data back from my query. Here's the code: $twitterHost = 'http://twitter.com/users/show.xml? screen_name=' . urlencode($lookforname);

[twitter-dev] Problem with Twitter show_user request

2009-10-07 Thread ArnieLapinig
Hello, Hello, Just started developing a Twitter app... I'm using a php script with CURL to issue a show_user request. The twitter_id in the request comes from the response from a search method, which returns xml data. I use the twitter_id in show.xml to get the user's location info. But I'm

[twitter-dev] Twitter rejecting show_user request

2009-10-06 Thread ArnieLapinig
Hello, Just started developing a Twitter app... I'm using a php script with CURL to issue a show_user request, and i'm getting this response: Warning: file_get_contents(?xml version=1.0 encoding=UTF-8? hash request/users/show.xml?user_id=4667006333/request errorNot found/error /hash )

[twitter-dev] Re: Twitter rejecting show_user request

2009-10-06 Thread ArnieLapinig
yes, the twitter id comes from a twitter hashtag search that returns an xml document. i'm using show.xml to get the location of the twitter id. On Oct 6, 5:57 pm, JDG ghil...@gmail.com wrote: Are you sure that the ID in question exists? On Tue, Oct 6, 2009 at 16:58, ArnieLapinig