gs_graph 2.6.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (348) hide show
  1. data/.document +5 -0
  2. data/.gitattributes +22 -0
  3. data/.gitignore +26 -0
  4. data/.rspec +2 -0
  5. data/.travis.yml +3 -0
  6. data/Gemfile +11 -0
  7. data/Gemfile.lock +95 -0
  8. data/LICENSE +20 -0
  9. data/README.rdoc +314 -0
  10. data/Rakefile +25 -0
  11. data/VERSION +1 -0
  12. data/assets/fb_graph.ai +1726 -6
  13. data/assets/fb_graph.png +0 -0
  14. data/gs_graph.gemspec +28 -0
  15. data/lib/gs_graph.rb +174 -0
  16. data/lib/gs_graph/achievement.rb +44 -0
  17. data/lib/gs_graph/action.rb +12 -0
  18. data/lib/gs_graph/ad_account.rb +51 -0
  19. data/lib/gs_graph/ad_campaign.rb +39 -0
  20. data/lib/gs_graph/ad_campaign_stat.rb +22 -0
  21. data/lib/gs_graph/ad_connection_object.rb +53 -0
  22. data/lib/gs_graph/ad_creative.rb +44 -0
  23. data/lib/gs_graph/ad_group.rb +51 -0
  24. data/lib/gs_graph/ad_group_stat.rb +22 -0
  25. data/lib/gs_graph/ad_keyword.rb +20 -0
  26. data/lib/gs_graph/ad_keyword_suggestion.rb +8 -0
  27. data/lib/gs_graph/ad_keyword_valid.rb +23 -0
  28. data/lib/gs_graph/ad_preview.rb +10 -0
  29. data/lib/gs_graph/ad_user.rb +58 -0
  30. data/lib/gs_graph/age_range.rb +12 -0
  31. data/lib/gs_graph/album.rb +59 -0
  32. data/lib/gs_graph/app_request.rb +24 -0
  33. data/lib/gs_graph/application.rb +119 -0
  34. data/lib/gs_graph/auth.rb +88 -0
  35. data/lib/gs_graph/auth/cookie.rb +20 -0
  36. data/lib/gs_graph/auth/signed_request.rb +44 -0
  37. data/lib/gs_graph/broad_targeting_category.rb +13 -0
  38. data/lib/gs_graph/checkin.rb +51 -0
  39. data/lib/gs_graph/collection.rb +55 -0
  40. data/lib/gs_graph/comment.rb +24 -0
  41. data/lib/gs_graph/comparison.rb +13 -0
  42. data/lib/gs_graph/connection.rb +37 -0
  43. data/lib/gs_graph/connections.rb +3 -0
  44. data/lib/gs_graph/connections/accounts.rb +23 -0
  45. data/lib/gs_graph/connections/achievements.rb +21 -0
  46. data/lib/gs_graph/connections/activities.rb +14 -0
  47. data/lib/gs_graph/connections/ad_accounts.rb +15 -0
  48. data/lib/gs_graph/connections/ad_campaign_stats.rb +22 -0
  49. data/lib/gs_graph/connections/ad_campaigns.rb +30 -0
  50. data/lib/gs_graph/connections/ad_connection_objects.rb +14 -0
  51. data/lib/gs_graph/connections/ad_creatives.rb +14 -0
  52. data/lib/gs_graph/connections/ad_group_stats.rb +22 -0
  53. data/lib/gs_graph/connections/ad_groups.rb +35 -0
  54. data/lib/gs_graph/connections/ad_previews.rb +10 -0
  55. data/lib/gs_graph/connections/admins.rb +10 -0
  56. data/lib/gs_graph/connections/albums.rb +21 -0
  57. data/lib/gs_graph/connections/app_notifications.rb +10 -0
  58. data/lib/gs_graph/connections/app_requests.rb +21 -0
  59. data/lib/gs_graph/connections/attending.rb +26 -0
  60. data/lib/gs_graph/connections/banned.rb +31 -0
  61. data/lib/gs_graph/connections/blocked.rb +36 -0
  62. data/lib/gs_graph/connections/books.rb +14 -0
  63. data/lib/gs_graph/connections/broad_targeting_categories.rb +14 -0
  64. data/lib/gs_graph/connections/checkins.rb +21 -0
  65. data/lib/gs_graph/connections/comments.rb +21 -0
  66. data/lib/gs_graph/connections/conversations.rb +14 -0
  67. data/lib/gs_graph/connections/declined.rb +25 -0
  68. data/lib/gs_graph/connections/docs.rb +14 -0
  69. data/lib/gs_graph/connections/events.rb +21 -0
  70. data/lib/gs_graph/connections/family.rb +14 -0
  71. data/lib/gs_graph/connections/feed.rb +21 -0
  72. data/lib/gs_graph/connections/former_participants.rb +14 -0
  73. data/lib/gs_graph/connections/friend_lists.rb +21 -0
  74. data/lib/gs_graph/connections/friend_requests.rb +12 -0
  75. data/lib/gs_graph/connections/friends.rb +14 -0
  76. data/lib/gs_graph/connections/games.rb +14 -0
  77. data/lib/gs_graph/connections/groups.rb +14 -0
  78. data/lib/gs_graph/connections/home.rb +14 -0
  79. data/lib/gs_graph/connections/inbox.rb +20 -0
  80. data/lib/gs_graph/connections/insights.rb +27 -0
  81. data/lib/gs_graph/connections/interests.rb +14 -0
  82. data/lib/gs_graph/connections/invited.rb +36 -0
  83. data/lib/gs_graph/connections/likes.rb +29 -0
  84. data/lib/gs_graph/connections/links.rb +21 -0
  85. data/lib/gs_graph/connections/maybe.rb +25 -0
  86. data/lib/gs_graph/connections/members.rb +22 -0
  87. data/lib/gs_graph/connections/messages.rb +22 -0
  88. data/lib/gs_graph/connections/milestones.rb +21 -0
  89. data/lib/gs_graph/connections/movies.rb +14 -0
  90. data/lib/gs_graph/connections/music.rb +14 -0
  91. data/lib/gs_graph/connections/mutual_friends.rb +26 -0
  92. data/lib/gs_graph/connections/noreply.rb +23 -0
  93. data/lib/gs_graph/connections/notes.rb +21 -0
  94. data/lib/gs_graph/connections/notifications.rb +18 -0
  95. data/lib/gs_graph/connections/offers.rb +22 -0
  96. data/lib/gs_graph/connections/outbox.rb +20 -0
  97. data/lib/gs_graph/connections/participants.rb +14 -0
  98. data/lib/gs_graph/connections/payments.rb +14 -0
  99. data/lib/gs_graph/connections/permissions.rb +16 -0
  100. data/lib/gs_graph/connections/photos.rb +21 -0
  101. data/lib/gs_graph/connections/picture.rb +39 -0
  102. data/lib/gs_graph/connections/pokes.rb +12 -0
  103. data/lib/gs_graph/connections/posts.rb +14 -0
  104. data/lib/gs_graph/connections/promotable_posts.rb +14 -0
  105. data/lib/gs_graph/connections/question_options.rb +14 -0
  106. data/lib/gs_graph/connections/questions.rb +22 -0
  107. data/lib/gs_graph/connections/reach_estimates.rb +12 -0
  108. data/lib/gs_graph/connections/roles.rb +36 -0
  109. data/lib/gs_graph/connections/scores.rb +22 -0
  110. data/lib/gs_graph/connections/senders.rb +14 -0
  111. data/lib/gs_graph/connections/settings.rb +65 -0
  112. data/lib/gs_graph/connections/statuses.rb +14 -0
  113. data/lib/gs_graph/connections/subscribed_to.rb +14 -0
  114. data/lib/gs_graph/connections/subscribers.rb +14 -0
  115. data/lib/gs_graph/connections/subscriptions.rb +53 -0
  116. data/lib/gs_graph/connections/tabs.rb +23 -0
  117. data/lib/gs_graph/connections/tagged.rb +14 -0
  118. data/lib/gs_graph/connections/tags.rb +23 -0
  119. data/lib/gs_graph/connections/television.rb +14 -0
  120. data/lib/gs_graph/connections/test_users.rb +19 -0
  121. data/lib/gs_graph/connections/threads.rb +14 -0
  122. data/lib/gs_graph/connections/user_achievements.rb +22 -0
  123. data/lib/gs_graph/connections/user_likes.rb +19 -0
  124. data/lib/gs_graph/connections/videos.rb +21 -0
  125. data/lib/gs_graph/connections/votes.rb +9 -0
  126. data/lib/gs_graph/cover.rb +10 -0
  127. data/lib/gs_graph/debugger.rb +28 -0
  128. data/lib/gs_graph/device.rb +11 -0
  129. data/lib/gs_graph/doc.rb +18 -0
  130. data/lib/gs_graph/domain.rb +32 -0
  131. data/lib/gs_graph/education.rb +32 -0
  132. data/lib/gs_graph/event.rb +52 -0
  133. data/lib/gs_graph/exception.rb +139 -0
  134. data/lib/gs_graph/friend_list.rb +13 -0
  135. data/lib/gs_graph/friend_request.rb +14 -0
  136. data/lib/gs_graph/group.rb +29 -0
  137. data/lib/gs_graph/image.rb +11 -0
  138. data/lib/gs_graph/insight.rb +13 -0
  139. data/lib/gs_graph/klass.rb +31 -0
  140. data/lib/gs_graph/link.rb +32 -0
  141. data/lib/gs_graph/location.rb +20 -0
  142. data/lib/gs_graph/message.rb +30 -0
  143. data/lib/gs_graph/milestone.rb +26 -0
  144. data/lib/gs_graph/node.rb +149 -0
  145. data/lib/gs_graph/note.rb +32 -0
  146. data/lib/gs_graph/notification.rb +32 -0
  147. data/lib/gs_graph/offer.rb +33 -0
  148. data/lib/gs_graph/open_graph.rb +3 -0
  149. data/lib/gs_graph/open_graph/action.rb +42 -0
  150. data/lib/gs_graph/open_graph/application_context.rb +10 -0
  151. data/lib/gs_graph/open_graph/object.rb +29 -0
  152. data/lib/gs_graph/open_graph/user_context.rb +21 -0
  153. data/lib/gs_graph/order.rb +55 -0
  154. data/lib/gs_graph/page.rb +57 -0
  155. data/lib/gs_graph/page/category_attributes.rb +117 -0
  156. data/lib/gs_graph/photo.rb +48 -0
  157. data/lib/gs_graph/picture.rb +14 -0
  158. data/lib/gs_graph/place.rb +7 -0
  159. data/lib/gs_graph/poke.rb +19 -0
  160. data/lib/gs_graph/post.rb +117 -0
  161. data/lib/gs_graph/privacy.rb +27 -0
  162. data/lib/gs_graph/project.rb +4 -0
  163. data/lib/gs_graph/promotable_post.rb +34 -0
  164. data/lib/gs_graph/property.rb +13 -0
  165. data/lib/gs_graph/query.rb +47 -0
  166. data/lib/gs_graph/question.rb +26 -0
  167. data/lib/gs_graph/question_option.rb +22 -0
  168. data/lib/gs_graph/reach_estimate.rb +22 -0
  169. data/lib/gs_graph/role.rb +13 -0
  170. data/lib/gs_graph/score.rb +16 -0
  171. data/lib/gs_graph/searchable.rb +33 -0
  172. data/lib/gs_graph/searchable/result.rb +31 -0
  173. data/lib/gs_graph/serialization.rb +19 -0
  174. data/lib/gs_graph/status.rb +27 -0
  175. data/lib/gs_graph/subscription.rb +14 -0
  176. data/lib/gs_graph/tab.rb +17 -0
  177. data/lib/gs_graph/tag.rb +30 -0
  178. data/lib/gs_graph/tagged_object.rb +23 -0
  179. data/lib/gs_graph/targeting.rb +23 -0
  180. data/lib/gs_graph/test_user.rb +24 -0
  181. data/lib/gs_graph/thread.rb +71 -0
  182. data/lib/gs_graph/user.rb +153 -0
  183. data/lib/gs_graph/user_achievement.rb +35 -0
  184. data/lib/gs_graph/venue.rb +14 -0
  185. data/lib/gs_graph/video.rb +41 -0
  186. data/lib/gs_graph/work.rb +48 -0
  187. data/lib/patch/rack/oauth2/access_token.rb +11 -0
  188. data/lib/patch/rack/oauth2/access_token/introspectable.rb +37 -0
  189. data/lib/patch/rack/oauth2/client.rb +13 -0
  190. data/lib/patch/rack/oauth2/grant/fb_exchange_token.rb +11 -0
  191. data/lib/patch/rack/oauth2/util.rb +14 -0
  192. data/spec/gs_graph/achievement_spec.rb +59 -0
  193. data/spec/gs_graph/ad_account_spec.rb +124 -0
  194. data/spec/gs_graph/ad_campaign_spec.rb +99 -0
  195. data/spec/gs_graph/ad_connection_object_spec.rb +71 -0
  196. data/spec/gs_graph/ad_creative_spec.rb +87 -0
  197. data/spec/gs_graph/ad_group_spec.rb +95 -0
  198. data/spec/gs_graph/ad_keyword_spec.rb +27 -0
  199. data/spec/gs_graph/ad_keyword_suggestion_spec.rb +17 -0
  200. data/spec/gs_graph/ad_keyword_valid_spec.rb +19 -0
  201. data/spec/gs_graph/ad_user_spec.rb +67 -0
  202. data/spec/gs_graph/album_spec.rb +93 -0
  203. data/spec/gs_graph/app_request_spec.rb +40 -0
  204. data/spec/gs_graph/application_spec.rb +251 -0
  205. data/spec/gs_graph/auth/cookie_spec.rb +29 -0
  206. data/spec/gs_graph/auth/signed_request_spec.rb +22 -0
  207. data/spec/gs_graph/auth_spec.rb +223 -0
  208. data/spec/gs_graph/broad_targeting_category_spec.rb +17 -0
  209. data/spec/gs_graph/checkin_spec.rb +42 -0
  210. data/spec/gs_graph/collection_spec.rb +50 -0
  211. data/spec/gs_graph/comment_spec.rb +31 -0
  212. data/spec/gs_graph/connection_spec.rb +42 -0
  213. data/spec/gs_graph/connections/accounts_spec.rb +78 -0
  214. data/spec/gs_graph/connections/achievements_spec.rb +27 -0
  215. data/spec/gs_graph/connections/activities_spec.rb +34 -0
  216. data/spec/gs_graph/connections/ad_accounts_spec.rb +28 -0
  217. data/spec/gs_graph/connections/ad_campaign_stat_spec.rb +35 -0
  218. data/spec/gs_graph/connections/ad_campaigns_spec.rb +36 -0
  219. data/spec/gs_graph/connections/ad_connection_objects_spec.rb +20 -0
  220. data/spec/gs_graph/connections/ad_creatives_spec.rb +29 -0
  221. data/spec/gs_graph/connections/ad_group_stat_spec.rb +54 -0
  222. data/spec/gs_graph/connections/ad_groups_spec.rb +92 -0
  223. data/spec/gs_graph/connections/ad_previews_spec.rb +18 -0
  224. data/spec/gs_graph/connections/admins_spec.rb +20 -0
  225. data/spec/gs_graph/connections/albums_spec.rb +63 -0
  226. data/spec/gs_graph/connections/app_notifications_spec.rb +23 -0
  227. data/spec/gs_graph/connections/app_requests_spec.rb +28 -0
  228. data/spec/gs_graph/connections/attending_spec.rb +47 -0
  229. data/spec/gs_graph/connections/banned_spec.rb +63 -0
  230. data/spec/gs_graph/connections/blocked_spec.rb +56 -0
  231. data/spec/gs_graph/connections/books_spec.rb +32 -0
  232. data/spec/gs_graph/connections/broad_targeting_categories_spec.rb +18 -0
  233. data/spec/gs_graph/connections/checkins_spec.rb +153 -0
  234. data/spec/gs_graph/connections/comments_spec.rb +75 -0
  235. data/spec/gs_graph/connections/conversations_spec.rb +19 -0
  236. data/spec/gs_graph/connections/declined_spec.rb +47 -0
  237. data/spec/gs_graph/connections/docs_spec.rb +14 -0
  238. data/spec/gs_graph/connections/events_spec.rb +52 -0
  239. data/spec/gs_graph/connections/family_spec.rb +32 -0
  240. data/spec/gs_graph/connections/feed_spec.rb +124 -0
  241. data/spec/gs_graph/connections/former_participants_spec.rb +44 -0
  242. data/spec/gs_graph/connections/friend_lists_spec.rb +26 -0
  243. data/spec/gs_graph/connections/friend_requests_spec.rb +16 -0
  244. data/spec/gs_graph/connections/friends_spec.rb +51 -0
  245. data/spec/gs_graph/connections/games_spec.rb +20 -0
  246. data/spec/gs_graph/connections/groups_spec.rb +31 -0
  247. data/spec/gs_graph/connections/home_spec.rb +62 -0
  248. data/spec/gs_graph/connections/inbox_spec.rb +16 -0
  249. data/spec/gs_graph/connections/insights_spec.rb +104 -0
  250. data/spec/gs_graph/connections/interests_spec.rb +12 -0
  251. data/spec/gs_graph/connections/invited_spec.rb +84 -0
  252. data/spec/gs_graph/connections/likes_spec.rb +127 -0
  253. data/spec/gs_graph/connections/links_spec.rb +31 -0
  254. data/spec/gs_graph/connections/maybe_spec.rb +47 -0
  255. data/spec/gs_graph/connections/members_spec.rb +57 -0
  256. data/spec/gs_graph/connections/messages_spec.rb +58 -0
  257. data/spec/gs_graph/connections/milestones_spec.rb +40 -0
  258. data/spec/gs_graph/connections/movies_spec.rb +12 -0
  259. data/spec/gs_graph/connections/music_spec.rb +12 -0
  260. data/spec/gs_graph/connections/mutual_friends_spec.rb +28 -0
  261. data/spec/gs_graph/connections/noreply_spec.rb +39 -0
  262. data/spec/gs_graph/connections/notes_spec.rb +31 -0
  263. data/spec/gs_graph/connections/notifications_spec.rb +30 -0
  264. data/spec/gs_graph/connections/outbox_spec.rb +16 -0
  265. data/spec/gs_graph/connections/participants_spec.rb +42 -0
  266. data/spec/gs_graph/connections/payments_spec.rb +17 -0
  267. data/spec/gs_graph/connections/permissions_spec.rb +44 -0
  268. data/spec/gs_graph/connections/photos_spec.rb +39 -0
  269. data/spec/gs_graph/connections/picture_spec.rb +92 -0
  270. data/spec/gs_graph/connections/pokes_spec.rb +16 -0
  271. data/spec/gs_graph/connections/posts_spec.rb +34 -0
  272. data/spec/gs_graph/connections/promotable_posts_spec.rb +24 -0
  273. data/spec/gs_graph/connections/question_options_spec.rb +14 -0
  274. data/spec/gs_graph/connections/questions_spec.rb +31 -0
  275. data/spec/gs_graph/connections/reach_estimates_spec.rb +18 -0
  276. data/spec/gs_graph/connections/roles_spec.rb +59 -0
  277. data/spec/gs_graph/connections/scores_spec.rb +40 -0
  278. data/spec/gs_graph/connections/senders_spec.rb +42 -0
  279. data/spec/gs_graph/connections/settings_spec.rb +62 -0
  280. data/spec/gs_graph/connections/statuses_spec.rb +72 -0
  281. data/spec/gs_graph/connections/subscribed_to_spec.rb +12 -0
  282. data/spec/gs_graph/connections/subscribers_spec.rb +12 -0
  283. data/spec/gs_graph/connections/subscriptions_spec.rb +47 -0
  284. data/spec/gs_graph/connections/tabs_spec.rb +47 -0
  285. data/spec/gs_graph/connections/tagged_spec.rb +42 -0
  286. data/spec/gs_graph/connections/tags_spec.rb +30 -0
  287. data/spec/gs_graph/connections/television_spec.rb +12 -0
  288. data/spec/gs_graph/connections/test_users_spec.rb +65 -0
  289. data/spec/gs_graph/connections/threads_spec.rb +12 -0
  290. data/spec/gs_graph/connections/user_achievements_spec.rb +37 -0
  291. data/spec/gs_graph/connections/user_likes_spec.rb +55 -0
  292. data/spec/gs_graph/connections/videos_spec.rb +27 -0
  293. data/spec/gs_graph/connections/votes_spec.rb +15 -0
  294. data/spec/gs_graph/debugger_spec.rb +33 -0
  295. data/spec/gs_graph/doc_spec.rb +27 -0
  296. data/spec/gs_graph/domain_spec.rb +23 -0
  297. data/spec/gs_graph/education_spec.rb +61 -0
  298. data/spec/gs_graph/event_spec.rb +70 -0
  299. data/spec/gs_graph/exception_spec.rb +310 -0
  300. data/spec/gs_graph/friend_list_spec.rb +22 -0
  301. data/spec/gs_graph/group_spec.rb +28 -0
  302. data/spec/gs_graph/image_spec.rb +16 -0
  303. data/spec/gs_graph/insight_spec.rb +18 -0
  304. data/spec/gs_graph/link_spec.rb +41 -0
  305. data/spec/gs_graph/location_spec.rb +28 -0
  306. data/spec/gs_graph/message_spec.rb +47 -0
  307. data/spec/gs_graph/node_spec.rb +91 -0
  308. data/spec/gs_graph/note_spec.rb +37 -0
  309. data/spec/gs_graph/notification_spec.rb +59 -0
  310. data/spec/gs_graph/offer_spec.rb +30 -0
  311. data/spec/gs_graph/open_graph/action_spec.rb +112 -0
  312. data/spec/gs_graph/open_graph/application_context_spec.rb +28 -0
  313. data/spec/gs_graph/open_graph/object_spec.rb +76 -0
  314. data/spec/gs_graph/open_graph/user_context_spec.rb +33 -0
  315. data/spec/gs_graph/order_spec.rb +66 -0
  316. data/spec/gs_graph/page/local_business_spec.rb +88 -0
  317. data/spec/gs_graph/page/movie_spec.rb +25 -0
  318. data/spec/gs_graph/page/music_spec.rb +25 -0
  319. data/spec/gs_graph/page/person_spec.rb +23 -0
  320. data/spec/gs_graph/page/product_spec.rb +36 -0
  321. data/spec/gs_graph/page_spec.rb +81 -0
  322. data/spec/gs_graph/photo_spec.rb +85 -0
  323. data/spec/gs_graph/place_spec.rb +8 -0
  324. data/spec/gs_graph/post_spec.rb +238 -0
  325. data/spec/gs_graph/privacy_spec.rb +33 -0
  326. data/spec/gs_graph/project_spec.rb +46 -0
  327. data/spec/gs_graph/promotable_post_spec.rb +57 -0
  328. data/spec/gs_graph/qeustion_option_spec.rb +35 -0
  329. data/spec/gs_graph/query_spec.rb +73 -0
  330. data/spec/gs_graph/question_spec.rb +73 -0
  331. data/spec/gs_graph/reach_estimate_spec.rb +48 -0
  332. data/spec/gs_graph/searchable_spec.rb +47 -0
  333. data/spec/gs_graph/seriarization_spec.rb +29 -0
  334. data/spec/gs_graph/status_spec.rb +31 -0
  335. data/spec/gs_graph/subscription_spec.rb +5 -0
  336. data/spec/gs_graph/tag_spec.rb +34 -0
  337. data/spec/gs_graph/tagged_object_spec.rb +45 -0
  338. data/spec/gs_graph/targeting_spec.rb +34 -0
  339. data/spec/gs_graph/test_user_spec.rb +50 -0
  340. data/spec/gs_graph/thread_spec.rb +86 -0
  341. data/spec/gs_graph/user_achievement_spec.rb +53 -0
  342. data/spec/gs_graph/user_spec.rb +185 -0
  343. data/spec/gs_graph/venue_spec.rb +23 -0
  344. data/spec/gs_graph/video_spec.rb +31 -0
  345. data/spec/gs_graph/work_spec.rb +101 -0
  346. data/spec/gs_graph_spec.rb +57 -0
  347. data/spec/spec_helper.rb +9 -0
  348. metadata +538 -0
@@ -0,0 +1,85 @@
1
+ require 'spec_helper'
2
+
3
+ describe GSGraph::Photo, '.new' do
4
+
5
+ it 'should setup all supported attributes' do
6
+ attributes = {
7
+ :id => '12345',
8
+ :from => {
9
+ :id => '23456',
10
+ :name => 'nov matake'
11
+ },
12
+ :tags => {
13
+ :data => [{
14
+ :id => '12345',
15
+ :name => 'nov matake',
16
+ :x => 32.5,
17
+ :y => 27.7778,
18
+ :created_time => '2010-01-10T15:37:40+0000'
19
+ }]
20
+ },
21
+ :images => [{
22
+ :height => 483,
23
+ :width => 720,
24
+ :source => "https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash1/168119_10150146071831729_20531316728_7844072_5116892_n.jpg"
25
+ },
26
+ {
27
+ :height => 120,
28
+ :width => 180,
29
+ :source => "https://fbcdn-photos-a.akamaihd.net/hphotos-ak-ash1/168119_10150146071831729_20531316728_7844072_5116892_a.jpg"
30
+ },
31
+ {
32
+ :height => 87,
33
+ :width => 130,
34
+ :source => "https://fbcdn-photos-a.akamaihd.net/hphotos-ak-ash1/168119_10150146071831729_20531316728_7844072_5116892_s.jpg"
35
+ },
36
+ {
37
+ :height => 50,
38
+ :width => 75,
39
+ :source => "https://fbcdn-photos-a.akamaihd.net/hphotos-ak-ash1/168119_10150146071831729_20531316728_7844072_5116892_t.jpg"
40
+ }],
41
+ :name => 'photo 1',
42
+ :picture => 'http://www.gamestamper.com/matake/picture/album_size',
43
+ :icon => 'http://static.ak.fbcdn.net/rsrc.php/z2E5Y/hash/8as8iqdm.gif',
44
+ :source => 'http://www.gamestamper.com/matake/picture/original_size',
45
+ :height => 100,
46
+ :width => 200,
47
+ :link => 'http://www.gamestamper.com/photo/12345',
48
+ :created_time => '2010-01-02T15:37:40+0000',
49
+ :updated_time => '2010-01-02T15:37:41+0000'
50
+ }
51
+ photo = GSGraph::Photo.new(attributes.delete(:id), attributes)
52
+ photo.identifier.should == '12345'
53
+ photo.from.should == GSGraph::User.new('23456', :name => 'nov matake')
54
+ photo.tags.should == [GSGraph::Tag.new(
55
+ :id => '12345',
56
+ :name => 'nov matake',
57
+ :x => 32.5,
58
+ :y => 27.7778,
59
+ :created_time => '2010-01-10T15:37:40+0000'
60
+ )]
61
+ photo.images.first.should == GSGraph::Image.new(
62
+ :height => 483,
63
+ :width => 720,
64
+ :source => "https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash1/168119_10150146071831729_20531316728_7844072_5116892_n.jpg"
65
+ )
66
+ photo.picture.should == 'https://graph.gamestamper.com/12345/picture'
67
+ photo.icon.should == 'http://static.ak.fbcdn.net/rsrc.php/z2E5Y/hash/8as8iqdm.gif'
68
+ photo.source.should == 'http://www.gamestamper.com/matake/picture/original_size'
69
+ photo.height.should == 100
70
+ photo.width.should == 200
71
+ photo.link.should == 'http://www.gamestamper.com/photo/12345'
72
+ photo.created_time.should == Time.parse('2010-01-02T15:37:40+0000')
73
+ photo.updated_time.should == Time.parse('2010-01-02T15:37:41+0000')
74
+ end
75
+
76
+ it 'should support page as from' do
77
+ page_photo = GSGraph::Photo.new('12345', :from => {
78
+ :id => '23456',
79
+ :name => 'Smart.fm',
80
+ :category => 'Web Site'
81
+ })
82
+ page_photo.from.should == GSGraph::Page.new('23456', :name => 'Smart.fm', :category => 'Web Site')
83
+ end
84
+
85
+ end
@@ -0,0 +1,8 @@
1
+ require 'spec_helper'
2
+
3
+ describe GSGraph::Place, '.to_json' do
4
+ it 'should return identifier' do
5
+ place = GSGraph::Place.new(12345)
6
+ place.to_json.should == 12345
7
+ end
8
+ end
@@ -0,0 +1,238 @@
1
+ require 'spec_helper'
2
+
3
+ describe GSGraph::Post, '.new' do
4
+ it 'should setup all supported attributes' do
5
+ attributes = {
6
+ :id => "579612276_10150089741782277",
7
+ :message => "hello",
8
+ :from => {
9
+ :name => "Nov Matake",
10
+ :id => "579612276"
11
+ },
12
+ :to => {
13
+ :data => [{
14
+ :name => "Jr Nov",
15
+ :id => "1575327134"
16
+ }]
17
+ },
18
+ :with_tags => {
19
+ :data => [{
20
+ :name => "Jr Nov",
21
+ :id => "1575327134"
22
+ }]
23
+ },
24
+ :icon => "http://photos-d.ak.fbcdn.net/photos-ak-snc1/v27562/23/2231777543/app_2_2231777543_9553.gif",
25
+ :type => "status",
26
+ :object_id => "12345",
27
+ :actions => [{
28
+ :name => "Comment",
29
+ :link => "http://www.gamestamper.com/579612276/posts/10150089741782277"
30
+ }, {
31
+ :name => "Like",
32
+ :link => "http://www.gamestamper.com/579612276/posts/10150089741782277"
33
+ }, {
34
+ :name => "@nov on Twitter",
35
+ :link => "http://twitter.com/nov?utm_source=fb&utm_medium=fb&utm_campaign=nov&utm_content=19294280413614080"
36
+ }],
37
+ :application => {
38
+ :name => "Twitter",
39
+ :id => "2231777543"
40
+ },
41
+ :properties => [
42
+ {
43
+ :name => "Source",
44
+ :text => "TechCrunch Japan",
45
+ :href => "http://jp.techcrunch.com/"
46
+ },
47
+ {
48
+ :name => "Published",
49
+ :text => "2011-06-22 05:11:18 GMT"
50
+ }
51
+ ],
52
+ :privacy => {
53
+ :value => "EVERYONE",
54
+ :description => "Everyone"
55
+ },
56
+ :targeting => {
57
+ :country => 'ja'
58
+ },
59
+ :created_time => "2010-12-27T07:31:30+0000",
60
+ :updated_time => "2010-12-27T07:31:30+0000"
61
+ }
62
+ post = GSGraph::Post.new(attributes.delete(:id), attributes)
63
+ post.identifier.should == '579612276_10150089741782277'
64
+ post.message.should == 'hello'
65
+ post.from.should == GSGraph::User.new("579612276", :name => 'Nov Matake')
66
+ post.to.first.should == GSGraph::User.new("1575327134", :name => 'Jr Nov')
67
+ post.with_tags.first.should == GSGraph::User.new("1575327134", :name => 'Jr Nov')
68
+ post.icon.should == 'http://photos-d.ak.fbcdn.net/photos-ak-snc1/v27562/23/2231777543/app_2_2231777543_9553.gif'
69
+ post.type.should == 'status'
70
+ post.graph_object_id.should == '12345'
71
+ post.properties.each do |property|
72
+ property.should be_a GSGraph::Property
73
+ end
74
+ post.actions.should == [
75
+ GSGraph::Action.new(
76
+ :name => "Comment",
77
+ :link => "http://www.gamestamper.com/579612276/posts/10150089741782277"
78
+ ),
79
+ GSGraph::Action.new(
80
+ :name => "Like",
81
+ :link => "http://www.gamestamper.com/579612276/posts/10150089741782277"
82
+ ),
83
+ GSGraph::Action.new(
84
+ :name => "@nov on Twitter",
85
+ :link => "http://twitter.com/nov?utm_source=fb&utm_medium=fb&utm_campaign=nov&utm_content=19294280413614080"
86
+ )
87
+ ]
88
+ post.application.should == GSGraph::Application.new(
89
+ "2231777543",
90
+ :name => "Twitter"
91
+ )
92
+ post.privacy.should == GSGraph::Privacy.new(
93
+ :value => "EVERYONE",
94
+ :description => "Everyone"
95
+ )
96
+ post.targeting.should == GSGraph::Targeting.new(
97
+ :country => 'ja'
98
+ )
99
+ post.created_time.should == Time.parse("2010-12-27T07:31:30+0000")
100
+ post.updated_time.should == Time.parse("2010-12-27T07:31:30+0000")
101
+ end
102
+
103
+ it 'should support GSGraph::Privacy as privacy' do
104
+ post = GSGraph::Post.new(12345, :privacy => GSGraph::Privacy.new(:value => 'EVERYONE'))
105
+ post.privacy.should == GSGraph::Privacy.new(:value => 'EVERYONE')
106
+ end
107
+
108
+ it 'should support GSGraph::Targeting as targeting' do
109
+ post = GSGraph::Post.new(12345, :targeting => GSGraph::Targeting.new(:country => 'ja'))
110
+ post.targeting.should == GSGraph::Targeting.new(:country => 'ja')
111
+ end
112
+
113
+ it 'should support page as from' do
114
+ page_post = GSGraph::Post.new('12345', :from => {
115
+ :id => '23456',
116
+ :name => 'Smart.fm',
117
+ :category => 'Web Site'
118
+ }, :message => 'Hello')
119
+ page_post.from.should == GSGraph::Page.new('23456', :name => 'Smart.fm', :category => 'Web Site')
120
+ end
121
+
122
+ it 'should support page as to' do
123
+ page_post = GSGraph::Post.new('12345', :to => {:data => [
124
+ :id => '23456',
125
+ :name => 'Smart.fm',
126
+ :category => 'Web Site'
127
+ ]}, :message => 'Hello')
128
+ page_post.to.first.should == GSGraph::Page.new('23456', :name => 'Smart.fm', :category => 'Web Site')
129
+ end
130
+ end
131
+
132
+ describe GSGraph::Post, '#fetch' do
133
+
134
+ context 'when no access_token given' do
135
+ it 'should get all attributes except some comments' do
136
+ mock_graph :get, 'platform', 'posts/platform_public' do
137
+ post = GSGraph::Post.fetch('platform')
138
+ post.identifier.should == '19292868552_118464504835613'
139
+ post.from.should == GSGraph::Page.new(
140
+ "19292868552",
141
+ :name => "Facebook Platform",
142
+ :category => "Technology"
143
+ )
144
+ post.message.should == "We're getting ready for f8! Check out the latest on the f8 Page, including a video from the first event, when Platform launched :: http://bit.ly/ahHl7j"
145
+ post.likes.should == [
146
+ GSGraph::User.new("100000785546814", :name => "Anter Saied")
147
+ ]
148
+ post.likes.collection.total_count.should == 270
149
+ post.created_time.should == Time.parse("2010-04-15T17:37:03+0000")
150
+ post.updated_time.should == Time.parse("2010-04-22T18:19:13+0000")
151
+ post.comments.size.should == 4
152
+ end
153
+ end
154
+ end
155
+
156
+ context 'when access_token given' do
157
+ it 'shold get all attributes and comments' do
158
+ mock_graph :get, 'platform', 'posts/platform_private', :access_token => 'access_token' do
159
+ post = GSGraph::Post.fetch('platform', :access_token => 'access_token')
160
+ post.identifier.should == '19292868552_118464504835613'
161
+ post.from.should == GSGraph::Page.new(
162
+ "19292868552",
163
+ :name => "Facebook Platform",
164
+ :category => "Technology"
165
+ )
166
+ post.message.should == "We're getting ready for f8! Check out the latest on the f8 Page, including a video from the first event, when Platform launched :: http://bit.ly/ahHl7j"
167
+ post.created_time.should == Time.parse("2010-04-15T17:37:03+0000")
168
+ post.updated_time.should == Time.parse("2010-04-22T18:19:13+0000")
169
+ post.comments.size.should == 9
170
+ end
171
+ end
172
+ end
173
+
174
+ context 'when include "story"' do
175
+ it 'should include story and story_tags' do
176
+ mock_graph :get, 'post_id', 'posts/with_story', :access_token => 'access_token' do
177
+ post = GSGraph::Post.fetch('post_id', :access_token => 'access_token')
178
+ post.story.should == 'Nov Matake likes Instagram JP.'
179
+ post.story_tags.should be_a Array
180
+ post.story_tags.each do |story_tag|
181
+ story_tag.should be_instance_of GSGraph::TaggedObject
182
+ end
183
+ end
184
+ end
185
+ end
186
+
187
+ context 'when include "story"' do
188
+ it 'should include message and message_tags' do
189
+ mock_graph :get, 'post_id', 'posts/with_message', :access_token => 'access_token' do
190
+ post = GSGraph::Post.fetch('post_id', :access_token => 'access_token')
191
+ post.message.should == 'testing status message with tagged people. Jr Nov'
192
+ post.message_tags.should be_a Array
193
+ post.message_tags.each do |message_tag|
194
+ message_tag.should be_instance_of GSGraph::TaggedObject
195
+ end
196
+ end
197
+ end
198
+ end
199
+
200
+ context 'when include "place"' do
201
+ it 'should include place as Venue' do
202
+ mock_graph :get, 'post_id', 'posts/with_place', :access_token => 'access_token' do
203
+ post = GSGraph::Post.fetch('post_id', :access_token => 'access_token')
204
+ place = post.place
205
+ place.should be_instance_of GSGraph::Place
206
+ place.identifier.should == '100563866688613'
207
+ place.name.should == 'Kawasaki-shi, Kanagawa, Japan'
208
+ location = place.location
209
+ location.should be_instance_of GSGraph::Venue
210
+ location.latitude.should == 35.5167
211
+ location.longitude.should == 139.7
212
+ end
213
+ end
214
+ end
215
+ end
216
+
217
+ describe GSGraph::Post, '#to' do
218
+ subject { post.to.first }
219
+
220
+ context 'when include Event' do
221
+ let :post do
222
+ mock_graph :get, 'to_event', 'posts/to_event' do
223
+ GSGraph::Post.fetch('to_event')
224
+ end
225
+ end
226
+ it { should be_instance_of GSGraph::Event }
227
+ end
228
+
229
+ context 'when include Group' do
230
+ let :post do
231
+ mock_graph :get, 'to_group', 'posts/to_group', :access_token => 'access_token' do
232
+ GSGraph::Post.fetch('to_group', :access_token => 'access_token')
233
+ end
234
+ end
235
+ it { should be_instance_of GSGraph::Group }
236
+ end
237
+
238
+ end
@@ -0,0 +1,33 @@
1
+ require 'spec_helper'
2
+
3
+ describe GSGraph::Privacy, '.new' do
4
+ it 'should setup all supported attributes' do
5
+ attributes = {
6
+ :value => 'CUSTOM',
7
+ :friends => 'SOME_FRIENDS',
8
+ :networks => '123,456,789',
9
+ :allow => '999,888,777',
10
+ :deny => '000,111,222'
11
+ }
12
+ privacy = GSGraph::Privacy.new(attributes)
13
+ privacy.value.should == 'CUSTOM'
14
+ privacy.friends.should == 'SOME_FRIENDS'
15
+ privacy.networks.should == '123,456,789'
16
+ privacy.allow.should == '999,888,777'
17
+ privacy.deny.should == '000,111,222'
18
+ end
19
+ end
20
+
21
+ describe GSGraph::Privacy, '.to_json' do
22
+ it 'should return JSON object' do
23
+ attributes = {
24
+ :value => 'CUSTOM',
25
+ :friends => 'SOME_FRIENDS',
26
+ :networks => '123,456,789',
27
+ :allow => '999,888,777',
28
+ :deny => '000,111,222'
29
+ }
30
+ privacy = GSGraph::Privacy.new(attributes)
31
+ privacy.to_json.should == attributes.to_json
32
+ end
33
+ end
@@ -0,0 +1,46 @@
1
+ require 'spec_helper'
2
+
3
+ describe GSGraph::Project, '.new' do
4
+
5
+ it 'should setup all supported attributes' do
6
+ attributes = {
7
+ :id => 184246058253896,
8
+ :name => "Drecom Blog",
9
+ :with => [{
10
+ :id => 1064067203,
11
+ :name => "Takanori Ishikawa"
12
+ }],
13
+ :start_date => "2008-04",
14
+ :end_date => "2008-09"
15
+ }
16
+ project = GSGraph::Project.new(attributes.delete(:id), attributes)
17
+ project.with.should == [GSGraph::User.new(1064067203, :name => "Takanori Ishikawa")]
18
+ project.start_date.should == Date.new(2008, 4)
19
+ project.end_date.should == Date.new(2008, 9)
20
+ end
21
+
22
+ it 'should treat 2008-00 style date' do
23
+ attributes = {
24
+ :id => 184246058253896,
25
+ :name => "Drecom Blog",
26
+ :start_date => "2008-00",
27
+ :end_date => "2009-00"
28
+ }
29
+ project = GSGraph::Project.new(attributes.delete(:id), attributes)
30
+ project.start_date.should == Date.new(2008)
31
+ project.end_date.should == Date.new(2009)
32
+ end
33
+
34
+ it 'should treat 2008 style date' do
35
+ attributes = {
36
+ :id => 184246058253896,
37
+ :name => "Drecom Blog",
38
+ :start_date => "2008",
39
+ :end_date => "2009"
40
+ }
41
+ project = GSGraph::Project.new(attributes.delete(:id), attributes)
42
+ project.start_date.should == Date.new(2008)
43
+ project.end_date.should == Date.new(2009)
44
+ end
45
+
46
+ end
@@ -0,0 +1,57 @@
1
+ require 'spec_helper'
2
+
3
+ describe GSGraph::PromotablePost do
4
+ let(:published) { GSGraph::PromotablePost.new(12345, :is_published => true) }
5
+ let(:draft) { GSGraph::PromotablePost.new(12345, :is_published => false) }
6
+ let(:scheduled) { GSGraph::PromotablePost.new(12345, :is_published => false, :scheduled_publish_time => 2.days.from_now.to_i) }
7
+
8
+ context 'when published' do
9
+ subject { published }
10
+ its(:publishable?) { should be_false }
11
+ its(:scheduled?) { should be_false }
12
+ end
13
+
14
+ context 'when draft' do
15
+ subject { draft }
16
+ its(:publishable?) { should be_true }
17
+ its(:scheduled?) { should be_false }
18
+ end
19
+
20
+ context 'when scheduled' do
21
+ subject { scheduled }
22
+ its(:publishable?) { should be_true }
23
+ its(:scheduled?) { should be_true }
24
+ end
25
+
26
+ describe '.publish!' do
27
+ it 'should post with is_published=true' do
28
+ mock_graph :post, '12345', 'true', :access_token => 'page_token', :params => {
29
+ :is_published => 'true'
30
+ } do
31
+ draft.publish!(:access_token => 'page_token').should be_true
32
+ end
33
+ end
34
+ end
35
+
36
+ describe '.schedule!' do
37
+ it 'should post with scheduled_publish_time=timestamp' do
38
+ scheduled_at = 2.days.from_now
39
+ mock_graph :post, '12345', 'true', :access_token => 'page_token', :params => {
40
+ :scheduled_publish_time => scheduled_at.to_i.to_s
41
+ } do
42
+ draft.schedule!(scheduled_at, :access_token => 'page_token').should be_true
43
+ end
44
+ end
45
+ end
46
+
47
+ describe '.unschedule!' do
48
+ it 'should post with scheduled_publish_time=0' do
49
+ scheduled_at = 2.days.from_now
50
+ mock_graph :post, '12345', 'true', :access_token => 'page_token', :params => {
51
+ :scheduled_publish_time => '0'
52
+ } do
53
+ scheduled.unschedule!(:access_token => 'page_token').should be_true
54
+ end
55
+ end
56
+ end
57
+ end