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?