Can you include the user_id you are trying to find so we can look into this?
Also, yes, the data should be in UTF-8. Thanks, Doug On Thu, Jun 25, 2009 at 9:32 AM, Germig <[email protected]> wrote: > > Hi. > > When I get the details from user, there is no problem with json- > format. But trying with xml, I only get the first index of the array. > No infos about location, only this: > > stdClass Object > ( > [0] => SimpleXMLElement Object > ( > [created_at] => Thu Jun 25 13:28:31 +0000 2009 > [id] => xxxxxxx > [text] => blablabla > [source] => Tweetie > [truncated] => false > [in_reply_to_status_id] => SimpleXMLElement Object > ( > ) > > [in_reply_to_user_id] => SimpleXMLElement Object > ( > ) > > [favorited] => false > [in_reply_to_screen_name] => SimpleXMLElement Object > ( > ) > > ) > > ) > > Another question. Normally, xml-type is UTF-8 enoded? > >
