fb_graph-mock 0.0.0

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.
Files changed (223) hide show
  1. data/.gitignore +18 -0
  2. data/Gemfile +2 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +29 -0
  5. data/Rakefile +19 -0
  6. data/VERSION +1 -0
  7. data/fb_graph-mock.gemspec +18 -0
  8. data/lib/fb_graph/mock.rb +112 -0
  9. data/mock_json/.gitkeep +0 -0
  10. data/mock_json/ad_accounts/ad_campaign_stats/test_ad_campaign_stats.json +42 -0
  11. data/mock_json/ad_accounts/ad_campaigns/post_with_redownload.json +19 -0
  12. data/mock_json/ad_accounts/ad_campaigns/post_with_valid_access_token.json +3 -0
  13. data/mock_json/ad_accounts/ad_connection_objects/test_connection_objects.json +34 -0
  14. data/mock_json/ad_accounts/ad_group_stats/test_ad_group_stats.json +62 -0
  15. data/mock_json/ad_accounts/ad_groups/post_with_redownload.json +51 -0
  16. data/mock_json/ad_accounts/ad_groups/post_with_valid_access_token.json +1 -0
  17. data/mock_json/ad_accounts/broad_targeting_categories/test_bct.json +19 -0
  18. data/mock_json/ad_accounts/previews/test_ad_previews.json +7 -0
  19. data/mock_json/ad_accounts/reach_estimates/test_reach_estimates.json +31 -0
  20. data/mock_json/ad_accounts/test_ad_account.json +37 -0
  21. data/mock_json/ad_campaigns/ad_groups/22334455_ad_groups.json +67 -0
  22. data/mock_json/ad_campaigns/test_ad_campaign.json +11 -0
  23. data/mock_json/ad_campaigns/test_ad_campaign_update_with_redownload.json +19 -0
  24. data/mock_json/ad_creatives/test_ad_creative.json +16 -0
  25. data/mock_json/ad_groups/ad_creatives/22334455_ad_creatives.json +18 -0
  26. data/mock_json/ad_groups/test_ad_group.json +14 -0
  27. data/mock_json/ad_groups/test_ad_group_update_with_redownload.json +51 -0
  28. data/mock_json/ad_keyword_suggestions/buffy_suggestions.json +40 -0
  29. data/mock_json/ad_keyword_valids/tige_search.json +14 -0
  30. data/mock_json/ad_keywords/buffy_search.json +42 -0
  31. data/mock_json/albums/photos/matake_private.json +97 -0
  32. data/mock_json/albums/photos/post_with_valid_access_token.json +1 -0
  33. data/mock_json/albums/picture/success.json +5 -0
  34. data/mock_json/app_token_response.json +1 -0
  35. data/mock_json/applications/accounts/private.json +9 -0
  36. data/mock_json/applications/achievements/sample.json +24 -0
  37. data/mock_json/applications/banned/banned_user.json +9 -0
  38. data/mock_json/applications/banned/list.json +13 -0
  39. data/mock_json/applications/fbgraphsample.json +13 -0
  40. data/mock_json/applications/payments/sample.json +25 -0
  41. data/mock_json/applications/roles/list.json +1 -0
  42. data/mock_json/applications/subscriptions/fb_graph_private.json +12 -0
  43. data/mock_json/applications/test_users/created.json +5 -0
  44. data/mock_json/applications/test_users/private.json +14 -0
  45. data/mock_json/blank.json +0 -0
  46. data/mock_json/checkins/search_private.json +54 -0
  47. data/mock_json/checkins/search_public.json +6 -0
  48. data/mock_json/domains/search_public.json +10 -0
  49. data/mock_json/empty.json +1 -0
  50. data/mock_json/events/attending/post_with_valid_access_token.json +1 -0
  51. data/mock_json/events/attending/smartday_private.json +44 -0
  52. data/mock_json/events/declined/post_with_valid_access_token.json +1 -0
  53. data/mock_json/events/declined/smartday_private.json +720 -0
  54. data/mock_json/events/invited/attending.json +7 -0
  55. data/mock_json/events/invited/declined.json +7 -0
  56. data/mock_json/events/invited/not_replied.json +7 -0
  57. data/mock_json/events/invited/smartday_private.json +7092 -0
  58. data/mock_json/events/invited/unsure.json +7 -0
  59. data/mock_json/events/maybe/post_with_valid_access_token.json +1 -0
  60. data/mock_json/events/maybe/smartday_private.json +956 -0
  61. data/mock_json/events/noreply/smartday_private.json +896 -0
  62. data/mock_json/events/with_venue_as_page.json +17 -0
  63. data/mock_json/friend_lists/members/sample.json +82 -0
  64. data/mock_json/groups/docs/private.json +31 -0
  65. data/mock_json/groups/members/emacs_private.json +1996 -0
  66. data/mock_json/open_graph/created.json +1 -0
  67. data/mock_json/open_graph/custom_actions.json +62 -0
  68. data/mock_json/open_graph/play_actions.json +89 -0
  69. data/mock_json/pages/admins/blank.json +3 -0
  70. data/mock_json/pages/admins/sample.json +8 -0
  71. data/mock_json/pages/blocked/create.json +1 -0
  72. data/mock_json/pages/blocked/index.json +10 -0
  73. data/mock_json/pages/blocked/show_blocked.json +6 -0
  74. data/mock_json/pages/blocked/show_non_blocked.json +1 -0
  75. data/mock_json/pages/categories/local_business.json +56 -0
  76. data/mock_json/pages/categories/local_business_fixnum.json +56 -0
  77. data/mock_json/pages/categories/movie.json +15 -0
  78. data/mock_json/pages/categories/music.json +16 -0
  79. data/mock_json/pages/categories/person.json +12 -0
  80. data/mock_json/pages/categories/product.json +15 -0
  81. data/mock_json/pages/checkins/gowalla_private.json +113 -0
  82. data/mock_json/pages/checkins/gowalla_public.json +6 -0
  83. data/mock_json/pages/conversations/list.json +83 -0
  84. data/mock_json/pages/insights/FbGraph_private.json +858 -0
  85. data/mock_json/pages/insights/FbGraph_public.json +6 -0
  86. data/mock_json/pages/insights/page_like_adds/FbGraph_private.json +28 -0
  87. data/mock_json/pages/insights/page_like_adds/day/FbGraph_private.json +28 -0
  88. data/mock_json/pages/milestones/created.json +1 -0
  89. data/mock_json/pages/milestones/list.json +103 -0
  90. data/mock_json/pages/notes/post_with_valid_access_token.json +1 -0
  91. data/mock_json/pages/platform_private.json +13 -0
  92. data/mock_json/pages/platform_public.json +18 -0
  93. data/mock_json/pages/promotable_posts/sample.json +168 -0
  94. data/mock_json/pages/search_fb_graph.json +9 -0
  95. data/mock_json/pages/search_google.json +133 -0
  96. data/mock_json/pages/settings/all_enabled.json +20 -0
  97. data/mock_json/pages/settings/sample.json +20 -0
  98. data/mock_json/pages/statuses/platform_private.json +258 -0
  99. data/mock_json/pages/statuses/platform_public.json +6 -0
  100. data/mock_json/pages/tabs/blank.json +3 -0
  101. data/mock_json/pages/tabs/fb_graph.json +28 -0
  102. data/mock_json/pages/tabs/wall.json +12 -0
  103. data/mock_json/pages/with_token.json +1 -0
  104. data/mock_json/photos/sample.json +270 -0
  105. data/mock_json/photos/with_tags.json +46 -0
  106. data/mock_json/posts/comments/post_with_invalid_access_token.json +1 -0
  107. data/mock_json/posts/comments/post_with_valid_access_token.json +1 -0
  108. data/mock_json/posts/comments/post_without_access_token.json +1 -0
  109. data/mock_json/posts/liked_by_page.json +35 -0
  110. data/mock_json/posts/likes/post_with_invalid_access_token.json +1 -0
  111. data/mock_json/posts/likes/post_with_valid_access_token.json +1 -0
  112. data/mock_json/posts/likes/post_without_access_token.json +1 -0
  113. data/mock_json/posts/no_comments.json +30 -0
  114. data/mock_json/posts/platform_private.json +96 -0
  115. data/mock_json/posts/platform_public.json +60 -0
  116. data/mock_json/posts/to_application.json +17 -0
  117. data/mock_json/posts/to_event.json +20 -0
  118. data/mock_json/posts/to_group.json +78 -0
  119. data/mock_json/posts/with_message.json +40 -0
  120. data/mock_json/posts/with_place.json +33 -0
  121. data/mock_json/posts/with_story.json +28 -0
  122. data/mock_json/query/user/multi_query.json +14 -0
  123. data/mock_json/query/user/with_invalid_token.json +1 -0
  124. data/mock_json/query/user/with_valid_token.json +1 -0
  125. data/mock_json/query/user/without_token.json +1 -0
  126. data/mock_json/questions/options/matake_private.json +52 -0
  127. data/mock_json/questions/options/votes/matake_private.json +15 -0
  128. data/mock_json/statuses/with_likes.json +17 -0
  129. data/mock_json/success.json +1 -0
  130. data/mock_json/thread/former_participants/private.json +14 -0
  131. data/mock_json/thread/messages/created.json +1 -0
  132. data/mock_json/thread/messages/private.json +43 -0
  133. data/mock_json/thread/participants/private.json +14 -0
  134. data/mock_json/thread/senders/private.json +14 -0
  135. data/mock_json/token_introspection/invalid.json +15 -0
  136. data/mock_json/token_introspection/valid.json +10 -0
  137. data/mock_json/token_response.json +1 -0
  138. data/mock_json/token_with_expiry.json +1 -0
  139. data/mock_json/true.json +1 -0
  140. data/mock_json/users/accounts/matake_private.json +157 -0
  141. data/mock_json/users/accounts/matake_private_with_manage_pages_permission.json +16 -0
  142. data/mock_json/users/accounts/matake_public.json +6 -0
  143. data/mock_json/users/activities/arjun_private.json +24 -0
  144. data/mock_json/users/activities/arjun_public.json +6 -0
  145. data/mock_json/users/ad_accounts/me_ad_accounts.json +28 -0
  146. data/mock_json/users/albums/matake_private.json +36 -0
  147. data/mock_json/users/albums/matake_public.json +6 -0
  148. data/mock_json/users/albums/post_with_valid_access_token.json +1 -0
  149. data/mock_json/users/app_requests/created.json +1 -0
  150. data/mock_json/users/app_requests/me_private.json +40 -0
  151. data/mock_json/users/arjun_private.json +109 -0
  152. data/mock_json/users/arjun_public.json +12 -0
  153. data/mock_json/users/books/matake_private.json +9 -0
  154. data/mock_json/users/books/matake_public.json +6 -0
  155. data/mock_json/users/checkins/mattt_private.json +389 -0
  156. data/mock_json/users/checkins/mattt_public.json +6 -0
  157. data/mock_json/users/checkins/posted.json +1 -0
  158. data/mock_json/users/events/matake_private.json +71 -0
  159. data/mock_json/users/events/matake_public.json +6 -0
  160. data/mock_json/users/events/post_with_valid_access_token.json +1 -0
  161. data/mock_json/users/family/family_without_access_token.json +6 -0
  162. data/mock_json/users/family/me_public.json +19 -0
  163. data/mock_json/users/feed/arjun_private.json +508 -0
  164. data/mock_json/users/feed/arjun_public.json +508 -0
  165. data/mock_json/users/feed/post_with_invalid_access_token.json +1 -0
  166. data/mock_json/users/feed/post_with_valid_access_token.json +1 -0
  167. data/mock_json/users/feed/post_without_access_token.json +1 -0
  168. data/mock_json/users/friend_lists/created.json +1 -0
  169. data/mock_json/users/friend_lists/matake.json +20 -0
  170. data/mock_json/users/friend_requests/sample.json +19 -0
  171. data/mock_json/users/friends/arjun_private.json +6 -0
  172. data/mock_json/users/friends/arjun_public.json +6 -0
  173. data/mock_json/users/friends/me_private.json +524 -0
  174. data/mock_json/users/friends/me_public.json +6 -0
  175. data/mock_json/users/games/matake_private.json +10 -0
  176. data/mock_json/users/groups/matake_private.json +48 -0
  177. data/mock_json/users/groups/matake_public.json +6 -0
  178. data/mock_json/users/home/arjun_private.json +6 -0
  179. data/mock_json/users/home/arjun_public.json +6 -0
  180. data/mock_json/users/home/me_private.json +438 -0
  181. data/mock_json/users/home/me_private_next.json +357 -0
  182. data/mock_json/users/home/me_private_previous.json +35 -0
  183. data/mock_json/users/home/me_public.json +6 -0
  184. data/mock_json/users/inbox/before_transition.json +37 -0
  185. data/mock_json/users/interests/matake_private.json +14 -0
  186. data/mock_json/users/likes/arjun_private.json +1394 -0
  187. data/mock_json/users/likes/arjun_public.json +6 -0
  188. data/mock_json/users/likes/fb_graph.json +1 -0
  189. data/mock_json/users/likes/poken.json +1 -0
  190. data/mock_json/users/links/matake_private.json +221 -0
  191. data/mock_json/users/links/post_with_valid_access_token.json +1 -0
  192. data/mock_json/users/me_private.json +233 -0
  193. data/mock_json/users/me_public.json +6 -0
  194. data/mock_json/users/movies/matake_private.json +9 -0
  195. data/mock_json/users/music/matake_private.json +34 -0
  196. data/mock_json/users/mutual_friends/me_and_agektmr.json +126 -0
  197. data/mock_json/users/notes/matake_private.json +308 -0
  198. data/mock_json/users/notifications/all.json +407 -0
  199. data/mock_json/users/outbox/me_private.json +37 -0
  200. data/mock_json/users/permissions/me_private.json +70 -0
  201. data/mock_json/users/picture/success.json +6 -0
  202. data/mock_json/users/pokes/sample.json +1 -0
  203. data/mock_json/users/posts/arjun_private.json +373 -0
  204. data/mock_json/users/posts/arjun_public.json +373 -0
  205. data/mock_json/users/questions/created.json +1 -0
  206. data/mock_json/users/questions/sample.json +465 -0
  207. data/mock_json/users/scores/sample.json +14 -0
  208. data/mock_json/users/statuses/arjun_private.json +233 -0
  209. data/mock_json/users/statuses/arjun_public.json +6 -0
  210. data/mock_json/users/subscribed_to/sample.json +11 -0
  211. data/mock_json/users/subscribers/sample.json +15 -0
  212. data/mock_json/users/tagged/arjun_private.json +303 -0
  213. data/mock_json/users/tagged/arjun_public.json +303 -0
  214. data/mock_json/users/television/matake_private.json +9 -0
  215. data/mock_json/users/threads/me_private.json +91 -0
  216. data/mock_json/users/user_achievements/created.json +1 -0
  217. data/mock_json/users/user_achievements/sample.json +31 -0
  218. data/mock_json/users/videos/kirk_private.json +41 -0
  219. data/mock_json/users/videos/posted.json +1 -0
  220. data/mock_json/videos/private.json +78 -0
  221. data/spec/fb_graph/mock_spec.rb +15 -0
  222. data/spec/spec_helper.rb +4 -0
  223. metadata +350 -0
@@ -0,0 +1,6 @@
1
+ {
2
+ "error": {
3
+ "type": "OAuthInvalidTokenException",
4
+ "message": "An access token is required to request this resource."
5
+ }
6
+ }
@@ -0,0 +1,83 @@
1
+ {
2
+ "data": [{
3
+ "id": "t_id.433490033330462",
4
+ "snippet": "hey hey",
5
+ "updated_time": "2012-05-09T09:25:00+0000",
6
+ "message_count": 1,
7
+ "tags": {
8
+ "data": [{
9
+ "name": "inbox"
10
+ },
11
+ {
12
+ "name": "read"
13
+ },
14
+ {
15
+ "name": "seen"
16
+ },
17
+ {
18
+ "name": "source:web"
19
+ }]
20
+ },
21
+ "participants": {
22
+ "data": [{
23
+ "name": "Nov Matake",
24
+ "email": "579612276\u0040facebook.com",
25
+ "id": "579612276"
26
+ },
27
+ {
28
+ "name": "FbGraph",
29
+ "email": "117513961602338\u0040facebook.com",
30
+ "id": "117513961602338"
31
+ }]
32
+ },
33
+ "senders": {
34
+ "data": [{
35
+ "name": "Nov Matake",
36
+ "email": "579612276\u0040facebook.com",
37
+ "id": "579612276"
38
+ }]
39
+ },
40
+ "can_reply": true,
41
+ "is_subscribed": true,
42
+ "link": "http:\/\/www.facebook.com\/messages\/?action=read&tid=id.433490033330462",
43
+ "messages": {
44
+ "data": [{
45
+ "id": "m_id.433490033330462",
46
+ "created_time": "2012-05-09T09:25:00+0000",
47
+ "tags": {
48
+ "data": [{
49
+ "name": "inbox"
50
+ },
51
+ {
52
+ "name": "read"
53
+ },
54
+ {
55
+ "name": "source:web"
56
+ }]
57
+ },
58
+ "from": {
59
+ "name": "Nov Matake",
60
+ "email": "matake\u0040facebook.com",
61
+ "id": "579612276"
62
+ },
63
+ "to": {
64
+ "data": [{
65
+ "name": "FbGraph",
66
+ "email": "117513961602338\u0040facebook.com",
67
+ "id": "117513961602338"
68
+ },
69
+ {
70
+ "name": "Nov Matake",
71
+ "email": "matake\u0040facebook.com",
72
+ "id": "579612276"
73
+ }]
74
+ },
75
+ "message": "hey hey"
76
+ }],
77
+ "paging": {
78
+ "previous": "https:\/\/graph.facebook.com\/t_id.433490033330462\/messages?access_token=AAAB6ATdqrnIBAJZB0RsPZCpLXqmVghMZCPcckNc1qbBSZCjUT2uUcDAUThZCOoQ7c1ucUZBMniALinKb0t0XtGY4eOefVRrlI5vPGK0eWJUcU8yAEjjXI9&limit=25&since=1336555500&__paging_token=m_id.433490033330462&__previous=1",
79
+ "next": "https:\/\/graph.facebook.com\/t_id.433490033330462\/messages?access_token=AAAB6ATdqrnIBAJZB0RsPZCpLXqmVghMZCPcckNc1qbBSZCjUT2uUcDAUThZCOoQ7c1ucUZBMniALinKb0t0XtGY4eOefVRrlI5vPGK0eWJUcU8yAEjjXI9&limit=25&until=1336555500&__paging_token=m_id.433490033330462"
80
+ }
81
+ }
82
+ }]
83
+ }
@@ -0,0 +1,858 @@
1
+ {
2
+ "data": [
3
+ {
4
+ "id": "117513961602338/insights/page_fan_adds_unique/day",
5
+ "name": "page_fan_adds_unique",
6
+ "period": "day",
7
+ "values": [
8
+ {
9
+ "value": 1,
10
+ "end_time": "2010-11-27T08:00:00+0000"
11
+ }
12
+ ],
13
+ "description": "Daily New Likes of your Page (Unique Users)"
14
+ },
15
+ {
16
+ "id": "117513961602338/insights/page_fan_adds/day",
17
+ "name": "page_fan_adds",
18
+ "period": "day",
19
+ "values": [
20
+ {
21
+ "value": 1,
22
+ "end_time": "2010-11-27T08:00:00+0000"
23
+ }
24
+ ],
25
+ "description": "Daily New Likes of your Page (Total Count)"
26
+ },
27
+ {
28
+ "id": "117513961602338/insights/page_fan_removes_unique/day",
29
+ "name": "page_fan_removes_unique",
30
+ "period": "day",
31
+ "values": [
32
+ {
33
+ "value": 0,
34
+ "end_time": "2010-11-27T08:00:00+0000"
35
+ }
36
+ ],
37
+ "description": "Daily Unlikes of your Page (Unique Users)"
38
+ },
39
+ {
40
+ "id": "117513961602338/insights/page_fan_removes/day",
41
+ "name": "page_fan_removes",
42
+ "period": "day",
43
+ "values": [
44
+ {
45
+ "value": 0,
46
+ "end_time": "2010-11-27T08:00:00+0000"
47
+ }
48
+ ],
49
+ "description": "Daily Unlikes of your Page (Total Count)"
50
+ },
51
+ {
52
+ "id": "117513961602338/insights/page_fan_adds_source_unique/day",
53
+ "name": "page_fan_adds_source_unique",
54
+ "period": "day",
55
+ "values": [
56
+ {
57
+ "value": {
58
+ "fan_page": 1
59
+ },
60
+ "end_time": "2010-11-27T08:00:00+0000"
61
+ }
62
+ ],
63
+ "description": "Daily Users can like your page in many different places, both within Facebook and on other websites. These are the most common places where users like your Page. (Unique Users)"
64
+ },
65
+ {
66
+ "id": "117513961602338/insights/page_fan_adds_source/day",
67
+ "name": "page_fan_adds_source",
68
+ "period": "day",
69
+ "values": [
70
+ {
71
+ "value": {
72
+ "fan_page": 1
73
+ },
74
+ "end_time": "2010-11-27T08:00:00+0000"
75
+ }
76
+ ],
77
+ "description": "Daily Users can like your page in many different places, both within Facebook and on other websites. These are the most common places where users like your Page. (Total Count)"
78
+ },
79
+ {
80
+ "id": "117513961602338/insights/page_fan_removes_source_unique/day",
81
+ "name": "page_fan_removes_source_unique",
82
+ "period": "day",
83
+ "values": [
84
+ {
85
+ "value": [
86
+
87
+ ],
88
+ "end_time": "2010-11-27T08:00:00+0000"
89
+ }
90
+ ],
91
+ "description": "Daily Source of Unlikes of your Page (Unique Users)"
92
+ },
93
+ {
94
+ "id": "117513961602338/insights/page_fan_removes_source/day",
95
+ "name": "page_fan_removes_source",
96
+ "period": "day",
97
+ "values": [
98
+ {
99
+ "value": [
100
+
101
+ ],
102
+ "end_time": "2010-11-27T08:00:00+0000"
103
+ }
104
+ ],
105
+ "description": "Daily Source of Unlikes of your Page (Total Count)"
106
+ },
107
+ {
108
+ "id": "117513961602338/insights/page_comment_adds_unique/day",
109
+ "name": "page_comment_adds_unique",
110
+ "period": "day",
111
+ "values": [
112
+ {
113
+ "value": 0,
114
+ "end_time": "2010-11-27T08:00:00+0000"
115
+ }
116
+ ],
117
+ "description": "Daily Comments created on your Page's content (Unique Users)"
118
+ },
119
+ {
120
+ "id": "117513961602338/insights/page_comment_adds/day",
121
+ "name": "page_comment_adds",
122
+ "period": "day",
123
+ "values": [
124
+ {
125
+ "value": 0,
126
+ "end_time": "2010-11-27T08:00:00+0000"
127
+ }
128
+ ],
129
+ "description": "Daily Comments created on your Page's content (Total Count)"
130
+ },
131
+ {
132
+ "id": "117513961602338/insights/page_comment_removes_unique/day",
133
+ "name": "page_comment_removes_unique",
134
+ "period": "day",
135
+ "values": [
136
+ {
137
+ "value": 0,
138
+ "end_time": "2010-11-27T08:00:00+0000"
139
+ }
140
+ ],
141
+ "description": "Daily Comments deleted on your Page's content (Unique Users)"
142
+ },
143
+ {
144
+ "id": "117513961602338/insights/page_comment_removes/day",
145
+ "name": "page_comment_removes",
146
+ "period": "day",
147
+ "values": [
148
+ {
149
+ "value": 0,
150
+ "end_time": "2010-11-27T08:00:00+0000"
151
+ }
152
+ ],
153
+ "description": "Daily Comments deleted on your Page's content (Total Count)"
154
+ },
155
+ {
156
+ "id": "117513961602338/insights/page_comment_adds_source_unique/day",
157
+ "name": "page_comment_adds_source_unique",
158
+ "period": "day",
159
+ "values": [
160
+ {
161
+ "value": [
162
+
163
+ ],
164
+ "end_time": "2010-11-27T08:00:00+0000"
165
+ }
166
+ ],
167
+ "description": "Daily Source of new comments on your Page's content (Unique Users)"
168
+ },
169
+ {
170
+ "id": "117513961602338/insights/page_comment_adds_source/day",
171
+ "name": "page_comment_adds_source",
172
+ "period": "day",
173
+ "values": [
174
+ {
175
+ "value": [
176
+
177
+ ],
178
+ "end_time": "2010-11-27T08:00:00+0000"
179
+ }
180
+ ],
181
+ "description": "Daily Source of new comments on your Page's content (Total Count)"
182
+ },
183
+ {
184
+ "id": "117513961602338/insights/page_comment_removes_source_unique/day",
185
+ "name": "page_comment_removes_source_unique",
186
+ "period": "day",
187
+ "values": [
188
+ {
189
+ "value": [
190
+
191
+ ],
192
+ "end_time": "2010-11-27T08:00:00+0000"
193
+ }
194
+ ],
195
+ "description": "Daily Source of comment deletions on your Page's content (Unique Users)"
196
+ },
197
+ {
198
+ "id": "117513961602338/insights/page_comment_removes_source/day",
199
+ "name": "page_comment_removes_source",
200
+ "period": "day",
201
+ "values": [
202
+ {
203
+ "value": [
204
+
205
+ ],
206
+ "end_time": "2010-11-27T08:00:00+0000"
207
+ }
208
+ ],
209
+ "description": "Daily Source of comment deletions on your Page's content (Total Count)"
210
+ },
211
+ {
212
+ "id": "117513961602338/insights/page_discussions_unique/day",
213
+ "name": "page_discussions_unique",
214
+ "period": "day",
215
+ "values": [
216
+ {
217
+ "value": 0,
218
+ "end_time": "2010-11-27T08:00:00+0000"
219
+ }
220
+ ],
221
+ "description": "Daily Discussions created on your Page's Discussion Board (Unique Users)"
222
+ },
223
+ {
224
+ "id": "117513961602338/insights/page_discussions/day",
225
+ "name": "page_discussions",
226
+ "period": "day",
227
+ "values": [
228
+ {
229
+ "value": 0,
230
+ "end_time": "2010-11-27T08:00:00+0000"
231
+ }
232
+ ],
233
+ "description": "Daily Discussions created on your Page's Discussion Board (Total Count)"
234
+ },
235
+ {
236
+ "id": "117513961602338/insights/page_like_adds_unique/day",
237
+ "name": "page_like_adds_unique",
238
+ "period": "day",
239
+ "values": [
240
+ {
241
+ "value": 0,
242
+ "end_time": "2010-11-27T08:00:00+0000"
243
+ }
244
+ ],
245
+ "description": "Daily Likes of your Page's content (Unique Users)"
246
+ },
247
+ {
248
+ "id": "117513961602338/insights/page_like_adds/day",
249
+ "name": "page_like_adds",
250
+ "period": "day",
251
+ "values": [
252
+ {
253
+ "value": 0,
254
+ "end_time": "2010-11-27T08:00:00+0000"
255
+ }
256
+ ],
257
+ "description": "Daily Likes of your Page's content (Total Count)"
258
+ },
259
+ {
260
+ "id": "117513961602338/insights/page_like_removes_unique/day",
261
+ "name": "page_like_removes_unique",
262
+ "period": "day",
263
+ "values": [
264
+ {
265
+ "value": 0,
266
+ "end_time": "2010-11-27T08:00:00+0000"
267
+ }
268
+ ],
269
+ "description": "Daily Delete Likes of your Page's content (Unique Users)"
270
+ },
271
+ {
272
+ "id": "117513961602338/insights/page_like_removes/day",
273
+ "name": "page_like_removes",
274
+ "period": "day",
275
+ "values": [
276
+ {
277
+ "value": 0,
278
+ "end_time": "2010-11-27T08:00:00+0000"
279
+ }
280
+ ],
281
+ "description": "Daily Delete Likes of your Page's content (Total Count)"
282
+ },
283
+ {
284
+ "id": "117513961602338/insights/page_like_adds_source_unique/day",
285
+ "name": "page_like_adds_source_unique",
286
+ "period": "day",
287
+ "values": [
288
+ {
289
+ "value": [
290
+
291
+ ],
292
+ "end_time": "2010-11-27T08:00:00+0000"
293
+ }
294
+ ],
295
+ "description": "Daily Source of Likes on your Page's content (Unique Users)"
296
+ },
297
+ {
298
+ "id": "117513961602338/insights/page_like_adds_source/day",
299
+ "name": "page_like_adds_source",
300
+ "period": "day",
301
+ "values": [
302
+ {
303
+ "value": [
304
+
305
+ ],
306
+ "end_time": "2010-11-27T08:00:00+0000"
307
+ }
308
+ ],
309
+ "description": "Daily Source of Likes on your Page's content (Total Count)"
310
+ },
311
+ {
312
+ "id": "117513961602338/insights/page_like_removes_source_unique/day",
313
+ "name": "page_like_removes_source_unique",
314
+ "period": "day",
315
+ "values": [
316
+ {
317
+ "value": [
318
+
319
+ ],
320
+ "end_time": "2010-11-27T08:00:00+0000"
321
+ }
322
+ ],
323
+ "description": "Daily Source of Like deletions on your Page's content (Unique Users)"
324
+ },
325
+ {
326
+ "id": "117513961602338/insights/page_like_removes_source/day",
327
+ "name": "page_like_removes_source",
328
+ "period": "day",
329
+ "values": [
330
+ {
331
+ "value": [
332
+
333
+ ],
334
+ "end_time": "2010-11-27T08:00:00+0000"
335
+ }
336
+ ],
337
+ "description": "Daily Source of Like deletions on your Page's content (Total Count)"
338
+ },
339
+ {
340
+ "id": "117513961602338/insights/page_review_adds_unique/day",
341
+ "name": "page_review_adds_unique",
342
+ "period": "day",
343
+ "values": [
344
+ {
345
+ "value": 0,
346
+ "end_time": "2010-11-27T08:00:00+0000"
347
+ }
348
+ ],
349
+ "description": "Daily New Reviews created for your Page (Unique Users)"
350
+ },
351
+ {
352
+ "id": "117513961602338/insights/page_review_adds/day",
353
+ "name": "page_review_adds",
354
+ "period": "day",
355
+ "values": [
356
+ {
357
+ "value": 0,
358
+ "end_time": "2010-11-27T08:00:00+0000"
359
+ }
360
+ ],
361
+ "description": "Daily New Reviews created for your Page (Total Count)"
362
+ },
363
+ {
364
+ "id": "117513961602338/insights/page_review_modifications_unique/day",
365
+ "name": "page_review_modifications_unique",
366
+ "period": "day",
367
+ "values": [
368
+ {
369
+ "value": 0,
370
+ "end_time": "2010-11-27T08:00:00+0000"
371
+ }
372
+ ],
373
+ "description": "Daily Existing Reviews modified for your Page (Unique Users)"
374
+ },
375
+ {
376
+ "id": "117513961602338/insights/page_review_modifications/day",
377
+ "name": "page_review_modifications",
378
+ "period": "day",
379
+ "values": [
380
+ {
381
+ "value": 0,
382
+ "end_time": "2010-11-27T08:00:00+0000"
383
+ }
384
+ ],
385
+ "description": "Daily Existing Reviews modified for your Page (Total Count)"
386
+ },
387
+ {
388
+ "id": "117513961602338/insights/page_photos_unique/day",
389
+ "name": "page_photos_unique",
390
+ "period": "day",
391
+ "values": [
392
+ {
393
+ "value": 0,
394
+ "end_time": "2010-11-27T08:00:00+0000"
395
+ }
396
+ ],
397
+ "description": "Daily Photos posted to your Page (Unique Users)"
398
+ },
399
+ {
400
+ "id": "117513961602338/insights/page_photos/day",
401
+ "name": "page_photos",
402
+ "period": "day",
403
+ "values": [
404
+ {
405
+ "value": 0,
406
+ "end_time": "2010-11-27T08:00:00+0000"
407
+ }
408
+ ],
409
+ "description": "Daily Photos posted to your Page (Total Count)"
410
+ },
411
+ {
412
+ "id": "117513961602338/insights/page_videos_unique/day",
413
+ "name": "page_videos_unique",
414
+ "period": "day",
415
+ "values": [
416
+ {
417
+ "value": 0,
418
+ "end_time": "2010-11-27T08:00:00+0000"
419
+ }
420
+ ],
421
+ "description": "Daily Videos posted to your Page (Unique Users)"
422
+ },
423
+ {
424
+ "id": "117513961602338/insights/page_videos/day",
425
+ "name": "page_videos",
426
+ "period": "day",
427
+ "values": [
428
+ {
429
+ "value": 0,
430
+ "end_time": "2010-11-27T08:00:00+0000"
431
+ }
432
+ ],
433
+ "description": "Daily Videos posted to your Page (Total Count)"
434
+ },
435
+ {
436
+ "id": "117513961602338/insights/page_wall_posts_unique/day",
437
+ "name": "page_wall_posts_unique",
438
+ "period": "day",
439
+ "values": [
440
+ {
441
+ "value": 0,
442
+ "end_time": "2010-11-27T08:00:00+0000"
443
+ }
444
+ ],
445
+ "description": "Daily Wall posts to your Page's Wall (Unique Users)"
446
+ },
447
+ {
448
+ "id": "117513961602338/insights/page_wall_posts/day",
449
+ "name": "page_wall_posts",
450
+ "period": "day",
451
+ "values": [
452
+ {
453
+ "value": 0,
454
+ "end_time": "2010-11-27T08:00:00+0000"
455
+ }
456
+ ],
457
+ "description": "Daily Wall posts to your Page's Wall (Total Count)"
458
+ },
459
+ {
460
+ "id": "117513961602338/insights/page_wall_posts_source_unique/day",
461
+ "name": "page_wall_posts_source_unique",
462
+ "period": "day",
463
+ "values": [
464
+ {
465
+ "value": [
466
+
467
+ ],
468
+ "end_time": "2010-11-27T08:00:00+0000"
469
+ }
470
+ ],
471
+ "description": "Daily Source of Wall posts to your Page (Unique Users)"
472
+ },
473
+ {
474
+ "id": "117513961602338/insights/page_wall_posts_source/day",
475
+ "name": "page_wall_posts_source",
476
+ "period": "day",
477
+ "values": [
478
+ {
479
+ "value": [
480
+
481
+ ],
482
+ "end_time": "2010-11-27T08:00:00+0000"
483
+ }
484
+ ],
485
+ "description": "Daily Source of Wall posts to your Page (Total Count)"
486
+ },
487
+ {
488
+ "id": "117513961602338/insights/page_views_login_unique/day",
489
+ "name": "page_views_login_unique",
490
+ "period": "day",
491
+ "values": [
492
+ {
493
+ "value": 4,
494
+ "end_time": "2010-11-27T08:00:00+0000"
495
+ }
496
+ ],
497
+ "description": "Daily Page Views from users logged into Facebook (Unique Users)"
498
+ },
499
+ {
500
+ "id": "117513961602338/insights/page_views_login/day",
501
+ "name": "page_views_login",
502
+ "period": "day",
503
+ "values": [
504
+ {
505
+ "value": 10,
506
+ "end_time": "2010-11-27T08:00:00+0000"
507
+ }
508
+ ],
509
+ "description": "Daily Page Views from users logged into Facebook (Total Count)"
510
+ },
511
+ {
512
+ "id": "117513961602338/insights/page_views_logout/day",
513
+ "name": "page_views_logout",
514
+ "period": "day",
515
+ "values": [
516
+ {
517
+ "value": 3,
518
+ "end_time": "2010-11-27T08:00:00+0000"
519
+ }
520
+ ],
521
+ "description": "Daily Page views from users not logged into Facebook (Total Count)"
522
+ },
523
+ {
524
+ "id": "117513961602338/insights/page_views/day",
525
+ "name": "page_views",
526
+ "period": "day",
527
+ "values": [
528
+ {
529
+ "value": 13,
530
+ "end_time": "2010-11-27T08:00:00+0000"
531
+ }
532
+ ],
533
+ "description": "Daily Page views (Total Count)"
534
+ },
535
+ {
536
+ "id": "117513961602338/insights/page_stream_views_unique/day",
537
+ "name": "page_stream_views_unique",
538
+ "period": "day",
539
+ "values": [
540
+ {
541
+ "value": 4,
542
+ "end_time": "2010-11-27T08:00:00+0000"
543
+ }
544
+ ],
545
+ "description": "Daily Impressions of stream stories generated by your Page (Unique Users)"
546
+ },
547
+ {
548
+ "id": "117513961602338/insights/page_stream_views/day",
549
+ "name": "page_stream_views",
550
+ "period": "day",
551
+ "values": [
552
+ {
553
+ "value": 161,
554
+ "end_time": "2010-11-27T08:00:00+0000"
555
+ }
556
+ ],
557
+ "description": "Daily Impressions of stream stories generated by your Page (Total Count)"
558
+ },
559
+ {
560
+ "id": "117513961602338/insights/page_views_internal_referrals/day",
561
+ "name": "page_views_internal_referrals",
562
+ "period": "day",
563
+ "values": [
564
+ {
565
+ "value": [
566
+
567
+ ],
568
+ "end_time": "2010-11-27T08:00:00+0000"
569
+ }
570
+ ],
571
+ "description": "Daily Top referrers to your Page on Facebook (Total Count)"
572
+ },
573
+ {
574
+ "id": "117513961602338/insights/page_views_external_referrals/day",
575
+ "name": "page_views_external_referrals",
576
+ "period": "day",
577
+ "values": [
578
+ {
579
+ "value": {
580
+ "google.com.my": 2,
581
+ "google.co.in": 1,
582
+ "google.si": 1
583
+ },
584
+ "end_time": "2010-11-27T08:00:00+0000"
585
+ }
586
+ ],
587
+ "description": "Daily Top referrering external domains to your Page (Total Count)"
588
+ },
589
+ {
590
+ "id": "117513961602338/insights/page_fans/lifetime",
591
+ "name": "page_fans",
592
+ "period": "lifetime",
593
+ "values": [
594
+ {
595
+ "value": 50,
596
+ "end_time": "2010-11-27T08:00:00+0000"
597
+ }
598
+ ],
599
+ "description": "Lifetime Total Likes of your Page (Total Count)"
600
+ },
601
+ {
602
+ "id": "117513961602338/insights/page_fans_locale/lifetime",
603
+ "name": "page_fans_locale",
604
+ "period": "lifetime",
605
+ "values": [
606
+ {
607
+ "value": {
608
+ "en_US": 33,
609
+ "ja_JP": 6,
610
+ "en_GB": 4,
611
+ "de_DE": 4,
612
+ "pl_PL": 1,
613
+ "es_ES": 1,
614
+ "it_IT": 1
615
+ },
616
+ "end_time": "2010-11-27T08:00:00+0000"
617
+ }
618
+ ],
619
+ "description": "Lifetime Top locales of people who like your Page (Total Count)"
620
+ },
621
+ {
622
+ "id": "117513961602338/insights/page_fans_city/lifetime",
623
+ "name": "page_fans_city",
624
+ "period": "lifetime",
625
+ "values": [
626
+ {
627
+ "value": [
628
+
629
+ ],
630
+ "end_time": "2010-11-27T08:00:00+0000"
631
+ }
632
+ ],
633
+ "description": "Lifetime Top cities of people who like your Page (Total Count)"
634
+ },
635
+ {
636
+ "id": "117513961602338/insights/page_fans_country/lifetime",
637
+ "name": "page_fans_country",
638
+ "period": "lifetime",
639
+ "values": [
640
+ {
641
+ "value": {
642
+ "JP": 13,
643
+ "US": 11,
644
+ "DE": 7,
645
+ "FI": 3,
646
+ "HU": 2,
647
+ "GB": 2,
648
+ "MX": 1,
649
+ "IT": 1,
650
+ "MY": 1,
651
+ "IN": 1,
652
+ "NO": 1,
653
+ "PL": 1,
654
+ "CH": 1,
655
+ "BG": 1,
656
+ "CA": 1,
657
+ "CO": 1,
658
+ "GR": 1,
659
+ "IL": 1
660
+ },
661
+ "end_time": "2010-11-27T08:00:00+0000"
662
+ }
663
+ ],
664
+ "description": "Lifetime Top countries of people who like your Page (Total Count)"
665
+ },
666
+ {
667
+ "id": "117513961602338/insights/page_fans_gender/lifetime",
668
+ "name": "page_fans_gender",
669
+ "period": "lifetime",
670
+ "values": [
671
+ {
672
+ "value": {
673
+ "M": 48,
674
+ "F": 2
675
+ },
676
+ "end_time": "2010-11-27T08:00:00+0000"
677
+ }
678
+ ],
679
+ "description": "Lifetime Gender of people who like your Page (Total Count)"
680
+ },
681
+ {
682
+ "id": "117513961602338/insights/page_fans_age/lifetime",
683
+ "name": "page_fans_age",
684
+ "period": "lifetime",
685
+ "values": [
686
+ {
687
+ "value": {
688
+ "25-34": 34,
689
+ "35-44": 8,
690
+ "18-24": 8
691
+ },
692
+ "end_time": "2010-11-27T08:00:00+0000"
693
+ }
694
+ ],
695
+ "description": "Lifetime Age of people who like your Page (Total Count)"
696
+ },
697
+ {
698
+ "id": "117513961602338/insights/page_fans_gender_age/lifetime",
699
+ "name": "page_fans_gender_age",
700
+ "period": "lifetime",
701
+ "values": [
702
+ {
703
+ "value": {
704
+ "M.25-34": 33,
705
+ "M.18-24": 8,
706
+ "M.35-44": 7,
707
+ "F.35-44": 1,
708
+ "F.25-34": 1
709
+ },
710
+ "end_time": "2010-11-27T08:00:00+0000"
711
+ }
712
+ ],
713
+ "description": "Lifetime Gender and Age demographics of people who like your Page (Total Count)"
714
+ },
715
+ {
716
+ "id": "117513961602338/insights/page_active_users/day",
717
+ "name": "page_active_users",
718
+ "period": "day",
719
+ "values": [
720
+ {
721
+ "value": 4,
722
+ "end_time": "2010-11-27T08:00:00+0000"
723
+ }
724
+ ],
725
+ "description": "Daily Users who have engaged with your Page, viewed your Page, or consumed content generated by your Page (Unique Users)"
726
+ },
727
+ {
728
+ "id": "117513961602338/insights/page_active_users/week",
729
+ "name": "page_active_users",
730
+ "period": "week",
731
+ "values": [
732
+ {
733
+ "value": 28,
734
+ "end_time": "2010-11-27T08:00:00+0000"
735
+ }
736
+ ],
737
+ "description": "Weekly Users who have engaged with your Page, viewed your Page, or consumed content generated by your Page (Unique Users)"
738
+ },
739
+ {
740
+ "id": "117513961602338/insights/page_active_users/month",
741
+ "name": "page_active_users",
742
+ "period": "month",
743
+ "values": [
744
+ {
745
+ "value": 89,
746
+ "end_time": "2010-11-27T08:00:00+0000"
747
+ }
748
+ ],
749
+ "description": "Monthly Users who have engaged with your Page, viewed your Page, or consumed content generated by your Page (Unique Users)"
750
+ },
751
+ {
752
+ "id": "117513961602338/insights/page_active_users_locale/day",
753
+ "name": "page_active_users_locale",
754
+ "period": "day",
755
+ "values": [
756
+ {
757
+ "value": {
758
+ "en_US": 2,
759
+ "sl_SI": 1,
760
+ "de_DE": 1
761
+ },
762
+ "end_time": "2010-11-27T08:00:00+0000"
763
+ }
764
+ ],
765
+ "description": "Daily Top locales of your active users (Unique Users)"
766
+ },
767
+ {
768
+ "id": "117513961602338/insights/page_active_users_city/day",
769
+ "name": "page_active_users_city",
770
+ "period": "day",
771
+ "values": [
772
+ {
773
+ "value": [
774
+
775
+ ],
776
+ "end_time": "2010-11-27T08:00:00+0000"
777
+ }
778
+ ],
779
+ "description": "Daily Top cities of your active users (Unique Users)"
780
+ },
781
+ {
782
+ "id": "117513961602338/insights/page_active_users_country/day",
783
+ "name": "page_active_users_country",
784
+ "period": "day",
785
+ "values": [
786
+ {
787
+ "value": {
788
+ "MY": 2,
789
+ "SI": 1,
790
+ "DE": 1
791
+ },
792
+ "end_time": "2010-11-27T08:00:00+0000"
793
+ }
794
+ ],
795
+ "description": "Daily Top countries of your active users (Unique Users)"
796
+ },
797
+ {
798
+ "id": "117513961602338/insights/page_active_users_gender/day",
799
+ "name": "page_active_users_gender",
800
+ "period": "day",
801
+ "values": [
802
+ {
803
+ "value": {
804
+ "M": 4
805
+ },
806
+ "end_time": "2010-11-27T08:00:00+0000"
807
+ }
808
+ ],
809
+ "description": "Daily Gender of your active users (Unique Users)"
810
+ },
811
+ {
812
+ "id": "117513961602338/insights/page_active_users_age/day",
813
+ "name": "page_active_users_age",
814
+ "period": "day",
815
+ "values": [
816
+ {
817
+ "value": {
818
+ "18-24": 3,
819
+ "45-54": 1
820
+ },
821
+ "end_time": "2010-11-27T08:00:00+0000"
822
+ }
823
+ ],
824
+ "description": "Daily Age of your active users (Unique Users)"
825
+ },
826
+ {
827
+ "id": "117513961602338/insights/page_active_users_gender_age/day",
828
+ "name": "page_active_users_gender_age",
829
+ "period": "day",
830
+ "values": [
831
+ {
832
+ "value": {
833
+ "M.18-24": 3,
834
+ "M.45-54": 1
835
+ },
836
+ "end_time": "2010-11-27T08:00:00+0000"
837
+ }
838
+ ],
839
+ "description": "Daily Gender and age demographics of your active users (Unique Users)"
840
+ },
841
+ {
842
+ "id": "117513961602338/insights/page_views_unique/day",
843
+ "name": "page_views_unique",
844
+ "period": "day",
845
+ "values": [
846
+ {
847
+ "value": 4,
848
+ "end_time": "2010-11-27T08:00:00+0000"
849
+ }
850
+ ],
851
+ "description": "Daily Page Views from users logged into Facebook (Unique Users)"
852
+ }
853
+ ],
854
+ "paging": {
855
+ "previous": "https://graph.facebook.com/fbgraph/insights?access_token=134145643294322%7C9b95ab3141be69aff9766c90-579612276%7C140478125968442%7Ce6ecDGD6Pgafhgz_uCEABfDcYXA&since=1290530659&until=1290789859",
856
+ "next": "https://graph.facebook.com/fbgraph/insights?access_token=134145643294322%7C9b95ab3141be69aff9766c90-579612276%7C140478125968442%7Ce6ecDGD6Pgafhgz_uCEABfDcYXA&since=1291049059&until=1291308259"
857
+ }
858
+ }