| 1 | [[PageOutline]] |
| 2 | |
| 3 | = example for Net::Twitter::Lite = |
| 4 | = search = |
| 5 | {{{ |
| 6 | $VAR1 = { |
| 7 | 'page' => 1, |
| 8 | 'query' => '%23twitter+OR+%23twitterapi', |
| 9 | 'completed_in' => '0.051869', |
| 10 | 'refresh_url' => '?since_id=26349591993&q=%23twitter+OR+%23twitterapi', |
| 11 | 'next_page' => '?page=2&max_id=26349591993&q=%23twitter+OR+%23twitterapi', |
| 12 | 'warning' => 'since_id removed for pagination.', |
| 13 | 'results_per_page' => 15, |
| 14 | 'max_id' => '26349591993', |
| 15 | 'results' => [ |
| 16 | { |
| 17 | 'source' => '<a href="http://juick.com" rel="nofollow">LainDoner</a>', |
| 18 | 'to_user_id' => undef, |
| 19 | 'geo' => undef, |
| 20 | 'profile_image_url' => 'http://a2.twimg.com/profile_images/1134995850/51646001mf8_normal.jpg', |
| 21 | 'from_user_id' => 158813965, |
| 22 | 'iso_language_code' => 'en', |
| 23 | 'created_at' => 'Mon, 04 Oct 2010 10:21:34 +0000', |
| 24 | 'text' => '#podcast http://tinyurl.com/33j8x2e is about @DheeDiyana, @ipodcastess and @canf90 #twitter', |
| 25 | 'metadata' => { |
| 26 | 'result_type' => 'recent' |
| 27 | }, |
| 28 | 'id' => '26349591993', |
| 29 | 'from_user' => 'anesteroff' |
| 30 | }, |
| 31 | { |
| 32 | 'source' => '<a href="http://ping.fm/" rel="nofollow">Ping.fm</a>', |
| 33 | 'to_user_id' => undef, |
| 34 | 'geo' => undef, |
| 35 | 'profile_image_url' => 'http://a3.twimg.com/profile_images/1134283727/black-button-twitter-bird-450x450_normal.png', |
| 36 | 'from_user_id' => 160260942, |
| 37 | 'iso_language_code' => 'en', |
| 38 | 'created_at' => 'Mon, 04 Oct 2010 10:20:36 +0000', |
| 39 | 'text' => 'RT @cssrex-Top 25 URL Shortener Tools / Websites http://bit.ly/beHjZy #twitter #socialmedia: http://bit.ly/cLboXy ... http://ping.fm/XmTVy', |
| 40 | 'metadata' => { |
| 41 | 'result_type' => 'recent' |
| 42 | }, |
| 43 | 'id' => '26349545845', |
| 44 | 'from_user' => 'TwiterKinG_' |
| 45 | }, |
| 46 | { |
| 47 | 'source' => '<a href="http://twitterfeed.com" rel="nofollow">twitterfeed</a>', |
| 48 | 'to_user_id' => undef, |
| 49 | 'geo' => undef, |
| 50 | 'profile_image_url' => 'http://a0.twimg.com/profile_images/845369748/ardlogo3_normal.jpg', |
| 51 | 'from_user_id' => 96093999, |
| 52 | 'iso_language_code' => 'en', |
| 53 | 'created_at' => 'Mon, 04 Oct 2010 10:20:15 +0000', |
| 54 | 'text' => 'Social Media Isn\'t Free: This is attributable to the fact that social media platforms, like Facebook and T... http://bit.ly/8ZM9UM #twitter', |
| 55 | 'metadata' => { |
| 56 | 'result_type' => 'recent' |
| 57 | }, |
| 58 | 'id' => '26349528594', |
| 59 | 'from_user' => 'Arddrive' |
| 60 | }, |
| 61 | |
| 62 | (snip) |
| 63 | |
| 64 | ], |
| 65 | 'since_id' => '23988842984' |
| 66 | }; |
| 67 | }}} |