meta_graph 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/.gitignore +9 -0
- data/Gemfile +3 -0
- data/README.md +3 -0
- data/VERSION +1 -0
- data/lib/meta_graph.rb +17 -0
- data/lib/meta_graph/client.rb +46 -0
- data/lib/meta_graph/collection.rb +27 -0
- data/lib/meta_graph/graph_accessor.rb +13 -0
- data/lib/meta_graph/hash_accessor.rb +55 -0
- data/lib/meta_graph/node.rb +116 -0
- data/lib/meta_graph/resource.rb +90 -0
- data/meta_graph.gemspec +15 -0
- data/spec/json/116314101712416.json +12 -0
- data/spec/json/125808504153906.json +11 -0
- data/spec/json/164489816910252.json +30 -0
- data/spec/json/me.json +364 -0
- data/spec/json/me/likes.json +643 -0
- data/spec/meta_graph/client_spec.rb +97 -0
- data/spec/spec_helper.rb +19 -0
- metadata +111 -0
data/spec/json/me.json
ADDED
@@ -0,0 +1,364 @@
|
|
1
|
+
{
|
2
|
+
"id": "100001529256922",
|
3
|
+
"name": "Kengo Tateishi",
|
4
|
+
"first_name": "Kengo",
|
5
|
+
"last_name": "Tateishi",
|
6
|
+
"link": "https://www.facebook.com/kengo.tateishi",
|
7
|
+
"username": "kengo.tateishi",
|
8
|
+
"birthday": "09/07/1984",
|
9
|
+
"hometown": {
|
10
|
+
"id": "125808504153906",
|
11
|
+
"name": "Tosu-shi, Saga, Japan"
|
12
|
+
},
|
13
|
+
"location": {
|
14
|
+
"id": "118301031576552",
|
15
|
+
"name": "Kanzaki-gun, Saga, Japan"
|
16
|
+
},
|
17
|
+
"bio": "ホークスが好きです。でもトトロはもっと好きです。",
|
18
|
+
"quotes": "自分が信じなければ相手も信じてくれない",
|
19
|
+
"work": [
|
20
|
+
{
|
21
|
+
"employer": {
|
22
|
+
"id": "164489816910252",
|
23
|
+
"name": "Paperboy&co."
|
24
|
+
},
|
25
|
+
"location": {
|
26
|
+
"id": "133198213413806",
|
27
|
+
"name": "Fukuoka-shi, Fukuoka, Japan"
|
28
|
+
},
|
29
|
+
"position": {
|
30
|
+
"id": "140062059360424",
|
31
|
+
"name": "Web Programmer"
|
32
|
+
},
|
33
|
+
"start_date": "2012-02"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"employer": {
|
37
|
+
"id": "153251108022971",
|
38
|
+
"name": "佐賀電算センター"
|
39
|
+
},
|
40
|
+
"location": {
|
41
|
+
"id": "150395948347728",
|
42
|
+
"name": "Saga-shi, Saga, Japan"
|
43
|
+
},
|
44
|
+
"position": {
|
45
|
+
"id": "116187675061515",
|
46
|
+
"name": "System Engineer"
|
47
|
+
},
|
48
|
+
"start_date": "2007-04",
|
49
|
+
"end_date": "2012-02"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"employer": {
|
53
|
+
"id": "200015163352985",
|
54
|
+
"name": "オプティム"
|
55
|
+
},
|
56
|
+
"position": {
|
57
|
+
"id": "111971125481473",
|
58
|
+
"name": "Programmer"
|
59
|
+
},
|
60
|
+
"with": [
|
61
|
+
{
|
62
|
+
"id": "100001919331650",
|
63
|
+
"name": "Shunsuke Takeshita"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"id": "100002131871733",
|
67
|
+
"name": "長沼俊介"
|
68
|
+
}
|
69
|
+
],
|
70
|
+
"description": "アルバイトでプログラミング",
|
71
|
+
"start_date": "2006-03",
|
72
|
+
"end_date": "2007-02"
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"employer": {
|
76
|
+
"id": "119984811354213",
|
77
|
+
"name": "明光義塾"
|
78
|
+
},
|
79
|
+
"description": "アルバイトで講師",
|
80
|
+
"start_date": "2005-03",
|
81
|
+
"end_date": "2006-01"
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"favorite_teams": [
|
85
|
+
{
|
86
|
+
"id": "114309715246578",
|
87
|
+
"name": "Fukuoka SoftBank Hawks"
|
88
|
+
}
|
89
|
+
],
|
90
|
+
"favorite_athletes": [
|
91
|
+
{
|
92
|
+
"id": "109703739101363",
|
93
|
+
"name": "杉内俊哉"
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"id": "163588667022858",
|
97
|
+
"name": "本多雄一"
|
98
|
+
}
|
99
|
+
],
|
100
|
+
"education": [
|
101
|
+
{
|
102
|
+
"school": {
|
103
|
+
"id": "111926755491857",
|
104
|
+
"name": "鳥栖高等学校"
|
105
|
+
},
|
106
|
+
"year": {
|
107
|
+
"id": "194603703904595",
|
108
|
+
"name": "2003"
|
109
|
+
},
|
110
|
+
"type": "High School",
|
111
|
+
"with": [
|
112
|
+
{
|
113
|
+
"id": "100001994780037",
|
114
|
+
"name": "Takuya Mori"
|
115
|
+
}
|
116
|
+
]
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"school": {
|
120
|
+
"id": "175530915830466",
|
121
|
+
"name": "Saga University"
|
122
|
+
},
|
123
|
+
"year": {
|
124
|
+
"id": "140617569303679",
|
125
|
+
"name": "2007"
|
126
|
+
},
|
127
|
+
"concentration": [
|
128
|
+
{
|
129
|
+
"id": "154321161297586",
|
130
|
+
"name": "理工学部"
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"id": "109148752496132",
|
134
|
+
"name": "知能情報システム学科"
|
135
|
+
}
|
136
|
+
],
|
137
|
+
"type": "College"
|
138
|
+
}
|
139
|
+
],
|
140
|
+
"gender": "male",
|
141
|
+
"interested_in": [
|
142
|
+
"female"
|
143
|
+
],
|
144
|
+
"relationship_status": "Married",
|
145
|
+
"significant_other": {
|
146
|
+
"name": "立石綾乃",
|
147
|
+
"id": "100001988721087"
|
148
|
+
},
|
149
|
+
"email": "embrace.ddd.flake.peace@gmail.com",
|
150
|
+
"timezone": 9,
|
151
|
+
"locale": "en_US",
|
152
|
+
"languages": [
|
153
|
+
{
|
154
|
+
"id": "109549852396760",
|
155
|
+
"name": "Japanese"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"id": "106059522759137",
|
159
|
+
"name": "English"
|
160
|
+
}
|
161
|
+
],
|
162
|
+
"verified": true,
|
163
|
+
"updated_time": "2013-01-01T09:49:03+0000",
|
164
|
+
"metadata": {
|
165
|
+
"connections": {
|
166
|
+
"home": "https://graph.facebook.com/me/home",
|
167
|
+
"feed": "https://graph.facebook.com/me/feed",
|
168
|
+
"friends": "https://graph.facebook.com/me/friends",
|
169
|
+
"mutualfriends": "https://graph.facebook.com/me/mutualfriends",
|
170
|
+
"family": "https://graph.facebook.com/me/family",
|
171
|
+
"payments": "https://graph.facebook.com/me/payments",
|
172
|
+
"activities": "https://graph.facebook.com/me/activities",
|
173
|
+
"interests": "https://graph.facebook.com/me/interests",
|
174
|
+
"music": "https://graph.facebook.com/me/music",
|
175
|
+
"books": "https://graph.facebook.com/me/books",
|
176
|
+
"movies": "https://graph.facebook.com/me/movies",
|
177
|
+
"television": "https://graph.facebook.com/me/television",
|
178
|
+
"games": "https://graph.facebook.com/me/games",
|
179
|
+
"questions": "https://graph.facebook.com/me/questions",
|
180
|
+
"adaccounts": "https://graph.facebook.com/me/adaccounts",
|
181
|
+
"likes": "https://graph.facebook.com/me/likes",
|
182
|
+
"posts": "https://graph.facebook.com/me/posts",
|
183
|
+
"tagged": "https://graph.facebook.com/me/tagged",
|
184
|
+
"statuses": "https://graph.facebook.com/me/statuses",
|
185
|
+
"links": "https://graph.facebook.com/me/links",
|
186
|
+
"notes": "https://graph.facebook.com/me/notes",
|
187
|
+
"photos": "https://graph.facebook.com/me/photos",
|
188
|
+
"albums": "https://graph.facebook.com/me/albums",
|
189
|
+
"events": "https://graph.facebook.com/me/events",
|
190
|
+
"groups": "https://graph.facebook.com/me/groups",
|
191
|
+
"videos": "https://graph.facebook.com/me/videos",
|
192
|
+
"picture": "https://graph.facebook.com/me/picture",
|
193
|
+
"inbox": "https://graph.facebook.com/me/inbox",
|
194
|
+
"outbox": "https://graph.facebook.com/me/outbox",
|
195
|
+
"updates": "https://graph.facebook.com/me/updates",
|
196
|
+
"accounts": "https://graph.facebook.com/me/accounts",
|
197
|
+
"checkins": "https://graph.facebook.com/me/checkins",
|
198
|
+
"apprequests": "https://graph.facebook.com/me/apprequests",
|
199
|
+
"friendlists": "https://graph.facebook.com/me/friendlists",
|
200
|
+
"friendrequests": "https://graph.facebook.com/me/friendrequests",
|
201
|
+
"permissions": "https://graph.facebook.com/me/permissions",
|
202
|
+
"notifications": "https://graph.facebook.com/me/notifications",
|
203
|
+
"scores": "https://graph.facebook.com/me/scores",
|
204
|
+
"locations": "https://graph.facebook.com/me/locations",
|
205
|
+
"subscribers": "https://graph.facebook.com/me/subscribers",
|
206
|
+
"subscribedto": "https://graph.facebook.com/me/subscribedto"
|
207
|
+
},
|
208
|
+
"fields": [
|
209
|
+
{
|
210
|
+
"name": "id",
|
211
|
+
"description": "The user's Facebook ID. No `access_token` required. `string`."
|
212
|
+
},
|
213
|
+
{
|
214
|
+
"name": "name",
|
215
|
+
"description": "The user's full name. No `access_token` required. `string`."
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"name": "first_name",
|
219
|
+
"description": "The user's first name. No `access_token` required. `string`."
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"name": "middle_name",
|
223
|
+
"description": "The user's middle name. No `access_token` required. `string`."
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"name": "last_name",
|
227
|
+
"description": "The user's last name. No `access_token` required. `string`."
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"name": "gender",
|
231
|
+
"description": "The user's gender: `female` or `male`. No `access_token` required. `string`."
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"name": "locale",
|
235
|
+
"description": "The user's locale. No `access_token` required. `string` containing the ISO Language Code and ISO Country Code."
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"name": "languages",
|
239
|
+
"description": "The user's languages. `user_likes`. `array` of objects containing language `id` and `name`."
|
240
|
+
},
|
241
|
+
{
|
242
|
+
"name": "link",
|
243
|
+
"description": "The URL of the profile for the user on Facebook. No `access_token` required. `string` containing a valid URL."
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"name": "username",
|
247
|
+
"description": "The user's Facebook username. No `access_token` required. `string`."
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"name": "third_party_id",
|
251
|
+
"description": "An anonymous, but unique identifier for the user; only returned if specifically requested via the `fields` URL parameter. Requires `access_token`. `string`."
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"name": "installed",
|
255
|
+
"description": "Specifies whether the user has installed the application associated with the app access token that is used to make the request; only returned if specifically requested via the `fields` URL parameter. Requires app `access_token`. `object` containing `type` (this is always \"user\"), `id` (the ID of the user), and optional `installed` field (always `true` if returned); The `installed` field is only returned if the user has installed the application, otherwise it is not part of the returned object."
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"name": "timezone",
|
259
|
+
"description": "The user's timezone offset from UTC. Available only for the current user. `number`."
|
260
|
+
},
|
261
|
+
{
|
262
|
+
"name": "updated_time",
|
263
|
+
"description": "The last time the user's profile was updated; changes to the `languages`, `link`, `timezone`, `verified`, `interested_in`, `favorite_athletes`, `favorite_teams`, and `video_upload_limits` are not not reflected in this value. Requires `access_token`. `string` containing an ISO-8601 datetime."
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"name": "verified",
|
267
|
+
"description": "The user's account verification status, either `true` or `false` (see below). Requires `access_token`. `boolean`."
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"name": "bio",
|
271
|
+
"description": "The user's biography. `user_about_me` or `friends_about_me`. `string`."
|
272
|
+
},
|
273
|
+
{
|
274
|
+
"name": "birthday",
|
275
|
+
"description": "The user's birthday. `user_birthday` or `friends_birthday`. Date `string` in `MM/DD/YYYY` format."
|
276
|
+
},
|
277
|
+
{
|
278
|
+
"name": "cover",
|
279
|
+
"description": "The user's cover photo (must be explicitly requested using `fields=cover` parameter). Requires `access_token`. `array` of fields `id`, `source`, and `offset_y`"
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"name": "currency",
|
283
|
+
"description": "The user's currency settings (must be explicitly requested using a `fields=currency` URL parameter). Requires `access_token`. `object` with fields `currency` (detailed [here](/docs/credits/user_currency/)), `id`"
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"name": "devices",
|
287
|
+
"description": "A list of the user's devices beyond desktop. User `access_token` required; only available for friends of the current user. `array` of objects containing `os` which may be a value of 'iOS' or 'Android', along with an additional field `hardware` which may be a value of 'iPad' or 'iPhone' if present, however may not be returned if we are unable to determine the hardware model - Note: this is a non-default field and must be explicitly specified as shown below"
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"name": "education",
|
291
|
+
"description": "A list of the user's education history. `user_education_history` or `friends_education_history`. `array` of objects containing `year` and `type` fields, and `school` object (`name`, `id`, `type`, and optional `year`, `degree`, `concentration` array, `classes` array, and `with` array )."
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"name": "email",
|
295
|
+
"description": "The proxied or contact email address granted by the user. `email`. `string` containing a valid RFC822 email address."
|
296
|
+
},
|
297
|
+
{
|
298
|
+
"name": "hometown",
|
299
|
+
"description": "The user's hometown. `user_hometown` or `friends_hometown`. object containing `name` and `id`."
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"name": "interested_in",
|
303
|
+
"description": "The genders the user is interested in. `user_relationship_details` or `friends_relationship_details`. `array` containing strings."
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"name": "location",
|
307
|
+
"description": "The user's current city. `user_location` or `friends_location`. object containing `name` and `id`."
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"name": "political",
|
311
|
+
"description": "The user's political view. `user_religion_politics` or `friends_religion_politics`. `string`."
|
312
|
+
},
|
313
|
+
{
|
314
|
+
"name": "payment_pricepoints",
|
315
|
+
"description": "The payment price-points available for that user. User `access_token`. `array` of objects containing `user_price`, `credits` and `local_currency` fields"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"name": "favorite_athletes",
|
319
|
+
"description": "The user's favorite athletes; this field is deprecated and will be removed in the near future. `user_likes` or `friends_likes` . `array` of objects containing `id` and `name` fields."
|
320
|
+
},
|
321
|
+
{
|
322
|
+
"name": "favorite_teams",
|
323
|
+
"description": "The user's favorite teams; this field is deprecated and will be removed in the near future. `user_likes` or `friends_likes`. `array` of objects containing `id` and `name` fields."
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"name": "picture",
|
327
|
+
"description": "The URL of the user's profile pic (only returned if you explicitly specify a 'fields=picture' param). `access_token` required for pages with whitelisting/targeting restrictions, otherwise no `access_token` required. `string`; If the \"October 2012 Breaking Changes\" migration setting is enabled for your app, this field will be an object with the `url` and `is_silhouette` fields; `is_silhouette` is `true` if the user has not uploaded a profile picture."
|
328
|
+
},
|
329
|
+
{
|
330
|
+
"name": "quotes",
|
331
|
+
"description": "The user's favorite quotes. `user_about_me` or `friends_about_me`. `string`."
|
332
|
+
},
|
333
|
+
{
|
334
|
+
"name": "relationship_status",
|
335
|
+
"description": "The user's relationship status: `Single`, `In a relationship`, `Engaged`, `Married`, `It's complicated`, `In an open relationship`, `Widowed`, `Separated`, `Divorced`, `In a civil union`, `In a domestic partnership`. `user_relationships` or `friends_relationships`. `string`."
|
336
|
+
},
|
337
|
+
{
|
338
|
+
"name": "religion",
|
339
|
+
"description": "The user's religion. `user_religion_politics` or `friends_religion_politics` . `string`."
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"name": "security_settings",
|
343
|
+
"description": "Information about security settings enabled on the user's account (must be explicitly requested using a `fields=security_settings` URL parameter). Available only for the current user . `object` containing `secure_browsing` (an object with a single field, `enabled`, which indicates whether Secure Browsing is enabled)."
|
344
|
+
},
|
345
|
+
{
|
346
|
+
"name": "significant_other",
|
347
|
+
"description": "The user's significant other. `user_relationships` or `friends_relationships`. object containing `name` and `id`."
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"name": "video_upload_limits",
|
351
|
+
"description": "The size of the video file and the length of the video that a user can upload; only returned if specifically requested via the `fields` URL parameter. Requires `access_token`. object containing `length` and `size` of video."
|
352
|
+
},
|
353
|
+
{
|
354
|
+
"name": "website",
|
355
|
+
"description": "The URL of the user's personal website. `user_website` or `friends_website` . `string` containing a valid URL."
|
356
|
+
},
|
357
|
+
{
|
358
|
+
"name": "work",
|
359
|
+
"description": "A list of the user's work history. `user_work_history` or `friends_work_history`. `array` of objects containing `employer`, `location`, `position`, `start_date` and `end_date` fields."
|
360
|
+
}
|
361
|
+
],
|
362
|
+
"type": "user"
|
363
|
+
}
|
364
|
+
}
|
@@ -0,0 +1,643 @@
|
|
1
|
+
{
|
2
|
+
"data": [
|
3
|
+
{
|
4
|
+
"category": "Book",
|
5
|
+
"name": "ハーバード流宴会術",
|
6
|
+
"id": "502554316442433",
|
7
|
+
"created_time": "2012-12-31T14:25:59+0000"
|
8
|
+
},
|
9
|
+
{
|
10
|
+
"category": "Food/beverages",
|
11
|
+
"name": "淡麗グリーンラベル / GREEN LABEL (GL)",
|
12
|
+
"id": "211951022213458",
|
13
|
+
"created_time": "2012-10-24T22:50:13+0000"
|
14
|
+
},
|
15
|
+
{
|
16
|
+
"category": "Food/beverages",
|
17
|
+
"name": "キリンビール / KIRIN BEER",
|
18
|
+
"id": "201158866650814",
|
19
|
+
"created_time": "2012-10-23T13:10:22+0000"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"category": "Food/beverages",
|
23
|
+
"name": "キリン のどごし<生> / NODOGOSHI NAMA",
|
24
|
+
"id": "333942746646419",
|
25
|
+
"created_time": "2012-10-23T13:06:41+0000"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"category": "Product/service",
|
29
|
+
"name": "HP Japan (日本ヒューレット・パッカード)",
|
30
|
+
"id": "163371267039313",
|
31
|
+
"created_time": "2012-10-23T12:59:01+0000"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"category": "Other",
|
35
|
+
"name": "Totoro Crewneck Sweatshirt",
|
36
|
+
"id": "205806896115987",
|
37
|
+
"created_time": "2012-09-10T05:03:08+0000"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"category": "Computers/technology",
|
41
|
+
"name": "Dell",
|
42
|
+
"id": "393364824033060",
|
43
|
+
"created_time": "2012-08-08T01:32:23+0000"
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"category": "Community",
|
47
|
+
"name": "バリが好き!",
|
48
|
+
"id": "345856028769583",
|
49
|
+
"created_time": "2012-08-05T06:50:11+0000"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"category": "Food/beverages",
|
53
|
+
"name": "ケンタッキーフライドチキン(KFC_JAPAN)",
|
54
|
+
"id": "154647221270869",
|
55
|
+
"created_time": "2012-07-21T02:49:40+0000"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"category": "Restaurant/cafe",
|
59
|
+
"name": "GuildCafe Costa(ギルドカフェ コスタ)",
|
60
|
+
"id": "144762495615501",
|
61
|
+
"created_time": "2012-07-20T05:10:55+0000"
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"category": "Computers/internet website",
|
65
|
+
"name": "Qiita(キータ)",
|
66
|
+
"id": "223678721001308",
|
67
|
+
"created_time": "2012-06-22T09:31:36+0000"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"category": "Food/beverages",
|
71
|
+
"name": "Budweiser Japan",
|
72
|
+
"id": "357661894265018",
|
73
|
+
"created_time": "2012-06-18T14:06:14+0000"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"category": "Train station",
|
77
|
+
"name": "Tosu Station",
|
78
|
+
"id": "109479719134342",
|
79
|
+
"created_time": "2012-06-16T21:30:44+0000"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"category": "Games/toys",
|
83
|
+
"name": "プレミアムバンダイ",
|
84
|
+
"id": "440776565939474",
|
85
|
+
"created_time": "2012-06-16T02:49:47+0000"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"category": "Travel/leisure",
|
89
|
+
"name": "Jetstar Japan",
|
90
|
+
"id": "127558453993821",
|
91
|
+
"created_time": "2012-06-16T02:48:41+0000"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"category": "Shopping/retail",
|
95
|
+
"name": "ベルメゾン(bellemaison)",
|
96
|
+
"id": "133749466692258",
|
97
|
+
"created_time": "2012-05-24T12:20:55+0000"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"category": "Games/toys",
|
101
|
+
"name": "株式会社ペーパーボーヤ",
|
102
|
+
"id": "356115034400853",
|
103
|
+
"created_time": "2012-04-27T04:19:20+0000"
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"category": "Computers/internet website",
|
107
|
+
"name": "MuuMuu Domain",
|
108
|
+
"id": "338604212826220",
|
109
|
+
"created_time": "2012-04-17T05:43:32+0000"
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"category": "Personal blog",
|
113
|
+
"name": "Lang-8 - Multi-lingual language learning and language exchange Lang-8",
|
114
|
+
"id": "258463274215038",
|
115
|
+
"created_time": "2012-03-29T04:39:14+0000"
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"category": "App page",
|
119
|
+
"name": "MONIPLA モニプラ",
|
120
|
+
"id": "282371121817533",
|
121
|
+
"created_time": "2012-03-20T13:02:14+0000"
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"category": "Computers/internet website",
|
125
|
+
"name": "ザ・インタビューズ",
|
126
|
+
"id": "254303644581572",
|
127
|
+
"created_time": "2012-03-19T07:38:02+0000"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"category": "Local business",
|
131
|
+
"name": "Bar Applautir",
|
132
|
+
"id": "264802866870838",
|
133
|
+
"created_time": "2012-03-15T22:56:24+0000"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"category": "City",
|
137
|
+
"name": "Tosu-shi, Saga, Japan",
|
138
|
+
"id": "194089697294217",
|
139
|
+
"created_time": "2012-03-11T09:49:42+0000"
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"category": "City",
|
143
|
+
"name": "Tosu-shi, Saga, Japan",
|
144
|
+
"id": "125808504153906",
|
145
|
+
"created_time": "2012-03-11T09:49:32+0000"
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"category": "Product/service",
|
149
|
+
"name": "ムームードメイン",
|
150
|
+
"id": "137163606330714",
|
151
|
+
"created_time": "2012-02-14T06:06:35+0000"
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"category": "Product/service",
|
155
|
+
"name": "ロリポップ!レンタルサーバー",
|
156
|
+
"id": "135553756497473",
|
157
|
+
"created_time": "2012-02-14T06:03:38+0000"
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"category": "Product/service",
|
161
|
+
"name": "picplz",
|
162
|
+
"id": "131637400184101",
|
163
|
+
"created_time": "2012-02-07T07:04:53+0000"
|
164
|
+
},
|
165
|
+
{
|
166
|
+
"category": "University",
|
167
|
+
"name": "佐賀大学",
|
168
|
+
"id": "108481702517215",
|
169
|
+
"created_time": "2012-01-24T21:51:48+0000"
|
170
|
+
},
|
171
|
+
{
|
172
|
+
"category": "Music",
|
173
|
+
"name": "相対性理論",
|
174
|
+
"id": "107385249293113",
|
175
|
+
"created_time": "2012-01-23T13:19:12+0000"
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"category": "Recreation/sports website",
|
179
|
+
"name": "テニス好き",
|
180
|
+
"id": "129620843732991",
|
181
|
+
"created_time": "2012-01-19T15:38:46+0000"
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"category": "App page",
|
185
|
+
"name": "Twitter",
|
186
|
+
"id": "278029242253904",
|
187
|
+
"created_time": "2012-01-14T11:53:05+0000"
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"category": "Games/toys",
|
191
|
+
"name": "Fieldrunners",
|
192
|
+
"id": "214341951931312",
|
193
|
+
"created_time": "2012-01-02T03:09:45+0000"
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"category": "Athlete",
|
197
|
+
"name": "杉内俊哉",
|
198
|
+
"id": "109703739101363",
|
199
|
+
"created_time": "2011-12-15T07:03:45+0000"
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"category": "Product/service",
|
203
|
+
"name": "Famiポートクーポン",
|
204
|
+
"id": "247088715345545",
|
205
|
+
"created_time": "2011-11-22T14:03:08+0000"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"category": "Product/service",
|
209
|
+
"name": "ペイパル(PayPal) 日本語",
|
210
|
+
"id": "252040838174046",
|
211
|
+
"created_time": "2011-11-15T02:47:01+0000"
|
212
|
+
},
|
213
|
+
{
|
214
|
+
"category": "Internet/software",
|
215
|
+
"name": "Paperboy&co.",
|
216
|
+
"id": "164489816910252",
|
217
|
+
"created_time": "2011-11-06T01:47:47+0000"
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"category": "Software",
|
221
|
+
"name": "Sleipnir Mobile",
|
222
|
+
"id": "201886329857138",
|
223
|
+
"created_time": "2011-11-02T00:47:39+0000"
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"category": "Website",
|
227
|
+
"name": "Google+",
|
228
|
+
"id": "212635448777769",
|
229
|
+
"created_time": "2011-10-18T12:52:48+0000"
|
230
|
+
},
|
231
|
+
{
|
232
|
+
"category": "Food/beverages",
|
233
|
+
"name": "鉄板焼 虎鉄",
|
234
|
+
"id": "171325002945236",
|
235
|
+
"created_time": "2011-10-02T00:08:37+0000"
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"category": "Book",
|
239
|
+
"name": "Fermat's last theorem",
|
240
|
+
"id": "103727182998904",
|
241
|
+
"created_time": "2011-10-01T00:36:56+0000"
|
242
|
+
},
|
243
|
+
{
|
244
|
+
"category": "Internet/software",
|
245
|
+
"name": "Bitcasa",
|
246
|
+
"id": "229343240413914",
|
247
|
+
"created_time": "2011-09-30T22:39:18+0000"
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"category": "Shopping/retail",
|
251
|
+
"name": "鳥栖プレミアム・アウトレット",
|
252
|
+
"id": "180566355323557",
|
253
|
+
"created_time": "2011-09-11T02:45:56+0000"
|
254
|
+
},
|
255
|
+
{
|
256
|
+
"category": "Local business",
|
257
|
+
"name": "山茶花の湯",
|
258
|
+
"id": "121426571273826",
|
259
|
+
"created_time": "2011-09-11T02:45:43+0000"
|
260
|
+
},
|
261
|
+
{
|
262
|
+
"category": "Album",
|
263
|
+
"name": "アメイジング・グレイス",
|
264
|
+
"id": "198626506835976",
|
265
|
+
"created_time": "2011-08-21T14:21:27+0000"
|
266
|
+
},
|
267
|
+
{
|
268
|
+
"category": "Games/toys",
|
269
|
+
"name": "【公式】 ラグナロクオンライン (RagnarokOnline)",
|
270
|
+
"id": "139408469460886",
|
271
|
+
"created_time": "2011-07-24T07:27:09+0000"
|
272
|
+
},
|
273
|
+
{
|
274
|
+
"category": "Website",
|
275
|
+
"name": "Lang-8",
|
276
|
+
"id": "27566414308",
|
277
|
+
"created_time": "2011-07-18T00:34:38+0000"
|
278
|
+
},
|
279
|
+
{
|
280
|
+
"category": "Athlete",
|
281
|
+
"name": "本多雄一",
|
282
|
+
"id": "163588667022858",
|
283
|
+
"created_time": "2011-06-30T22:27:46+0000"
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"category": "Interest",
|
287
|
+
"name": "HTML5",
|
288
|
+
"id": "111131545573950",
|
289
|
+
"created_time": "2011-06-17T11:47:51+0000"
|
290
|
+
},
|
291
|
+
{
|
292
|
+
"category": "Website",
|
293
|
+
"name": "デザインどや!?",
|
294
|
+
"id": "154586684574084",
|
295
|
+
"created_time": "2011-06-17T11:43:32+0000"
|
296
|
+
},
|
297
|
+
{
|
298
|
+
"category": "Website",
|
299
|
+
"name": "Redmine.JP",
|
300
|
+
"id": "179740128733126",
|
301
|
+
"created_time": "2011-06-14T03:26:18+0000"
|
302
|
+
},
|
303
|
+
{
|
304
|
+
"category": "Retail and consumer merchandise",
|
305
|
+
"name": "ローソン(LAWSON)",
|
306
|
+
"id": "141575369223202",
|
307
|
+
"created_time": "2011-06-14T00:24:21+0000"
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"category": "Food/beverages",
|
311
|
+
"name": "Oreo",
|
312
|
+
"id": "114998944652",
|
313
|
+
"created_time": "2011-06-09T14:17:17+0000"
|
314
|
+
},
|
315
|
+
{
|
316
|
+
"category": "Website",
|
317
|
+
"name": "GitHub",
|
318
|
+
"id": "50595864761",
|
319
|
+
"created_time": "2011-06-09T13:38:18+0000"
|
320
|
+
},
|
321
|
+
{
|
322
|
+
"category": "Product/service",
|
323
|
+
"name": "YouTube",
|
324
|
+
"id": "7270241753",
|
325
|
+
"created_time": "2011-05-29T13:53:31+0000"
|
326
|
+
},
|
327
|
+
{
|
328
|
+
"category": "Movie",
|
329
|
+
"name": "Pirates of the Caribbean",
|
330
|
+
"id": "113294925350820",
|
331
|
+
"created_time": "2011-05-28T05:27:37+0000"
|
332
|
+
},
|
333
|
+
{
|
334
|
+
"category": "University",
|
335
|
+
"name": "Saga University",
|
336
|
+
"id": "175530915830466",
|
337
|
+
"created_time": "2011-05-09T21:46:24+0000"
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"category": "Food/beverages",
|
341
|
+
"name": "Starbucks",
|
342
|
+
"id": "22092443056",
|
343
|
+
"created_time": "2011-05-05T00:56:27+0000"
|
344
|
+
},
|
345
|
+
{
|
346
|
+
"category": "Product/service",
|
347
|
+
"name": "Python",
|
348
|
+
"id": "7899581788",
|
349
|
+
"created_time": "2011-04-27T13:06:09+0000"
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"category": "Computers/technology",
|
353
|
+
"name": "Sencha",
|
354
|
+
"id": "96223925772",
|
355
|
+
"created_time": "2011-04-27T13:05:52+0000"
|
356
|
+
},
|
357
|
+
{
|
358
|
+
"category": "Software",
|
359
|
+
"name": "Drop box",
|
360
|
+
"id": "203139096366715",
|
361
|
+
"created_time": "2011-04-24T06:03:34+0000"
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"category": "App page",
|
365
|
+
"name": "Duolingo",
|
366
|
+
"id": "141935472517297",
|
367
|
+
"created_time": "2011-04-18T14:25:22+0000"
|
368
|
+
},
|
369
|
+
{
|
370
|
+
"category": "Internet/software",
|
371
|
+
"name": "Evernote",
|
372
|
+
"id": "30670583128",
|
373
|
+
"created_time": "2011-04-17T01:00:17+0000"
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"category": "Movie",
|
377
|
+
"name": "Spirited Away",
|
378
|
+
"id": "203626029661637",
|
379
|
+
"created_time": "2011-04-17T01:00:05+0000"
|
380
|
+
},
|
381
|
+
{
|
382
|
+
"category": "Product/service",
|
383
|
+
"name": "Wondershake",
|
384
|
+
"id": "173503599328820",
|
385
|
+
"created_time": "2011-04-16T05:41:21+0000"
|
386
|
+
},
|
387
|
+
{
|
388
|
+
"category": "Non-profit organization",
|
389
|
+
"name": "Wikipedia",
|
390
|
+
"id": "33138223345",
|
391
|
+
"created_time": "2011-04-03T13:41:06+0000"
|
392
|
+
},
|
393
|
+
{
|
394
|
+
"category": "Tv show",
|
395
|
+
"name": "Trick",
|
396
|
+
"id": "103099519730906",
|
397
|
+
"created_time": "2011-03-12T10:40:59+0000"
|
398
|
+
},
|
399
|
+
{
|
400
|
+
"category": "Website",
|
401
|
+
"name": "Prezi",
|
402
|
+
"id": "112328688779697",
|
403
|
+
"created_time": "2011-03-07T11:52:54+0000"
|
404
|
+
},
|
405
|
+
{
|
406
|
+
"category": "Tv show",
|
407
|
+
"name": "プラネテス",
|
408
|
+
"id": "108476639183522",
|
409
|
+
"created_time": "2011-03-05T16:21:07+0000"
|
410
|
+
},
|
411
|
+
{
|
412
|
+
"category": "Interest",
|
413
|
+
"name": "Ragnarok Online",
|
414
|
+
"id": "106183502746449",
|
415
|
+
"created_time": "2011-03-05T11:42:16+0000"
|
416
|
+
},
|
417
|
+
{
|
418
|
+
"category": "Games/toys",
|
419
|
+
"name": "Ragnarok Online",
|
420
|
+
"id": "104371079730",
|
421
|
+
"created_time": "2011-03-05T11:41:37+0000"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"category": "Product/service",
|
425
|
+
"name": "Tポイント",
|
426
|
+
"id": "100347396709910",
|
427
|
+
"created_time": "2011-03-05T04:31:50+0000"
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"category": "Community",
|
431
|
+
"name": "Nozomi Sasaki 佐々木希",
|
432
|
+
"id": "119371988099928",
|
433
|
+
"created_time": "2011-02-26T12:38:34+0000"
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"category": "Product/service",
|
437
|
+
"name": "Skype",
|
438
|
+
"id": "29282006975",
|
439
|
+
"created_time": "2011-02-19T09:28:52+0000"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"category": "Company",
|
443
|
+
"name": "TechCrunch",
|
444
|
+
"id": "8062627951",
|
445
|
+
"created_time": "2011-02-19T05:18:02+0000"
|
446
|
+
},
|
447
|
+
{
|
448
|
+
"category": "Software",
|
449
|
+
"name": "Google Chrome",
|
450
|
+
"id": "321662419491",
|
451
|
+
"created_time": "2011-02-19T03:58:34+0000"
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"category": "Product/service",
|
455
|
+
"name": "Picasa",
|
456
|
+
"id": "115795241798996",
|
457
|
+
"created_time": "2011-02-13T15:02:43+0000"
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"category": "Media/news/publishing",
|
461
|
+
"name": "VOA Learning English (Special English)",
|
462
|
+
"id": "103481483020802",
|
463
|
+
"created_time": "2011-02-13T13:54:40+0000"
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"category": "Website",
|
467
|
+
"name": "Gmail",
|
468
|
+
"id": "5654204293",
|
469
|
+
"created_time": "2011-02-11T12:40:48+0000"
|
470
|
+
},
|
471
|
+
{
|
472
|
+
"category": "Software",
|
473
|
+
"name": "Adobe After Effects",
|
474
|
+
"id": "8932638546",
|
475
|
+
"created_time": "2011-02-05T14:26:00+0000"
|
476
|
+
},
|
477
|
+
{
|
478
|
+
"category": "Movie",
|
479
|
+
"name": "Harry Potter",
|
480
|
+
"id": "156794164312",
|
481
|
+
"created_time": "2011-02-01T11:14:39+0000"
|
482
|
+
},
|
483
|
+
{
|
484
|
+
"category": "Cars",
|
485
|
+
"name": "Toyota WiLL",
|
486
|
+
"id": "123784617668016",
|
487
|
+
"created_time": "2011-01-31T12:23:39+0000"
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"category": "Interest",
|
491
|
+
"name": "Hamilton Island",
|
492
|
+
"id": "106049699425802",
|
493
|
+
"created_time": "2011-01-31T12:11:19+0000"
|
494
|
+
},
|
495
|
+
{
|
496
|
+
"category": "Movie",
|
497
|
+
"name": "魔女の宅急便",
|
498
|
+
"id": "114297918587325",
|
499
|
+
"created_time": "2011-01-30T12:44:32+0000"
|
500
|
+
},
|
501
|
+
{
|
502
|
+
"category": "Interest",
|
503
|
+
"name": "Toyota Vitz",
|
504
|
+
"id": "109545409071249",
|
505
|
+
"created_time": "2011-01-29T05:33:06+0000"
|
506
|
+
},
|
507
|
+
{
|
508
|
+
"category": "Musician/band",
|
509
|
+
"name": "Mr.Children",
|
510
|
+
"id": "27299967587",
|
511
|
+
"created_time": "2011-01-29T05:05:32+0000"
|
512
|
+
},
|
513
|
+
{
|
514
|
+
"category": "Interest",
|
515
|
+
"name": "Age of Empires II: The Conquerors",
|
516
|
+
"id": "107754125914755",
|
517
|
+
"created_time": "2011-01-28T12:38:17+0000"
|
518
|
+
},
|
519
|
+
{
|
520
|
+
"category": "Software",
|
521
|
+
"name": "Adobe Photoshop",
|
522
|
+
"id": "6147239684",
|
523
|
+
"created_time": "2011-01-27T14:52:06+0000"
|
524
|
+
},
|
525
|
+
{
|
526
|
+
"category": "Tv show",
|
527
|
+
"name": "ONE PIECE",
|
528
|
+
"id": "485359835553",
|
529
|
+
"created_time": "2011-01-27T13:11:08+0000"
|
530
|
+
},
|
531
|
+
{
|
532
|
+
"category": "Musician/band",
|
533
|
+
"name": "Avril Lavigne",
|
534
|
+
"id": "5413509299",
|
535
|
+
"created_time": "2011-01-26T13:21:42+0000"
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"category": "Interest",
|
539
|
+
"name": "Studio Ghibli",
|
540
|
+
"id": "107958892566097",
|
541
|
+
"created_time": "2011-01-16T02:19:32+0000"
|
542
|
+
},
|
543
|
+
{
|
544
|
+
"category": "Movie",
|
545
|
+
"name": "となりのトトロ",
|
546
|
+
"id": "116314101712416",
|
547
|
+
"created_time": "2011-01-16T02:16:12+0000"
|
548
|
+
},
|
549
|
+
{
|
550
|
+
"category": "School",
|
551
|
+
"name": "鳥栖高等学校",
|
552
|
+
"id": "111926755491857",
|
553
|
+
"created_time": "2011-01-15T13:51:03+0000"
|
554
|
+
},
|
555
|
+
{
|
556
|
+
"category": "Interest",
|
557
|
+
"name": "Open source",
|
558
|
+
"id": "104099422960739",
|
559
|
+
"created_time": "2011-01-15T13:44:57+0000"
|
560
|
+
},
|
561
|
+
{
|
562
|
+
"category": "Interest",
|
563
|
+
"name": "CakePHP",
|
564
|
+
"id": "112600242088531",
|
565
|
+
"created_time": "2011-01-15T13:44:57+0000"
|
566
|
+
},
|
567
|
+
{
|
568
|
+
"category": "Interest",
|
569
|
+
"name": "Android",
|
570
|
+
"id": "103818329656399",
|
571
|
+
"created_time": "2011-01-15T13:44:57+0000"
|
572
|
+
},
|
573
|
+
{
|
574
|
+
"category": "City",
|
575
|
+
"name": "Tosu-shi, Saga, Japan",
|
576
|
+
"id": "103137006393418",
|
577
|
+
"created_time": "2011-01-15T13:11:06+0000"
|
578
|
+
},
|
579
|
+
{
|
580
|
+
"category": "City",
|
581
|
+
"name": "Saga-shi, Saga, Japan",
|
582
|
+
"id": "112012015477739",
|
583
|
+
"created_time": "2011-01-15T13:08:44+0000"
|
584
|
+
},
|
585
|
+
{
|
586
|
+
"category": "Professional sports team",
|
587
|
+
"name": "Fukuoka SoftBank Hawks",
|
588
|
+
"id": "114309715246578",
|
589
|
+
"created_time": "2011-01-10T01:17:34+0000"
|
590
|
+
},
|
591
|
+
{
|
592
|
+
"category": "City",
|
593
|
+
"name": "Yoshinogari, Saga",
|
594
|
+
"id": "104049102966917",
|
595
|
+
"created_time": "2011-01-10T01:05:27+0000"
|
596
|
+
},
|
597
|
+
{
|
598
|
+
"category": "Computers/internet website",
|
599
|
+
"name": "Facebook Japan",
|
600
|
+
"id": "365989369023",
|
601
|
+
"created_time": "2010-11-10T11:21:08+0000"
|
602
|
+
},
|
603
|
+
{
|
604
|
+
"category": "Tv",
|
605
|
+
"name": "めちゃイケ",
|
606
|
+
"id": "101970273174844",
|
607
|
+
"created_time": "2010-11-03T12:03:19+0000"
|
608
|
+
},
|
609
|
+
{
|
610
|
+
"category": "Musician/band",
|
611
|
+
"name": "Bump of Chicken",
|
612
|
+
"id": "105637172802093",
|
613
|
+
"created_time": "2010-11-03T12:03:19+0000"
|
614
|
+
},
|
615
|
+
{
|
616
|
+
"category": "Musician/band",
|
617
|
+
"name": "スピッツ",
|
618
|
+
"id": "115579085122592",
|
619
|
+
"created_time": "2010-11-03T12:03:19+0000"
|
620
|
+
},
|
621
|
+
{
|
622
|
+
"category": "Interest",
|
623
|
+
"name": "テニス",
|
624
|
+
"id": "408047810925",
|
625
|
+
"created_time": "2010-11-03T12:03:19+0000"
|
626
|
+
},
|
627
|
+
{
|
628
|
+
"category": "Interest",
|
629
|
+
"name": "プログラミング",
|
630
|
+
"id": "409256310548",
|
631
|
+
"created_time": "2010-11-03T12:03:18+0000"
|
632
|
+
},
|
633
|
+
{
|
634
|
+
"category": "Interest",
|
635
|
+
"name": "野球観戦",
|
636
|
+
"id": "371256447599",
|
637
|
+
"created_time": "2010-11-03T12:03:18+0000"
|
638
|
+
}
|
639
|
+
],
|
640
|
+
"paging": {
|
641
|
+
"next": "https://graph.facebook.com/100001529256922/likes?limit=5000&offset=5000&__after_id=371256447599"
|
642
|
+
}
|
643
|
+
}
|