Code: Select all
stdClass Object
(
[0] => stdClass Object
(
[text] => Signing In Back to Normal http://tinyurl.com/agklal
[user] => stdClass Object
(
[description] => Always wondering what everyone's doing.
[profile_image_url] => http://s3.amazonaws.com/twitter_product ... normal.png
[url] => http://twitter.com
[screen_name] => twitter
[name] => Twitter
[protected] =>
[followers_count] => 313718
[location] => San Francisco, CA
[id] => 783214
)
[created_at] => Thu Mar 05 00:48:31 +0000 2009
[favorited] =>
[in_reply_to_user_id] =>
[truncated] =>
[id] => 1281186929
[in_reply_to_screen_name] =>
[in_reply_to_status_id] =>
[source] => twitterfeed
)
The object is like an array of objects, I only included the first element here, but there is "[1] => stdClass Object" and so on after this one.