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,386 @@ | |
| 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_116029421758901",
         | 
| 98 | 
            +
                     "from": {
         | 
| 99 | 
            +
                        "name": "Arjun Banker",
         | 
| 100 | 
            +
                        "id": "7901103"
         | 
| 101 | 
            +
                     },
         | 
| 102 | 
            +
                     "message": "snacktime",
         | 
| 103 | 
            +
                     "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",
         | 
| 104 | 
            +
                     "link": "http://soundcloud.com/r_co/jamie-jones-live-plastic-people-london-16-04-2010",
         | 
| 105 | 
            +
                     "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",
         | 
| 106 | 
            +
                     "name": "Jamie Jones Live @ Plastic People, London -16-04-2010 by R_co",
         | 
| 107 | 
            +
                     "caption": "soundcloud.com",
         | 
| 108 | 
            +
                     "description": "\"Jamie Jones Live @ Plastic People, London -16-04-2010\" by R_co. Hosted on SoundCloud.com",
         | 
| 109 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/z9XZ8/hash/976ulj6z.gif",
         | 
| 110 | 
            +
                     "privacy": {
         | 
| 111 | 
            +
                        "value": "EVERYONE"
         | 
| 112 | 
            +
                     },
         | 
| 113 | 
            +
                     "created_time": "2010-04-24T00:58:19+0000",
         | 
| 114 | 
            +
                     "updated_time": "2010-04-24T01:02:17+0000",
         | 
| 115 | 
            +
                     "likes": 2,
         | 
| 116 | 
            +
                     "comments": {
         | 
| 117 | 
            +
                        "data": [
         | 
| 118 | 
            +
                           {
         | 
| 119 | 
            +
                              "id": "7901103_116029421758901_369716",
         | 
| 120 | 
            +
                              "from": {
         | 
| 121 | 
            +
                                 "name": "James Miao",
         | 
| 122 | 
            +
                                 "id": "3400942"
         | 
| 123 | 
            +
                              },
         | 
| 124 | 
            +
                              "message": "good thing i have headphones today.",
         | 
| 125 | 
            +
                              "created_time": "2010-04-24T01:02:17+0000"
         | 
| 126 | 
            +
                           }
         | 
| 127 | 
            +
                        ]
         | 
| 128 | 
            +
                     }
         | 
| 129 | 
            +
                  },
         | 
| 130 | 
            +
                  {
         | 
| 131 | 
            +
                     "id": "7901103_120734311275434",
         | 
| 132 | 
            +
                     "from": {
         | 
| 133 | 
            +
                        "name": "Arjun Banker",
         | 
| 134 | 
            +
                        "id": "7901103"
         | 
| 135 | 
            +
                     },
         | 
| 136 | 
            +
                     "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",
         | 
| 137 | 
            +
                     "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",
         | 
| 138 | 
            +
                     "name": "Banksy on Valencia. - my love for you is a stampede of horses.",
         | 
| 139 | 
            +
                     "caption": "myloveforyou.typepad.com",
         | 
| 140 | 
            +
                     "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...",
         | 
| 141 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/zB010/hash/9yvl71tw.gif",
         | 
| 142 | 
            +
                     "privacy": {
         | 
| 143 | 
            +
                        "value": "EVERYONE"
         | 
| 144 | 
            +
                     },
         | 
| 145 | 
            +
                     "created_time": "2010-04-23T20:31:42+0000",
         | 
| 146 | 
            +
                     "updated_time": "2010-04-23T20:31:42+0000",
         | 
| 147 | 
            +
                     "likes": 1
         | 
| 148 | 
            +
                  },
         | 
| 149 | 
            +
                  {
         | 
| 150 | 
            +
                     "id": "7901103_117549861604312",
         | 
| 151 | 
            +
                     "from": {
         | 
| 152 | 
            +
                        "name": "Arjun Banker",
         | 
| 153 | 
            +
                        "id": "7901103"
         | 
| 154 | 
            +
                     },
         | 
| 155 | 
            +
                     "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",
         | 
| 156 | 
            +
                     "link": "http://www.olivepixel.com/misc/kitten/",
         | 
| 157 | 
            +
                     "name": "Utopia",
         | 
| 158 | 
            +
                     "caption": "www.olivepixel.com",
         | 
| 159 | 
            +
                     "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",
         | 
| 160 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/zB010/hash/9yvl71tw.gif",
         | 
| 161 | 
            +
                     "privacy": {
         | 
| 162 | 
            +
                        "value": "EVERYONE"
         | 
| 163 | 
            +
                     },
         | 
| 164 | 
            +
                     "created_time": "2010-04-23T19:40:22+0000",
         | 
| 165 | 
            +
                     "updated_time": "2010-04-23T19:40:22+0000",
         | 
| 166 | 
            +
                     "likes": 1
         | 
| 167 | 
            +
                  },
         | 
| 168 | 
            +
                  {
         | 
| 169 | 
            +
                     "id": "7901103_113559395341627",
         | 
| 170 | 
            +
                     "from": {
         | 
| 171 | 
            +
                        "name": "Arjun Banker",
         | 
| 172 | 
            +
                        "id": "7901103"
         | 
| 173 | 
            +
                     },
         | 
| 174 | 
            +
                     "message": "http://www.facebook.com/photo.php?pid=60538827&l=79b44ffb74&id=7901103",
         | 
| 175 | 
            +
                     "icon": "http://photos-h.ak.fbcdn.net/photos-ak-sf2p/v43/23/2231777543/app_2_2231777543_2528.gif",
         | 
| 176 | 
            +
                     "attribution": "Twitter",
         | 
| 177 | 
            +
                     "privacy": {
         | 
| 178 | 
            +
                        "value": "EVERYONE"
         | 
| 179 | 
            +
                     },
         | 
| 180 | 
            +
                     "created_time": "2010-04-21T21:10:16+0000",
         | 
| 181 | 
            +
                     "updated_time": "2010-04-21T21:10:16+0000"
         | 
| 182 | 
            +
                  },
         | 
| 183 | 
            +
                  {
         | 
| 184 | 
            +
                     "id": "7901103_100131863364293",
         | 
| 185 | 
            +
                     "from": {
         | 
| 186 | 
            +
                        "name": "Arjun Banker",
         | 
| 187 | 
            +
                        "id": "7901103"
         | 
| 188 | 
            +
                     },
         | 
| 189 | 
            +
                     "message": "time to start hacking",
         | 
| 190 | 
            +
                     "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",
         | 
| 191 | 
            +
                     "link": "http://developers.facebook.com/blog/post/377",
         | 
| 192 | 
            +
                     "name": "The Next Evolution of Facebook Platform - Facebook Developers",
         | 
| 193 | 
            +
                     "caption": "developers.facebook.com",
         | 
| 194 | 
            +
                     "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. ...",
         | 
| 195 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/z2RY0/hash/9qpdr2nn.gif",
         | 
| 196 | 
            +
                     "privacy": {
         | 
| 197 | 
            +
                        "value": "EVERYONE"
         | 
| 198 | 
            +
                     },
         | 
| 199 | 
            +
                     "created_time": "2010-04-21T19:12:34+0000",
         | 
| 200 | 
            +
                     "updated_time": "2010-04-21T22:51:10+0000",
         | 
| 201 | 
            +
                     "comments": {
         | 
| 202 | 
            +
                        "data": [
         | 
| 203 | 
            +
                           {
         | 
| 204 | 
            +
                              "id": "7901103_100131863364293_1563",
         | 
| 205 | 
            +
                              "from": {
         | 
| 206 | 
            +
                                 "name": "Chinmay Lonkar",
         | 
| 207 | 
            +
                                 "id": "7902978"
         | 
| 208 | 
            +
                              },
         | 
| 209 | 
            +
                              "message": "Nice job on the Graph API man. Going to be leveraging it soon hopefully.",
         | 
| 210 | 
            +
                              "created_time": "2010-04-21T22:51:10+0000"
         | 
| 211 | 
            +
                           }
         | 
| 212 | 
            +
                        ]
         | 
| 213 | 
            +
                     }
         | 
| 214 | 
            +
                  },
         | 
| 215 | 
            +
                  {
         | 
| 216 | 
            +
                     "id": "7901103_115767628447031",
         | 
| 217 | 
            +
                     "from": {
         | 
| 218 | 
            +
                        "name": "Arjun Banker",
         | 
| 219 | 
            +
                        "id": "7901103"
         | 
| 220 | 
            +
                     },
         | 
| 221 | 
            +
                     "picture": "http://platform.ak.fbcdn.net/www/app_full_proxy.php?app=24320081510&v=1&size=p&cksum=4528643e4fa18a1fd3e063c1ae35973e&src=http%3A%2F%2Falbum-images.pplala.com%2Fservlet%2FArtWorkServlet%2F360569446126725409%2Fm",
         | 
| 222 | 
            +
                     "link": "http://www.lala.com/landing?fc=fbconnect&redirectPath=song%2F360569489076398369&click=listening.titleHref",
         | 
| 223 | 
            +
                     "source": "http://www.lala.com/external/flash/SingleSongWidget.swf?host=www.lala.com&autoPlay=true&partnerId=fbconnect&songLalaId=360569489076398369&fbAppId=24320081510&fbCanvasUrl=http://apps.facebook.com/lalamusic",
         | 
| 224 | 
            +
                     "name": ""Body Language (Se\u00f1or Coconut Remix)" by M.A.N.D.Y. vs Booka Shade",
         | 
| 225 | 
            +
                     "icon": "http://photos-g.ak.fbcdn.net/photos-ak-sf2p/v43/242/24320081510/app_2_24320081510_3016.gif",
         | 
| 226 | 
            +
                     "attribution": "Lala",
         | 
| 227 | 
            +
                     "actions": [
         | 
| 228 | 
            +
                        {
         | 
| 229 | 
            +
                           "name": "Buy on Lala",
         | 
| 230 | 
            +
                           "link": "http://www.lala.com/landing?fc=fbconnect&redirectPath=song/360569489076398369&click=listening.actionLinkUrl"
         | 
| 231 | 
            +
                        }
         | 
| 232 | 
            +
                     ],
         | 
| 233 | 
            +
                     "privacy": {
         | 
| 234 | 
            +
                        "value": "EVERYONE"
         | 
| 235 | 
            +
                     },
         | 
| 236 | 
            +
                     "created_time": "2010-04-21T00:48:41+0000",
         | 
| 237 | 
            +
                     "updated_time": "2010-04-21T11:10:48+0000",
         | 
| 238 | 
            +
                     "likes": 1,
         | 
| 239 | 
            +
                     "comments": {
         | 
| 240 | 
            +
                        "data": [
         | 
| 241 | 
            +
                           {
         | 
| 242 | 
            +
                              "id": "7901103_115767628447031_368687",
         | 
| 243 | 
            +
                              "from": {
         | 
| 244 | 
            +
                                 "name": "Chaitanya Mishra",
         | 
| 245 | 
            +
                                 "id": "28119190"
         | 
| 246 | 
            +
                              },
         | 
| 247 | 
            +
                              "message": "wow",
         | 
| 248 | 
            +
                              "created_time": "2010-04-21T01:06:34+0000"
         | 
| 249 | 
            +
                           },
         | 
| 250 | 
            +
                           {
         | 
| 251 | 
            +
                              "id": "7901103_115767628447031_371758",
         | 
| 252 | 
            +
                              "from": {
         | 
| 253 | 
            +
                                 "name": "Nina Mehta",
         | 
| 254 | 
            +
                                 "id": "6801488"
         | 
| 255 | 
            +
                              },
         | 
| 256 | 
            +
                              "message": "What a find!",
         | 
| 257 | 
            +
                              "created_time": "2010-04-21T11:10:48+0000"
         | 
| 258 | 
            +
                           }
         | 
| 259 | 
            +
                        ]
         | 
| 260 | 
            +
                     }
         | 
| 261 | 
            +
                  },
         | 
| 262 | 
            +
                  {
         | 
| 263 | 
            +
                     "id": "7901103_114961875194024",
         | 
| 264 | 
            +
                     "from": {
         | 
| 265 | 
            +
                        "name": "Arjun Banker",
         | 
| 266 | 
            +
                        "id": "7901103"
         | 
| 267 | 
            +
                     },
         | 
| 268 | 
            +
                     "message": "Good luck, Rishin Banker.  Talk to Atish Mehta if you need help growing a mustache.",
         | 
| 269 | 
            +
                     "picture": "http://external.ak.fbcdn.net/safe_image.php?d=2724d80bc9c50af9841ebaf7f0359643&w=130&h=130&url=http%3A%2F%2Fi.ytimg.com%2Fvi%2FJA068qeB0oM%2F2.jpg",
         | 
| 270 | 
            +
                     "link": "http://www.youtube.com/watch?v=JA068qeB0oM",
         | 
| 271 | 
            +
                     "source": "http://www.youtube.com/v/JA068qeB0oM&autoplay=1",
         | 
| 272 | 
            +
                     "name": "The Next CEO Competition 2010",
         | 
| 273 | 
            +
                     "caption": "www.youtube.com",
         | 
| 274 | 
            +
                     "description": "10 Penn State Undergraduate Students will vie for the title of The Next CEO on April 22nd, 2010. Through use of concepts put forth by the CSIS (The Seven Revolutions), the contestants will act as CEO's of ten major companies and comment on past events as well as make decisions for the future. ...",
         | 
| 275 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/z9XZ8/hash/976ulj6z.gif",
         | 
| 276 | 
            +
                     "privacy": {
         | 
| 277 | 
            +
                        "value": "EVERYONE"
         | 
| 278 | 
            +
                     },
         | 
| 279 | 
            +
                     "created_time": "2010-04-20T23:49:20+0000",
         | 
| 280 | 
            +
                     "updated_time": "2010-04-21T11:36:30+0000",
         | 
| 281 | 
            +
                     "likes": 3,
         | 
| 282 | 
            +
                     "comments": {
         | 
| 283 | 
            +
                        "data": [
         | 
| 284 | 
            +
                           {
         | 
| 285 | 
            +
                              "id": "7901103_114961875194024_337654",
         | 
| 286 | 
            +
                              "from": {
         | 
| 287 | 
            +
                                 "name": "Atish Mehta",
         | 
| 288 | 
            +
                                 "id": "3404106"
         | 
| 289 | 
            +
                              },
         | 
| 290 | 
            +
                              "message": "People listen to a man with a commanding moustache.  I highly recommend it, if you want to lay the framework for America.  Especially for a lad with your boyish good looks.",
         | 
| 291 | 
            +
                              "created_time": "2010-04-21T00:02:01+0000"
         | 
| 292 | 
            +
                           },
         | 
| 293 | 
            +
                           {
         | 
| 294 | 
            +
                              "id": "7901103_114961875194024_338692",
         | 
| 295 | 
            +
                              "from": {
         | 
| 296 | 
            +
                                 "name": "Nina Mehta",
         | 
| 297 | 
            +
                                 "id": "6801488"
         | 
| 298 | 
            +
                              },
         | 
| 299 | 
            +
                              "message": "Nice ou in the moustache.",
         | 
| 300 | 
            +
                              "created_time": "2010-04-21T02:30:28+0000"
         | 
| 301 | 
            +
                           },
         | 
| 302 | 
            +
                           {
         | 
| 303 | 
            +
                              "id": "7901103_114961875194024_341335",
         | 
| 304 | 
            +
                              "from": {
         | 
| 305 | 
            +
                                 "name": "Amita Jhaveri",
         | 
| 306 | 
            +
                                 "id": "800942767"
         | 
| 307 | 
            +
                              },
         | 
| 308 | 
            +
                              "message": "Good Luck..!!",
         | 
| 309 | 
            +
                              "created_time": "2010-04-21T11:36:30+0000"
         | 
| 310 | 
            +
                           }
         | 
| 311 | 
            +
                        ]
         | 
| 312 | 
            +
                     }
         | 
| 313 | 
            +
                  },
         | 
| 314 | 
            +
                  {
         | 
| 315 | 
            +
                     "id": "7901103_111970168834729",
         | 
| 316 | 
            +
                     "from": {
         | 
| 317 | 
            +
                        "name": "Arjun Banker",
         | 
| 318 | 
            +
                        "id": "7901103"
         | 
| 319 | 
            +
                     },
         | 
| 320 | 
            +
                     "message": "i could pinch them",
         | 
| 321 | 
            +
                     "picture": "http://platform.ak.fbcdn.net/www/app_full_proxy.php?app=24320081510&v=1&size=p&cksum=6726d421ce6f767d3c3503fdd494905d&src=http%3A%2F%2Falbum-images.pplala.com%2Fservlet%2FArtWorkServlet%2F4900197869916996066%2Fm",
         | 
| 322 | 
            +
                     "link": "http://www.lala.com/landing?fc=fbconnect&redirectPath=song%2F4900197908571701730&click=listening.titleHref",
         | 
| 323 | 
            +
                     "source": "http://www.lala.com/external/flash/SingleSongWidget.swf?host=www.lala.com&autoPlay=true&partnerId=fbconnect&songLalaId=4900197908571701730&fbAppId=24320081510&fbCanvasUrl=http://apps.facebook.com/lalamusic",
         | 
| 324 | 
            +
                     "name": ""Computer Complex" by Luke Vibert",
         | 
| 325 | 
            +
                     "icon": "http://photos-g.ak.fbcdn.net/photos-ak-sf2p/v43/242/24320081510/app_2_24320081510_3016.gif",
         | 
| 326 | 
            +
                     "attribution": "Lala",
         | 
| 327 | 
            +
                     "actions": [
         | 
| 328 | 
            +
                        {
         | 
| 329 | 
            +
                           "name": "Buy on Lala",
         | 
| 330 | 
            +
                           "link": "http://www.lala.com/landing?fc=fbconnect&redirectPath=song/4900197908571701730&click=listening.actionLinkUrl"
         | 
| 331 | 
            +
                        }
         | 
| 332 | 
            +
                     ],
         | 
| 333 | 
            +
                     "privacy": {
         | 
| 334 | 
            +
                        "value": "EVERYONE"
         | 
| 335 | 
            +
                     },
         | 
| 336 | 
            +
                     "created_time": "2010-04-16T23:19:22+0000",
         | 
| 337 | 
            +
                     "updated_time": "2010-04-17T17:54:49+0000",
         | 
| 338 | 
            +
                     "likes": 2,
         | 
| 339 | 
            +
                     "comments": {
         | 
| 340 | 
            +
                        "data": [
         | 
| 341 | 
            +
                           {
         | 
| 342 | 
            +
                              "id": "7901103_111970168834729_276226",
         | 
| 343 | 
            +
                              "from": {
         | 
| 344 | 
            +
                                 "name": "Jason Joseph",
         | 
| 345 | 
            +
                                 "id": "3402182"
         | 
| 346 | 
            +
                              },
         | 
| 347 | 
            +
                              "message": "best vibert song ever: http://www.youtube.com/watch?v=cmoFNya6P4Q",
         | 
| 348 | 
            +
                              "created_time": "2010-04-16T23:52:26+0000"
         | 
| 349 | 
            +
                           },
         | 
| 350 | 
            +
                           {
         | 
| 351 | 
            +
                              "id": "7901103_111970168834729_281899",
         | 
| 352 | 
            +
                              "from": {
         | 
| 353 | 
            +
                                 "name": "Jordan Rule",
         | 
| 354 | 
            +
                                 "id": "3000444"
         | 
| 355 | 
            +
                              },
         | 
| 356 | 
            +
                              "message": "^ good shit thanks for turning me on, reminds me of mark farina",
         | 
| 357 | 
            +
                              "created_time": "2010-04-17T17:54:49+0000"
         | 
| 358 | 
            +
                           }
         | 
| 359 | 
            +
                        ]
         | 
| 360 | 
            +
                     }
         | 
| 361 | 
            +
                  },
         | 
| 362 | 
            +
                  {
         | 
| 363 | 
            +
                     "id": "7901103_113099688717623",
         | 
| 364 | 
            +
                     "from": {
         | 
| 365 | 
            +
                        "name": "Arjun Banker",
         | 
| 366 | 
            +
                        "id": "7901103"
         | 
| 367 | 
            +
                     },
         | 
| 368 | 
            +
                     "picture": "http://external.ak.fbcdn.net/safe_image.php?d=c08c52b7e921d68f53bad401c7bf4baf&w=130&h=130&url=http%3A%2F%2Fgraphics8.nytimes.com%2Fimages%2F2010%2F04%2F12%2Fus%2F12psychedelics_CA0%2F12psychedelics_CA0-articleInline.jpg",
         | 
| 369 | 
            +
                     "link": "http://www.nytimes.com/2010/04/12/science/12psychedelics.html",
         | 
| 370 | 
            +
                     "name": "Hallucinogens Have Doctors Tuning In Again - NYTimes.com",
         | 
| 371 | 
            +
                     "caption": "www.nytimes.com",
         | 
| 372 | 
            +
                     "description": "Scientists are studying the drugs\u2019 potential for treating mental problems and illuminating consciousness.",
         | 
| 373 | 
            +
                     "icon": "http://static.ak.fbcdn.net/rsrc.php/z8I3N/hash/8cy5lbr7.png",
         | 
| 374 | 
            +
                     "privacy": {
         | 
| 375 | 
            +
                        "value": "EVERYONE"
         | 
| 376 | 
            +
                     },
         | 
| 377 | 
            +
                     "created_time": "2010-04-14T00:53:54+0000",
         | 
| 378 | 
            +
                     "updated_time": "2010-04-14T00:53:54+0000",
         | 
| 379 | 
            +
                     "likes": 4
         | 
| 380 | 
            +
                  }
         | 
| 381 | 
            +
               ],
         | 
| 382 | 
            +
               "paging": {
         | 
| 383 | 
            +
                  "previous": "https://graph.facebook.com/7901103/posts?token=2227470867%7C2.dao7m2Ak0L3D0GcdwgAOxA__.3600.1272276000-579612276%7CDtIxF8whuaOlF3IJ8PQssQYHWk8.&limit=25&since=2010-04-25T04%3A05%3A32%2B0000",
         | 
| 384 | 
            +
                  "next": "https://graph.facebook.com/7901103/posts?token=2227470867%7C2.dao7m2Ak0L3D0GcdwgAOxA__.3600.1272276000-579612276%7CDtIxF8whuaOlF3IJ8PQssQYHWk8.&limit=25&until=2010-04-14T00%3A53%3A54%2B0000"
         | 
| 385 | 
            +
               }
         | 
| 386 | 
            +
            }
         |