fb_graph 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/fb_graph.gemspec +53 -2
- data/lib/fb_graph/album.rb +26 -0
- data/lib/fb_graph/comment.rb +18 -0
- data/lib/fb_graph/connections/activities.rb +12 -0
- data/lib/fb_graph/connections/albums.rb +12 -0
- data/lib/fb_graph/connections/attending.rb +16 -0
- data/lib/fb_graph/connections/books.rb +12 -0
- data/lib/fb_graph/connections/comments.rb +12 -0
- data/lib/fb_graph/connections/declined.rb +16 -0
- data/lib/fb_graph/connections/events.rb +12 -0
- data/lib/fb_graph/connections/feed.rb +4 -1
- data/lib/fb_graph/connections/friends.rb +12 -0
- data/lib/fb_graph/connections/groups.rb +12 -0
- data/lib/fb_graph/connections/home.rb +4 -1
- data/lib/fb_graph/connections/interests.rb +12 -0
- data/lib/fb_graph/connections/invited.rb +16 -0
- data/lib/fb_graph/connections/links.rb +12 -0
- data/lib/fb_graph/connections/maybe.rb +16 -0
- data/lib/fb_graph/connections/members.rb +16 -0
- data/lib/fb_graph/connections/movies.rb +12 -0
- data/lib/fb_graph/connections/music.rb +12 -0
- data/lib/fb_graph/connections/noreply.rb +16 -0
- data/lib/fb_graph/connections/notes.rb +12 -0
- data/lib/fb_graph/connections/photos.rb +12 -0
- data/lib/fb_graph/connections/posts.rb +1 -4
- data/lib/fb_graph/connections/tagged.rb +4 -1
- data/lib/fb_graph/connections/television.rb +12 -0
- data/lib/fb_graph/connections/videos.rb +12 -0
- data/lib/fb_graph/event.rb +28 -0
- data/lib/fb_graph/group.rb +23 -0
- data/lib/fb_graph/link.rb +21 -0
- data/lib/fb_graph/note.rb +22 -0
- data/lib/fb_graph/page.rb +10 -0
- data/lib/fb_graph/photo.rb +42 -0
- data/lib/fb_graph/post.rb +7 -5
- data/lib/fb_graph/status.rb +5 -3
- data/lib/fb_graph/user.rb +21 -1
- data/lib/fb_graph/video.rb +23 -0
- data/lib/fb_graph.rb +11 -3
- data/spec/fake_json/users/activities/arjun_private.json +24 -0
- data/spec/fake_json/users/activities/arjun_public.json +6 -0
- data/spec/fake_json/users/feed/arjun_private.json +520 -0
- data/spec/fake_json/users/feed/arjun_public.json +520 -0
- data/spec/fake_json/users/friends/arjun_private.json +6 -0
- data/spec/fake_json/users/friends/arjun_public.json +6 -0
- data/spec/fake_json/users/friends/me_private.json +524 -0
- data/spec/fake_json/users/friends/me_public.json +6 -0
- data/spec/fake_json/users/posts/arjun_private.json +386 -0
- data/spec/fake_json/users/posts/arjun_public.json +386 -0
- data/spec/fake_json/users/tagged/arjun_private.json +308 -0
- data/spec/fake_json/users/tagged/arjun_public.json +308 -0
- data/spec/fb_graph/connections/activities_spec.rb +28 -0
- data/spec/fb_graph/connections/feed_spec.rb +34 -0
- data/spec/fb_graph/connections/friends_spec.rb +42 -0
- data/spec/fb_graph/connections/home_spec.rb +14 -2
- data/spec/fb_graph/connections/likes_spec.rb +0 -5
- data/spec/fb_graph/connections/posts_spec.rb +34 -0
- data/spec/fb_graph/connections/statuses_spec.rb +0 -19
- data/spec/fb_graph/connections/tagged_spec.rb +41 -0
- metadata +53 -2
| @@ -0,0 +1,520 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
               "data": [
         | 
| 3 | 
            +
                  {
         | 
| 4 | 
            +
                     "id": "7901103_121392141207495",
         | 
| 5 | 
            +
                     "from": {
         | 
| 6 | 
            +
                        "name": "Arjun Banker",
         | 
| 7 | 
            +
                        "id": "7901103"
         | 
| 8 | 
            +
                     },
         | 
| 9 | 
            +
                     "picture": "http://external.ak.fbcdn.net/safe_image.php?d=d2cc5beedaa401ba54eccc9014647285&w=130&h=130&url=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2F269_389x292.jpg",
         | 
| 10 | 
            +
                     "link": "http://www.ted.com/talks/wade_davis_on_endangered_cultures.html",
         | 
| 11 | 
            +
                     "name": "Wade Davis on endangered cultures | Video on TED.com",
         | 
| 12 | 
            +
                     "caption": "www.ted.com",
         | 
| 13 | 
            +
                     "description": "TED Talks With stunning photos and stories, National Geographic Explorer Wade Davis celebrates the extraordinary diversity of the world's indigenous cultures, which are disappearing from the planet at an alarming rate.",
         | 
| 14 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/z9XZ8/hash/976ulj6z.gif",
         | 
| 15 | 
            +
                     "privacy": {
         | 
| 16 | 
            +
                        "value": "EVERYONE"
         | 
| 17 | 
            +
                     },
         | 
| 18 | 
            +
                     "created_time": "2010-04-25T04:05:32+0000",
         | 
| 19 | 
            +
                     "updated_time": "2010-04-25T04:05:32+0000",
         | 
| 20 | 
            +
                     "likes": 1
         | 
| 21 | 
            +
                  },
         | 
| 22 | 
            +
                  {
         | 
| 23 | 
            +
                     "id": "7901103_118197241540650",
         | 
| 24 | 
            +
                     "from": {
         | 
| 25 | 
            +
                        "name": "Arjun Banker",
         | 
| 26 | 
            +
                        "id": "7901103"
         | 
| 27 | 
            +
                     },
         | 
| 28 | 
            +
                     "message": "taco bell pacifica.  crunch crunch.",
         | 
| 29 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/z35B8/hash/c0s37sii.gif",
         | 
| 30 | 
            +
                     "attribution": "iPhone\u7528Facebook",
         | 
| 31 | 
            +
                     "privacy": {
         | 
| 32 | 
            +
                        "value": "EVERYONE"
         | 
| 33 | 
            +
                     },
         | 
| 34 | 
            +
                     "created_time": "2010-04-25T01:37:38+0000",
         | 
| 35 | 
            +
                     "updated_time": "2010-04-25T16:48:51+0000",
         | 
| 36 | 
            +
                     "likes": 2,
         | 
| 37 | 
            +
                     "comments": {
         | 
| 38 | 
            +
                        "data": [
         | 
| 39 | 
            +
                           {
         | 
| 40 | 
            +
                              "id": "7901103_118197241540650_402936",
         | 
| 41 | 
            +
                              "from": {
         | 
| 42 | 
            +
                                 "name": "Somrat Niyogi",
         | 
| 43 | 
            +
                                 "id": "514753661"
         | 
| 44 | 
            +
                              },
         | 
| 45 | 
            +
                              "message": "Niiice",
         | 
| 46 | 
            +
                              "created_time": "2010-04-25T02:20:03+0000"
         | 
| 47 | 
            +
                           },
         | 
| 48 | 
            +
                           {
         | 
| 49 | 
            +
                              "id": "7901103_118197241540650_403254",
         | 
| 50 | 
            +
                              "from": {
         | 
| 51 | 
            +
                                 "name": "Briski B",
         | 
| 52 | 
            +
                                 "id": "23933245"
         | 
| 53 | 
            +
                              },
         | 
| 54 | 
            +
                              "message": "p town funky town!",
         | 
| 55 | 
            +
                              "created_time": "2010-04-25T03:21:10+0000"
         | 
| 56 | 
            +
                           },
         | 
| 57 | 
            +
                           {
         | 
| 58 | 
            +
                              "id": "7901103_118197241540650_403396",
         | 
| 59 | 
            +
                              "from": {
         | 
| 60 | 
            +
                                 "name": "Atish Mehta",
         | 
| 61 | 
            +
                                 "id": "3404106"
         | 
| 62 | 
            +
                              },
         | 
| 63 | 
            +
                              "message": "a proper way to welcome family from india",
         | 
| 64 | 
            +
                              "created_time": "2010-04-25T03:48:04+0000"
         | 
| 65 | 
            +
                           },
         | 
| 66 | 
            +
                           {
         | 
| 67 | 
            +
                              "id": "7901103_118197241540650_403850",
         | 
| 68 | 
            +
                              "from": {
         | 
| 69 | 
            +
                                 "name": "Nina Mehta",
         | 
| 70 | 
            +
                                 "id": "6801488"
         | 
| 71 | 
            +
                              },
         | 
| 72 | 
            +
                              "message": "Pacifica better not be code for shrimp.",
         | 
| 73 | 
            +
                              "created_time": "2010-04-25T05:43:09+0000"
         | 
| 74 | 
            +
                           },
         | 
| 75 | 
            +
                           {
         | 
| 76 | 
            +
                              "id": "7901103_118197241540650_403886",
         | 
| 77 | 
            +
                              "from": {
         | 
| 78 | 
            +
                                 "name": "Lila Marley",
         | 
| 79 | 
            +
                                 "id": "569877470"
         | 
| 80 | 
            +
                              },
         | 
| 81 | 
            +
                              "message": "bon appetit~",
         | 
| 82 | 
            +
                              "created_time": "2010-04-25T05:57:24+0000"
         | 
| 83 | 
            +
                           },
         | 
| 84 | 
            +
                           {
         | 
| 85 | 
            +
                              "id": "7901103_118197241540650_406955",
         | 
| 86 | 
            +
                              "from": {
         | 
| 87 | 
            +
                                 "name": "Sarah Mollerstrom",
         | 
| 88 | 
            +
                                 "id": "730587495"
         | 
| 89 | 
            +
                              },
         | 
| 90 | 
            +
                              "message": "there's an awesome sushi restaurant there you should hit up next time called Koko sushi, it's next to a mcdonald's.",
         | 
| 91 | 
            +
                              "created_time": "2010-04-25T16:48:51+0000"
         | 
| 92 | 
            +
                           }
         | 
| 93 | 
            +
                        ]
         | 
| 94 | 
            +
                     }
         | 
| 95 | 
            +
                  },
         | 
| 96 | 
            +
                  {
         | 
| 97 | 
            +
                     "id": "7901103_117809521578252",
         | 
| 98 | 
            +
                     "from": {
         | 
| 99 | 
            +
                        "name": "Elli Mooney",
         | 
| 100 | 
            +
                        "id": "1404401889"
         | 
| 101 | 
            +
                     },
         | 
| 102 | 
            +
                     "to": {
         | 
| 103 | 
            +
                        "data": [
         | 
| 104 | 
            +
                           {
         | 
| 105 | 
            +
                              "name": "Arjun Banker",
         | 
| 106 | 
            +
                              "id": "7901103"
         | 
| 107 | 
            +
                           }
         | 
| 108 | 
            +
                        ]
         | 
| 109 | 
            +
                     },
         | 
| 110 | 
            +
                     "message": "...uh oh, here comes a privacy issue....",
         | 
| 111 | 
            +
                     "picture": "http://external.ak.fbcdn.net/safe_image.php?d=c659c86d415c60c37b2871bfd67f2a97&w=130&h=130&url=http%3A%2F%2Fcdn.venturebeat.com%2Fwp-content%2Fuploads%2F2010%2F04%2Fusethisone.jpg",
         | 
| 112 | 
            +
                     "link": "http://venturebeat.com/2010/04/23/blippy-credit-card-citibank/",
         | 
| 113 | 
            +
                     "name": "Blippy users\u2019 credit card numbers found on Google | VentureBeat",
         | 
| 114 | 
            +
                     "caption": "venturebeat.com",
         | 
| 115 | 
            +
                     "description": "[Update: Blippy cofounder Philip Kaplan emailed a response. CNET News is reporting that the cards in question were issued by ...",
         | 
| 116 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/zB010/hash/9yvl71tw.gif",
         | 
| 117 | 
            +
                     "privacy": {
         | 
| 118 | 
            +
                        "value": "EVERYONE"
         | 
| 119 | 
            +
                     },
         | 
| 120 | 
            +
                     "created_time": "2010-04-24T08:07:59+0000",
         | 
| 121 | 
            +
                     "updated_time": "2010-04-24T08:07:59+0000",
         | 
| 122 | 
            +
                     "likes": 1
         | 
| 123 | 
            +
                  },
         | 
| 124 | 
            +
                  {
         | 
| 125 | 
            +
                     "id": "7901103_116029421758901",
         | 
| 126 | 
            +
                     "from": {
         | 
| 127 | 
            +
                        "name": "Arjun Banker",
         | 
| 128 | 
            +
                        "id": "7901103"
         | 
| 129 | 
            +
                     },
         | 
| 130 | 
            +
                     "message": "snacktime",
         | 
| 131 | 
            +
                     "picture": "http://external.ak.fbcdn.net/safe_image.php?d=919a8dc35214ad3637cd0c6ac5a5481b&w=130&h=130&url=http%3A%2F%2Fi1.soundcloud.com%2Fartworks-000001296844-9h7ya3-t300x300.jpg%3F4cccf9",
         | 
| 132 | 
            +
                     "link": "http://soundcloud.com/r_co/jamie-jones-live-plastic-people-london-16-04-2010",
         | 
| 133 | 
            +
                     "source": "http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fr_co%2Fjamie-jones-live-plastic-people-london-16-04-2010&color=3b5998&auto_play=true&show_artwork=false",
         | 
| 134 | 
            +
                     "name": "Jamie Jones Live @ Plastic People, London -16-04-2010 by R_co",
         | 
| 135 | 
            +
                     "caption": "soundcloud.com",
         | 
| 136 | 
            +
                     "description": "\"Jamie Jones Live @ Plastic People, London -16-04-2010\" by R_co. Hosted on SoundCloud.com",
         | 
| 137 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/z9XZ8/hash/976ulj6z.gif",
         | 
| 138 | 
            +
                     "privacy": {
         | 
| 139 | 
            +
                        "value": "EVERYONE"
         | 
| 140 | 
            +
                     },
         | 
| 141 | 
            +
                     "created_time": "2010-04-24T00:58:19+0000",
         | 
| 142 | 
            +
                     "updated_time": "2010-04-24T01:02:17+0000",
         | 
| 143 | 
            +
                     "likes": 2,
         | 
| 144 | 
            +
                     "comments": {
         | 
| 145 | 
            +
                        "data": [
         | 
| 146 | 
            +
                           {
         | 
| 147 | 
            +
                              "id": "7901103_116029421758901_369716",
         | 
| 148 | 
            +
                              "from": {
         | 
| 149 | 
            +
                                 "name": "James Miao",
         | 
| 150 | 
            +
                                 "id": "3400942"
         | 
| 151 | 
            +
                              },
         | 
| 152 | 
            +
                              "message": "good thing i have headphones today.",
         | 
| 153 | 
            +
                              "created_time": "2010-04-24T01:02:17+0000"
         | 
| 154 | 
            +
                           }
         | 
| 155 | 
            +
                        ]
         | 
| 156 | 
            +
                     }
         | 
| 157 | 
            +
                  },
         | 
| 158 | 
            +
                  {
         | 
| 159 | 
            +
                     "id": "7901103_120734311275434",
         | 
| 160 | 
            +
                     "from": {
         | 
| 161 | 
            +
                        "name": "Arjun Banker",
         | 
| 162 | 
            +
                        "id": "7901103"
         | 
| 163 | 
            +
                     },
         | 
| 164 | 
            +
                     "picture": "http://external.ak.fbcdn.net/safe_image.php?d=69e3a5461f5ebe202673cc0b471207ad&w=130&h=130&url=http%3A%2F%2Fmyloveforyou.typepad.com%2F.a%2F6a00d834cad15053ef01348016211e970c-800wi",
         | 
| 165 | 
            +
                     "link": "http://myloveforyou.typepad.com/my_love_for_you/2010/04/ban.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+MyLoveForYou+%28my+love+for+you+is+a+stampede+of+horses.%29&utm_content=Google+Feedfetcher",
         | 
| 166 | 
            +
                     "name": "Banksy on Valencia. - my love for you is a stampede of horses.",
         | 
| 167 | 
            +
                     "caption": "myloveforyou.typepad.com",
         | 
| 168 | 
            +
                     "description": "I just rolled out of bed, grabbed some coffee, a ham & cheese croissant from Tartine and shot some pics of this piece by Banksy. Which quite literally appeared on Valencia street yesterday morning. Since Bansky's film, Exit Through The...",
         | 
| 169 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/zB010/hash/9yvl71tw.gif",
         | 
| 170 | 
            +
                     "privacy": {
         | 
| 171 | 
            +
                        "value": "EVERYONE"
         | 
| 172 | 
            +
                     },
         | 
| 173 | 
            +
                     "created_time": "2010-04-23T20:31:42+0000",
         | 
| 174 | 
            +
                     "updated_time": "2010-04-23T20:31:42+0000",
         | 
| 175 | 
            +
                     "likes": 1
         | 
| 176 | 
            +
                  },
         | 
| 177 | 
            +
                  {
         | 
| 178 | 
            +
                     "id": "7901103_117549861604312",
         | 
| 179 | 
            +
                     "from": {
         | 
| 180 | 
            +
                        "name": "Arjun Banker",
         | 
| 181 | 
            +
                        "id": "7901103"
         | 
| 182 | 
            +
                     },
         | 
| 183 | 
            +
                     "picture": "http://external.ak.fbcdn.net/safe_image.php?d=a99e629fd189c592256f7f74ddc1c269&w=130&h=130&url=http%3A%2F%2Fwww.olivepixel.com%2Fmisc%2Fkitten%2Fkitten-13.jpg",
         | 
| 184 | 
            +
                     "link": "http://www.olivepixel.com/misc/kitten/",
         | 
| 185 | 
            +
                     "name": "Utopia",
         | 
| 186 | 
            +
                     "caption": "www.olivepixel.com",
         | 
| 187 | 
            +
                     "description": "It's been about a week; she's already fatter, less docile and better at chasing lasers/chewing feet. Also, free of fleas - thanks to an overpriced bottle from the vet >:l",
         | 
| 188 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/zB010/hash/9yvl71tw.gif",
         | 
| 189 | 
            +
                     "privacy": {
         | 
| 190 | 
            +
                        "value": "EVERYONE"
         | 
| 191 | 
            +
                     },
         | 
| 192 | 
            +
                     "created_time": "2010-04-23T19:40:22+0000",
         | 
| 193 | 
            +
                     "updated_time": "2010-04-23T19:40:22+0000",
         | 
| 194 | 
            +
                     "likes": 1
         | 
| 195 | 
            +
                  },
         | 
| 196 | 
            +
                  {
         | 
| 197 | 
            +
                     "id": "7901103_10100207879175340",
         | 
| 198 | 
            +
                     "from": {
         | 
| 199 | 
            +
                        "name": "Andrew 'Boz' Bosworth",
         | 
| 200 | 
            +
                        "id": "1681"
         | 
| 201 | 
            +
                     },
         | 
| 202 | 
            +
                     "to": {
         | 
| 203 | 
            +
                        "data": [
         | 
| 204 | 
            +
                           {
         | 
| 205 | 
            +
                              "name": "Arjun Banker",
         | 
| 206 | 
            +
                              "id": "7901103"
         | 
| 207 | 
            +
                           }
         | 
| 208 | 
            +
                        ]
         | 
| 209 | 
            +
                     },
         | 
| 210 | 
            +
                     "picture": "http://photos-d.ak.fbcdn.net/hphotos-ak-snc3/hs461.snc3/25356_721202242761_1681_39052168_1554343_s.jpg",
         | 
| 211 | 
            +
                     "link": "http://www.facebook.com/photo.php?pid=39052168&id=1681",
         | 
| 212 | 
            +
                     "name": "f8 2010",
         | 
| 213 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/z2E5Y/hash/8as8iqdm.gif",
         | 
| 214 | 
            +
                     "privacy": {
         | 
| 215 | 
            +
                        "value": "EVERYONE"
         | 
| 216 | 
            +
                     },
         | 
| 217 | 
            +
                     "created_time": "2010-04-22T08:24:26+0000",
         | 
| 218 | 
            +
                     "updated_time": "2010-04-22T08:24:26+0000"
         | 
| 219 | 
            +
                  },
         | 
| 220 | 
            +
                  {
         | 
| 221 | 
            +
                     "id": "7901103_10100207803551890",
         | 
| 222 | 
            +
                     "from": {
         | 
| 223 | 
            +
                        "name": "Steve Blackmon",
         | 
| 224 | 
            +
                        "id": "687664828"
         | 
| 225 | 
            +
                     },
         | 
| 226 | 
            +
                     "to": {
         | 
| 227 | 
            +
                        "data": [
         | 
| 228 | 
            +
                           {
         | 
| 229 | 
            +
                              "name": "Arjun Banker",
         | 
| 230 | 
            +
                              "id": "7901103"
         | 
| 231 | 
            +
                           }
         | 
| 232 | 
            +
                        ]
         | 
| 233 | 
            +
                     },
         | 
| 234 | 
            +
                     "message": "Facebook opengraph and new API terms of service are huge improvement, nice work.   Participate in defining and adopt a w3c RDF standard for these concepts and facebook will have a prominent place in #linkeddata history.",
         | 
| 235 | 
            +
                     "icon": "http://graph.facebook.com/images/icons/mobile_app.gif",
         | 
| 236 | 
            +
                     "attribution": "Facebook for iPhone",
         | 
| 237 | 
            +
                     "privacy": {
         | 
| 238 | 
            +
                        "value": "EVERYONE"
         | 
| 239 | 
            +
                     },
         | 
| 240 | 
            +
                     "created_time": "2010-04-22T04:52:11+0000",
         | 
| 241 | 
            +
                     "updated_time": "2010-04-22T04:52:11+0000"
         | 
| 242 | 
            +
                  },
         | 
| 243 | 
            +
                  {
         | 
| 244 | 
            +
                     "id": "7901103_10100207635533600",
         | 
| 245 | 
            +
                     "from": {
         | 
| 246 | 
            +
                        "name": "Aditya Bansod",
         | 
| 247 | 
            +
                        "id": "3325854"
         | 
| 248 | 
            +
                     },
         | 
| 249 | 
            +
                     "to": {
         | 
| 250 | 
            +
                        "data": [
         | 
| 251 | 
            +
                           {
         | 
| 252 | 
            +
                              "name": "Arjun Banker",
         | 
| 253 | 
            +
                              "id": "7901103"
         | 
| 254 | 
            +
                           }
         | 
| 255 | 
            +
                        ]
         | 
| 256 | 
            +
                     },
         | 
| 257 | 
            +
                     "message": "dude, you're internet famous!",
         | 
| 258 | 
            +
                     "privacy": {
         | 
| 259 | 
            +
                        "value": "EVERYONE"
         | 
| 260 | 
            +
                     },
         | 
| 261 | 
            +
                     "created_time": "2010-04-22T01:34:11+0000",
         | 
| 262 | 
            +
                     "updated_time": "2010-04-22T01:34:11+0000"
         | 
| 263 | 
            +
                  },
         | 
| 264 | 
            +
                  {
         | 
| 265 | 
            +
                     "id": "7901103_10100207523223670",
         | 
| 266 | 
            +
                     "from": {
         | 
| 267 | 
            +
                        "name": "Waleed Abdulla",
         | 
| 268 | 
            +
                        "id": "500071393"
         | 
| 269 | 
            +
                     },
         | 
| 270 | 
            +
                     "to": {
         | 
| 271 | 
            +
                        "data": [
         | 
| 272 | 
            +
                           {
         | 
| 273 | 
            +
                              "name": "Arjun Banker",
         | 
| 274 | 
            +
                              "id": "7901103"
         | 
| 275 | 
            +
                           }
         | 
| 276 | 
            +
                        ]
         | 
| 277 | 
            +
                     },
         | 
| 278 | 
            +
                     "message": "Great job on stage today. I'm so excited right now :)",
         | 
| 279 | 
            +
                     "privacy": {
         | 
| 280 | 
            +
                        "value": "EVERYONE"
         | 
| 281 | 
            +
                     },
         | 
| 282 | 
            +
                     "created_time": "2010-04-21T22:24:54+0000",
         | 
| 283 | 
            +
                     "updated_time": "2010-04-21T22:24:54+0000"
         | 
| 284 | 
            +
                  },
         | 
| 285 | 
            +
                  {
         | 
| 286 | 
            +
                     "id": "7901103_10100207519022090",
         | 
| 287 | 
            +
                     "from": {
         | 
| 288 | 
            +
                        "name": "Atish Mehta",
         | 
| 289 | 
            +
                        "id": "3404106"
         | 
| 290 | 
            +
                     },
         | 
| 291 | 
            +
                     "to": {
         | 
| 292 | 
            +
                        "data": [
         | 
| 293 | 
            +
                           {
         | 
| 294 | 
            +
                              "name": "Arjun Banker",
         | 
| 295 | 
            +
                              "id": "7901103"
         | 
| 296 | 
            +
                           }
         | 
| 297 | 
            +
                        ]
         | 
| 298 | 
            +
                     },
         | 
| 299 | 
            +
                     "message": "The kids are happy\n\nhttp://news.ycombinator.com/item?id=1282860",
         | 
| 300 | 
            +
                     "privacy": {
         | 
| 301 | 
            +
                        "value": "EVERYONE"
         | 
| 302 | 
            +
                     },
         | 
| 303 | 
            +
                     "created_time": "2010-04-21T22:19:08+0000",
         | 
| 304 | 
            +
                     "updated_time": "2010-04-21T22:19:08+0000"
         | 
| 305 | 
            +
                  },
         | 
| 306 | 
            +
                  {
         | 
| 307 | 
            +
                     "id": "7901103_10100207509825520",
         | 
| 308 | 
            +
                     "from": {
         | 
| 309 | 
            +
                        "name": "John Allen",
         | 
| 310 | 
            +
                        "id": "400586"
         | 
| 311 | 
            +
                     },
         | 
| 312 | 
            +
                     "to": {
         | 
| 313 | 
            +
                        "data": [
         | 
| 314 | 
            +
                           {
         | 
| 315 | 
            +
                              "name": "Arjun Banker",
         | 
| 316 | 
            +
                              "id": "7901103"
         | 
| 317 | 
            +
                           }
         | 
| 318 | 
            +
                        ]
         | 
| 319 | 
            +
                     },
         | 
| 320 | 
            +
                     "message": "I can see you...",
         | 
| 321 | 
            +
                     "privacy": {
         | 
| 322 | 
            +
                        "value": "EVERYONE"
         | 
| 323 | 
            +
                     },
         | 
| 324 | 
            +
                     "created_time": "2010-04-21T22:03:50+0000",
         | 
| 325 | 
            +
                     "updated_time": "2010-04-21T22:03:50+0000"
         | 
| 326 | 
            +
                  },
         | 
| 327 | 
            +
                  {
         | 
| 328 | 
            +
                     "id": "7901103_10100207507125930",
         | 
| 329 | 
            +
                     "from": {
         | 
| 330 | 
            +
                        "name": "Joseph Sofaer",
         | 
| 331 | 
            +
                        "id": "820004"
         | 
| 332 | 
            +
                     },
         | 
| 333 | 
            +
                     "to": {
         | 
| 334 | 
            +
                        "data": [
         | 
| 335 | 
            +
                           {
         | 
| 336 | 
            +
                              "name": "Arjun Banker",
         | 
| 337 | 
            +
                              "id": "7901103"
         | 
| 338 | 
            +
                           }
         | 
| 339 | 
            +
                        ]
         | 
| 340 | 
            +
                     },
         | 
| 341 | 
            +
                     "message": "The new Graph API looks great!",
         | 
| 342 | 
            +
                     "privacy": {
         | 
| 343 | 
            +
                        "value": "EVERYONE"
         | 
| 344 | 
            +
                     },
         | 
| 345 | 
            +
                     "created_time": "2010-04-21T21:59:18+0000",
         | 
| 346 | 
            +
                     "updated_time": "2010-04-21T21:59:18+0000"
         | 
| 347 | 
            +
                  },
         | 
| 348 | 
            +
                  {
         | 
| 349 | 
            +
                     "id": "7901103_113559395341627",
         | 
| 350 | 
            +
                     "from": {
         | 
| 351 | 
            +
                        "name": "Arjun Banker",
         | 
| 352 | 
            +
                        "id": "7901103"
         | 
| 353 | 
            +
                     },
         | 
| 354 | 
            +
                     "message": "http://www.facebook.com/photo.php?pid=60538827&l=79b44ffb74&id=7901103",
         | 
| 355 | 
            +
                     "icon": "http://photos-h.ak.fbcdn.net/photos-ak-sf2p/v43/23/2231777543/app_2_2231777543_2528.gif",
         | 
| 356 | 
            +
                     "attribution": "Twitter",
         | 
| 357 | 
            +
                     "privacy": {
         | 
| 358 | 
            +
                        "value": "EVERYONE"
         | 
| 359 | 
            +
                     },
         | 
| 360 | 
            +
                     "created_time": "2010-04-21T21:10:16+0000",
         | 
| 361 | 
            +
                     "updated_time": "2010-04-21T21:10:16+0000"
         | 
| 362 | 
            +
                  },
         | 
| 363 | 
            +
                  {
         | 
| 364 | 
            +
                     "id": "7901103_10100207467265810",
         | 
| 365 | 
            +
                     "from": {
         | 
| 366 | 
            +
                        "name": "Kovas Boguta",
         | 
| 367 | 
            +
                        "id": "2903108"
         | 
| 368 | 
            +
                     },
         | 
| 369 | 
            +
                     "to": {
         | 
| 370 | 
            +
                        "data": [
         | 
| 371 | 
            +
                           {
         | 
| 372 | 
            +
                              "name": "Arjun Banker",
         | 
| 373 | 
            +
                              "id": "7901103"
         | 
| 374 | 
            +
                           }
         | 
| 375 | 
            +
                        ]
         | 
| 376 | 
            +
                     },
         | 
| 377 | 
            +
                     "message": "Nice work, this is awesome!!",
         | 
| 378 | 
            +
                     "privacy": {
         | 
| 379 | 
            +
                        "value": "EVERYONE"
         | 
| 380 | 
            +
                     },
         | 
| 381 | 
            +
                     "created_time": "2010-04-21T20:49:18+0000",
         | 
| 382 | 
            +
                     "updated_time": "2010-04-21T20:49:18+0000"
         | 
| 383 | 
            +
                  },
         | 
| 384 | 
            +
                  {
         | 
| 385 | 
            +
                     "id": "7901103_100131863364293",
         | 
| 386 | 
            +
                     "from": {
         | 
| 387 | 
            +
                        "name": "Arjun Banker",
         | 
| 388 | 
            +
                        "id": "7901103"
         | 
| 389 | 
            +
                     },
         | 
| 390 | 
            +
                     "message": "time to start hacking",
         | 
| 391 | 
            +
                     "picture": "http://external.ak.fbcdn.net/safe_image.php?d=5f4a13ce667e82dc6f9323f151f101af&w=130&h=130&url=http%3A%2F%2Fstatic.ak.fbcdn.net%2Frsrc.php%2FzAUAP%2Fhash%2F89ob5bc1.png",
         | 
| 392 | 
            +
                     "link": "http://developers.facebook.com/blog/post/377",
         | 
| 393 | 
            +
                     "name": "The Next Evolution of Facebook Platform - Facebook Developers",
         | 
| 394 | 
            +
                     "caption": "developers.facebook.com",
         | 
| 395 | 
            +
                     "description": "We're hosting our third f8 conference in San Francisco today. There are two important themes behind everything we're delivering today. First, the Web is moving to a model based on the connections between people and all the things they care about. ...",
         | 
| 396 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/z2RY0/hash/9qpdr2nn.gif",
         | 
| 397 | 
            +
                     "privacy": {
         | 
| 398 | 
            +
                        "value": "EVERYONE"
         | 
| 399 | 
            +
                     },
         | 
| 400 | 
            +
                     "created_time": "2010-04-21T19:12:34+0000",
         | 
| 401 | 
            +
                     "updated_time": "2010-04-21T22:51:10+0000",
         | 
| 402 | 
            +
                     "comments": {
         | 
| 403 | 
            +
                        "data": [
         | 
| 404 | 
            +
                           {
         | 
| 405 | 
            +
                              "id": "7901103_100131863364293_1563",
         | 
| 406 | 
            +
                              "from": {
         | 
| 407 | 
            +
                                 "name": "Chinmay Lonkar",
         | 
| 408 | 
            +
                                 "id": "7902978"
         | 
| 409 | 
            +
                              },
         | 
| 410 | 
            +
                              "message": "Nice job on the Graph API man. Going to be leveraging it soon hopefully.",
         | 
| 411 | 
            +
                              "created_time": "2010-04-21T22:51:10+0000"
         | 
| 412 | 
            +
                           }
         | 
| 413 | 
            +
                        ]
         | 
| 414 | 
            +
                     }
         | 
| 415 | 
            +
                  },
         | 
| 416 | 
            +
                  {
         | 
| 417 | 
            +
                     "id": "7901103_672772511333",
         | 
| 418 | 
            +
                     "from": {
         | 
| 419 | 
            +
                        "name": "Mark Slee",
         | 
| 420 | 
            +
                        "id": "204686"
         | 
| 421 | 
            +
                     },
         | 
| 422 | 
            +
                     "to": {
         | 
| 423 | 
            +
                        "data": [
         | 
| 424 | 
            +
                           {
         | 
| 425 | 
            +
                              "name": "Arjun Banker",
         | 
| 426 | 
            +
                              "id": "7901103"
         | 
| 427 | 
            +
                           }
         | 
| 428 | 
            +
                        ]
         | 
| 429 | 
            +
                     },
         | 
| 430 | 
            +
                     "message": "Holy graph-ballz, Batman!",
         | 
| 431 | 
            +
                     "picture": "http://photos-f.ak.fbcdn.net/hphotos-ak-snc3/hs405.snc3/24521_672772511333_204686_37732593_3662199_s.jpg",
         | 
| 432 | 
            +
                     "link": "http://www.facebook.com/photo.php?pid=37732593&id=204686",
         | 
| 433 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/z2E5Y/hash/8as8iqdm.gif",
         | 
| 434 | 
            +
                     "privacy": {
         | 
| 435 | 
            +
                        "value": "EVERYONE"
         | 
| 436 | 
            +
                     },
         | 
| 437 | 
            +
                     "created_time": "2010-04-21T18:00:23+0000",
         | 
| 438 | 
            +
                     "updated_time": "2010-04-21T18:00:23+0000",
         | 
| 439 | 
            +
                     "likes": 3
         | 
| 440 | 
            +
                  },
         | 
| 441 | 
            +
                  {
         | 
| 442 | 
            +
                     "id": "7901103_113242142040451",
         | 
| 443 | 
            +
                     "from": {
         | 
| 444 | 
            +
                        "name": "Tom Lianza",
         | 
| 445 | 
            +
                        "id": "4810243"
         | 
| 446 | 
            +
                     },
         | 
| 447 | 
            +
                     "to": {
         | 
| 448 | 
            +
                        "data": [
         | 
| 449 | 
            +
                           {
         | 
| 450 | 
            +
                              "name": "Arjun Banker",
         | 
| 451 | 
            +
                              "id": "7901103"
         | 
| 452 | 
            +
                           }
         | 
| 453 | 
            +
                        ]
         | 
| 454 | 
            +
                     },
         | 
| 455 | 
            +
                     "message": "Ha! I've seen your name more than once in the new API docs: http://developers.facebook.com/docs/reference/api/user",
         | 
| 456 | 
            +
                     "name": "User - Facebook Developers",
         | 
| 457 | 
            +
                     "caption": "developers.facebook.com",
         | 
| 458 | 
            +
                     "description": "The photos, videos, and posts in which this user has been tagged. Requires the user_photo_tags, user_video_tags, friend_photo_tags, or friend_video_tags permissions",
         | 
| 459 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/zB010/hash/9yvl71tw.gif",
         | 
| 460 | 
            +
                     "privacy": {
         | 
| 461 | 
            +
                        "value": "EVERYONE"
         | 
| 462 | 
            +
                     },
         | 
| 463 | 
            +
                     "created_time": "2010-04-21T17:55:50+0000",
         | 
| 464 | 
            +
                     "updated_time": "2010-04-21T20:22:56+0000",
         | 
| 465 | 
            +
                     "likes": 1,
         | 
| 466 | 
            +
                     "comments": {
         | 
| 467 | 
            +
                        "data": [
         | 
| 468 | 
            +
                           {
         | 
| 469 | 
            +
                              "id": "7901103_113242142040451_316099",
         | 
| 470 | 
            +
                              "from": {
         | 
| 471 | 
            +
                                 "name": "Arjun Banker",
         | 
| 472 | 
            +
                                 "id": "7901103"
         | 
| 473 | 
            +
                              },
         | 
| 474 | 
            +
                              "message": "what are you doing reading the docs?  hit that endpoint straight up.",
         | 
| 475 | 
            +
                              "created_time": "2010-04-21T19:22:26+0000"
         | 
| 476 | 
            +
                           },
         | 
| 477 | 
            +
                           {
         | 
| 478 | 
            +
                              "id": "7901103_113242142040451_316657",
         | 
| 479 | 
            +
                              "from": {
         | 
| 480 | 
            +
                                 "name": "Tom Lianza",
         | 
| 481 | 
            +
                                 "id": "4810243"
         | 
| 482 | 
            +
                              },
         | 
| 483 | 
            +
                              "message": "I was going to quickly add this sweet \"like\" button until I realized that meant moving to the new connect libraries, in which it seems the syntax has changed and a bunch of code has to be rewritten, but after I do that, I'll just hit things straight up :P",
         | 
| 484 | 
            +
                              "created_time": "2010-04-21T20:22:56+0000"
         | 
| 485 | 
            +
                           }
         | 
| 486 | 
            +
                        ]
         | 
| 487 | 
            +
                     }
         | 
| 488 | 
            +
                  },
         | 
| 489 | 
            +
                  {
         | 
| 490 | 
            +
                     "id": "7901103_116468971706246",
         | 
| 491 | 
            +
                     "from": {
         | 
| 492 | 
            +
                        "name": "Blaise DiPersia",
         | 
| 493 | 
            +
                        "id": "1319289"
         | 
| 494 | 
            +
                     },
         | 
| 495 | 
            +
                     "to": {
         | 
| 496 | 
            +
                        "data": [
         | 
| 497 | 
            +
                           {
         | 
| 498 | 
            +
                              "name": "Arjun Banker",
         | 
| 499 | 
            +
                              "id": "7901103"
         | 
| 500 | 
            +
                           }
         | 
| 501 | 
            +
                        ]
         | 
| 502 | 
            +
                     },
         | 
| 503 | 
            +
                     "picture": "http://external.ak.fbcdn.net/safe_image.php?d=ad661523774a2045aad1ebf469f99dd5&w=130&h=130&url=http%3A%2F%2Fwww.blanka.co.uk%2Fi%2Fproducts%2F2708.jpg",
         | 
| 504 | 
            +
                     "link": "http://www.blanka.co.uk/supersize?product=2708",
         | 
| 505 | 
            +
                     "name": "Blanka || Supersize",
         | 
| 506 | 
            +
                     "caption": "www.blanka.co.uk",
         | 
| 507 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/zB010/hash/9yvl71tw.gif",
         | 
| 508 | 
            +
                     "privacy": {
         | 
| 509 | 
            +
                        "value": "EVERYONE"
         | 
| 510 | 
            +
                     },
         | 
| 511 | 
            +
                     "created_time": "2010-04-21T07:55:49+0000",
         | 
| 512 | 
            +
                     "updated_time": "2010-04-21T07:55:49+0000",
         | 
| 513 | 
            +
                     "likes": 1
         | 
| 514 | 
            +
                  }
         | 
| 515 | 
            +
               ],
         | 
| 516 | 
            +
               "paging": {
         | 
| 517 | 
            +
                  "previous": "https://graph.facebook.com/7901103/feed?limit=25&since=2010-04-25T04%3A05%3A32%2B0000",
         | 
| 518 | 
            +
                  "next": "https://graph.facebook.com/7901103/feed?limit=25&until=2010-04-21T07%3A55%3A49%2B0000"
         | 
| 519 | 
            +
               }
         | 
| 520 | 
            +
            }
         |