fb_graph 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1,21 @@
1
+ ## MAC OS
2
+ .DS_Store
3
+
4
+ ## TEXTMATE
5
+ *.tmproj
6
+ tmtags
7
+
8
+ ## EMACS
9
+ *~
10
+ \#*
11
+ .\#*
12
+
13
+ ## VIM
14
+ *.swp
15
+
16
+ ## PROJECT::GENERAL
17
+ coverage
18
+ rdoc
19
+ pkg
20
+
21
+ ## PROJECT::SPECIFIC
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.4
1
+ 1.1.5
data/fb_graph.gemspec CHANGED
@@ -1,300 +1,309 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fb_graph}
8
- s.version = "1.1.4"
8
+ s.version = "1.1.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["nov matake"]
12
- s.date = %q{2010-12-13}
12
+ s.date = %q{2010-12-22}
13
13
  s.description = %q{A full-stack Facebook Graph API wrapper in Ruby.}
14
14
  s.email = %q{nov@matake.jp}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
- "README.rdoc"
17
+ "README.rdoc"
18
18
  ]
19
19
  s.files = [
20
20
  ".document",
21
- "LICENSE",
22
- "README.rdoc",
23
- "Rakefile",
24
- "VERSION",
25
- "assets/fb_graph.ai",
26
- "assets/fb_graph.png",
27
- "fb_graph.gemspec",
28
- "lib/fb_graph.rb",
29
- "lib/fb_graph/album.rb",
30
- "lib/fb_graph/application.rb",
31
- "lib/fb_graph/auth.rb",
32
- "lib/fb_graph/auth/cookie.rb",
33
- "lib/fb_graph/checkin.rb",
34
- "lib/fb_graph/collection.rb",
35
- "lib/fb_graph/comment.rb",
36
- "lib/fb_graph/comparison.rb",
37
- "lib/fb_graph/connection.rb",
38
- "lib/fb_graph/connections.rb",
39
- "lib/fb_graph/connections/accounts.rb",
40
- "lib/fb_graph/connections/activities.rb",
41
- "lib/fb_graph/connections/albums.rb",
42
- "lib/fb_graph/connections/attending.rb",
43
- "lib/fb_graph/connections/books.rb",
44
- "lib/fb_graph/connections/checkins.rb",
45
- "lib/fb_graph/connections/comments.rb",
46
- "lib/fb_graph/connections/declined.rb",
47
- "lib/fb_graph/connections/events.rb",
48
- "lib/fb_graph/connections/feed.rb",
49
- "lib/fb_graph/connections/friends.rb",
50
- "lib/fb_graph/connections/groups.rb",
51
- "lib/fb_graph/connections/home.rb",
52
- "lib/fb_graph/connections/insights.rb",
53
- "lib/fb_graph/connections/interests.rb",
54
- "lib/fb_graph/connections/invited.rb",
55
- "lib/fb_graph/connections/likes.rb",
56
- "lib/fb_graph/connections/links.rb",
57
- "lib/fb_graph/connections/maybe.rb",
58
- "lib/fb_graph/connections/members.rb",
59
- "lib/fb_graph/connections/movies.rb",
60
- "lib/fb_graph/connections/music.rb",
61
- "lib/fb_graph/connections/noreply.rb",
62
- "lib/fb_graph/connections/notes.rb",
63
- "lib/fb_graph/connections/photos.rb",
64
- "lib/fb_graph/connections/picture.rb",
65
- "lib/fb_graph/connections/posts.rb",
66
- "lib/fb_graph/connections/statuses.rb",
67
- "lib/fb_graph/connections/subscriptions.rb",
68
- "lib/fb_graph/connections/tagged.rb",
69
- "lib/fb_graph/connections/television.rb",
70
- "lib/fb_graph/connections/videos.rb",
71
- "lib/fb_graph/education.rb",
72
- "lib/fb_graph/event.rb",
73
- "lib/fb_graph/group.rb",
74
- "lib/fb_graph/insight.rb",
75
- "lib/fb_graph/link.rb",
76
- "lib/fb_graph/node.rb",
77
- "lib/fb_graph/note.rb",
78
- "lib/fb_graph/page.rb",
79
- "lib/fb_graph/photo.rb",
80
- "lib/fb_graph/post.rb",
81
- "lib/fb_graph/searchable.rb",
82
- "lib/fb_graph/searchable/result.rb",
83
- "lib/fb_graph/status.rb",
84
- "lib/fb_graph/subscription.rb",
85
- "lib/fb_graph/tag.rb",
86
- "lib/fb_graph/user.rb",
87
- "lib/fb_graph/venue.rb",
88
- "lib/fb_graph/video.rb",
89
- "lib/fb_graph/work.rb",
90
- "spec/fake_json/albums/photos/matake_private.json",
91
- "spec/fake_json/albums/photos/post_with_valid_access_token.json",
92
- "spec/fake_json/applications/subscriptions/fb_graph_private.json",
93
- "spec/fake_json/checkins/search_private.json",
94
- "spec/fake_json/checkins/search_public.json",
95
- "spec/fake_json/events/attending/post_with_valid_access_token.json",
96
- "spec/fake_json/events/attending/smartday_private.json",
97
- "spec/fake_json/events/declined/post_with_valid_access_token.json",
98
- "spec/fake_json/events/declined/smartday_private.json",
99
- "spec/fake_json/events/invited/smartday_private.json",
100
- "spec/fake_json/events/maybe/post_with_valid_access_token.json",
101
- "spec/fake_json/events/maybe/smartday_private.json",
102
- "spec/fake_json/events/noreply/smartday_private.json",
103
- "spec/fake_json/groups/members/emacs_private.json",
104
- "spec/fake_json/pages/checkins/gowalla_private.json",
105
- "spec/fake_json/pages/checkins/gowalla_public.json",
106
- "spec/fake_json/pages/insights/FbGraph_private.json",
107
- "spec/fake_json/pages/insights/FbGraph_public.json",
108
- "spec/fake_json/pages/insights/page_like_adds/FbGraph_private.json",
109
- "spec/fake_json/pages/insights/page_like_adds/day/FbGraph_private.json",
110
- "spec/fake_json/pages/notes/post_with_valid_access_token.json",
111
- "spec/fake_json/pages/platform_private.json",
112
- "spec/fake_json/pages/platform_public.json",
113
- "spec/fake_json/pages/statuses/platform_private.json",
114
- "spec/fake_json/pages/statuses/platform_public.json",
115
- "spec/fake_json/posts/comments/post_with_invalid_access_token.json",
116
- "spec/fake_json/posts/comments/post_with_valid_access_token.json",
117
- "spec/fake_json/posts/comments/post_without_access_token.json",
118
- "spec/fake_json/posts/likes/post_with_invalid_access_token.json",
119
- "spec/fake_json/posts/likes/post_with_valid_access_token.json",
120
- "spec/fake_json/posts/likes/post_without_access_token.json",
121
- "spec/fake_json/posts/platform_private.json",
122
- "spec/fake_json/posts/platform_public.json",
123
- "spec/fake_json/users/accounts/matake_private.json",
124
- "spec/fake_json/users/accounts/matake_private_with_manage_pages_permission.json",
125
- "spec/fake_json/users/accounts/matake_public.json",
126
- "spec/fake_json/users/activities/arjun_private.json",
127
- "spec/fake_json/users/activities/arjun_public.json",
128
- "spec/fake_json/users/albums/matake_private.json",
129
- "spec/fake_json/users/albums/matake_public.json",
130
- "spec/fake_json/users/albums/post_with_valid_access_token.json",
131
- "spec/fake_json/users/arjun_private.json",
132
- "spec/fake_json/users/arjun_public.json",
133
- "spec/fake_json/users/books/matake_private.json",
134
- "spec/fake_json/users/books/matake_public.json",
135
- "spec/fake_json/users/checkins/mattt_private.json",
136
- "spec/fake_json/users/checkins/mattt_public.json",
137
- "spec/fake_json/users/events/matake_private.json",
138
- "spec/fake_json/users/events/matake_public.json",
139
- "spec/fake_json/users/events/post_with_valid_access_token.json",
140
- "spec/fake_json/users/feed/arjun_private.json",
141
- "spec/fake_json/users/feed/arjun_public.json",
142
- "spec/fake_json/users/feed/post_with_invalid_access_token.json",
143
- "spec/fake_json/users/feed/post_with_valid_access_token.json",
144
- "spec/fake_json/users/feed/post_without_access_token.json",
145
- "spec/fake_json/users/friends/arjun_private.json",
146
- "spec/fake_json/users/friends/arjun_public.json",
147
- "spec/fake_json/users/friends/me_private.json",
148
- "spec/fake_json/users/friends/me_public.json",
149
- "spec/fake_json/users/groups/matake_private.json",
150
- "spec/fake_json/users/groups/matake_public.json",
151
- "spec/fake_json/users/home/arjun_private.json",
152
- "spec/fake_json/users/home/arjun_public.json",
153
- "spec/fake_json/users/home/me_private.json",
154
- "spec/fake_json/users/home/me_private_next.json",
155
- "spec/fake_json/users/home/me_private_previous.json",
156
- "spec/fake_json/users/home/me_public.json",
157
- "spec/fake_json/users/interests/matake_private.json",
158
- "spec/fake_json/users/likes/arjun_private.json",
159
- "spec/fake_json/users/likes/arjun_public.json",
160
- "spec/fake_json/users/links/matake_private.json",
161
- "spec/fake_json/users/links/post_with_valid_access_token.json",
162
- "spec/fake_json/users/me_private.json",
163
- "spec/fake_json/users/me_public.json",
164
- "spec/fake_json/users/movies/matake_private.json",
165
- "spec/fake_json/users/music/matake_private.json",
166
- "spec/fake_json/users/notes/matake_private.json",
167
- "spec/fake_json/users/posts/arjun_private.json",
168
- "spec/fake_json/users/posts/arjun_public.json",
169
- "spec/fake_json/users/statuses/arjun_private.json",
170
- "spec/fake_json/users/statuses/arjun_public.json",
171
- "spec/fake_json/users/tagged/arjun_private.json",
172
- "spec/fake_json/users/tagged/arjun_public.json",
173
- "spec/fake_json/users/television/matake_private.json",
174
- "spec/fake_json/users/videos/kirk_private.json",
175
- "spec/fb_graph/album_spec.rb",
176
- "spec/fb_graph/application_spec.rb",
177
- "spec/fb_graph/auth_spec.rb",
178
- "spec/fb_graph/checkin_spec.rb",
179
- "spec/fb_graph/collection_spec.rb",
180
- "spec/fb_graph/comment_spec.rb",
181
- "spec/fb_graph/connection_spec.rb",
182
- "spec/fb_graph/connections/accounts_spec.rb",
183
- "spec/fb_graph/connections/activities_spec.rb",
184
- "spec/fb_graph/connections/albums_spec.rb",
185
- "spec/fb_graph/connections/attending_spec.rb",
186
- "spec/fb_graph/connections/books_spec.rb",
187
- "spec/fb_graph/connections/checkins_spec.rb",
188
- "spec/fb_graph/connections/comments_spec.rb",
189
- "spec/fb_graph/connections/declined_spec.rb",
190
- "spec/fb_graph/connections/events_spec.rb",
191
- "spec/fb_graph/connections/feed_spec.rb",
192
- "spec/fb_graph/connections/friends_spec.rb",
193
- "spec/fb_graph/connections/groups_spec.rb",
194
- "spec/fb_graph/connections/home_spec.rb",
195
- "spec/fb_graph/connections/insights_spec.rb",
196
- "spec/fb_graph/connections/interests_spec.rb",
197
- "spec/fb_graph/connections/invited_spec.rb",
198
- "spec/fb_graph/connections/likes_spec.rb",
199
- "spec/fb_graph/connections/links_spec.rb",
200
- "spec/fb_graph/connections/maybe_spec.rb",
201
- "spec/fb_graph/connections/members_spec.rb",
202
- "spec/fb_graph/connections/movies_spec.rb",
203
- "spec/fb_graph/connections/music_spec.rb",
204
- "spec/fb_graph/connections/noreply_spec.rb",
205
- "spec/fb_graph/connections/notes_spec.rb",
206
- "spec/fb_graph/connections/photos_spec.rb",
207
- "spec/fb_graph/connections/picture_spec.rb",
208
- "spec/fb_graph/connections/posts_spec.rb",
209
- "spec/fb_graph/connections/statuses_spec.rb",
210
- "spec/fb_graph/connections/subscriptions_spec.rb",
211
- "spec/fb_graph/connections/tagged_spec.rb",
212
- "spec/fb_graph/connections/television_spec.rb",
213
- "spec/fb_graph/connections/videos_spec.rb",
214
- "spec/fb_graph/education_spec.rb",
215
- "spec/fb_graph/event_spec.rb",
216
- "spec/fb_graph/group_spec.rb",
217
- "spec/fb_graph/insight_spec.rb",
218
- "spec/fb_graph/link_spec.rb",
219
- "spec/fb_graph/node_spec.rb",
220
- "spec/fb_graph/note_spec.rb",
221
- "spec/fb_graph/page_spec.rb",
222
- "spec/fb_graph/photo_spec.rb",
223
- "spec/fb_graph/post_spec.rb",
224
- "spec/fb_graph/status_spec.rb",
225
- "spec/fb_graph/subscription_spec.rb",
226
- "spec/fb_graph/tag_spec.rb",
227
- "spec/fb_graph/user_spec.rb",
228
- "spec/fb_graph/venue_spec.rb",
229
- "spec/fb_graph/video_spec.rb",
230
- "spec/fb_graph/work_spec.rb",
231
- "spec/helpers/fake_json_helper.rb",
232
- "spec/spec.opts",
233
- "spec/spec_helper.rb"
21
+ ".gitignore",
22
+ "LICENSE",
23
+ "README.rdoc",
24
+ "Rakefile",
25
+ "VERSION",
26
+ "assets/fb_graph.ai",
27
+ "assets/fb_graph.png",
28
+ "fb_graph.gemspec",
29
+ "lib/fb_graph.rb",
30
+ "lib/fb_graph/album.rb",
31
+ "lib/fb_graph/application.rb",
32
+ "lib/fb_graph/auth.rb",
33
+ "lib/fb_graph/auth/cookie.rb",
34
+ "lib/fb_graph/checkin.rb",
35
+ "lib/fb_graph/collection.rb",
36
+ "lib/fb_graph/comment.rb",
37
+ "lib/fb_graph/comparison.rb",
38
+ "lib/fb_graph/connection.rb",
39
+ "lib/fb_graph/connections.rb",
40
+ "lib/fb_graph/connections/accounts.rb",
41
+ "lib/fb_graph/connections/activities.rb",
42
+ "lib/fb_graph/connections/albums.rb",
43
+ "lib/fb_graph/connections/attending.rb",
44
+ "lib/fb_graph/connections/books.rb",
45
+ "lib/fb_graph/connections/checkins.rb",
46
+ "lib/fb_graph/connections/comments.rb",
47
+ "lib/fb_graph/connections/declined.rb",
48
+ "lib/fb_graph/connections/events.rb",
49
+ "lib/fb_graph/connections/feed.rb",
50
+ "lib/fb_graph/connections/friend_lists.rb",
51
+ "lib/fb_graph/connections/friends.rb",
52
+ "lib/fb_graph/connections/groups.rb",
53
+ "lib/fb_graph/connections/home.rb",
54
+ "lib/fb_graph/connections/insights.rb",
55
+ "lib/fb_graph/connections/interests.rb",
56
+ "lib/fb_graph/connections/invited.rb",
57
+ "lib/fb_graph/connections/likes.rb",
58
+ "lib/fb_graph/connections/links.rb",
59
+ "lib/fb_graph/connections/maybe.rb",
60
+ "lib/fb_graph/connections/members.rb",
61
+ "lib/fb_graph/connections/movies.rb",
62
+ "lib/fb_graph/connections/music.rb",
63
+ "lib/fb_graph/connections/noreply.rb",
64
+ "lib/fb_graph/connections/notes.rb",
65
+ "lib/fb_graph/connections/photos.rb",
66
+ "lib/fb_graph/connections/picture.rb",
67
+ "lib/fb_graph/connections/posts.rb",
68
+ "lib/fb_graph/connections/statuses.rb",
69
+ "lib/fb_graph/connections/subscriptions.rb",
70
+ "lib/fb_graph/connections/tagged.rb",
71
+ "lib/fb_graph/connections/television.rb",
72
+ "lib/fb_graph/connections/videos.rb",
73
+ "lib/fb_graph/education.rb",
74
+ "lib/fb_graph/event.rb",
75
+ "lib/fb_graph/friend_list.rb",
76
+ "lib/fb_graph/group.rb",
77
+ "lib/fb_graph/insight.rb",
78
+ "lib/fb_graph/link.rb",
79
+ "lib/fb_graph/node.rb",
80
+ "lib/fb_graph/note.rb",
81
+ "lib/fb_graph/page.rb",
82
+ "lib/fb_graph/photo.rb",
83
+ "lib/fb_graph/post.rb",
84
+ "lib/fb_graph/searchable.rb",
85
+ "lib/fb_graph/searchable/result.rb",
86
+ "lib/fb_graph/status.rb",
87
+ "lib/fb_graph/subscription.rb",
88
+ "lib/fb_graph/tag.rb",
89
+ "lib/fb_graph/user.rb",
90
+ "lib/fb_graph/venue.rb",
91
+ "lib/fb_graph/video.rb",
92
+ "lib/fb_graph/work.rb",
93
+ "spec/fake_json/albums/photos/matake_private.json",
94
+ "spec/fake_json/albums/photos/post_with_valid_access_token.json",
95
+ "spec/fake_json/applications/subscriptions/fb_graph_private.json",
96
+ "spec/fake_json/checkins/search_private.json",
97
+ "spec/fake_json/checkins/search_public.json",
98
+ "spec/fake_json/events/attending/post_with_valid_access_token.json",
99
+ "spec/fake_json/events/attending/smartday_private.json",
100
+ "spec/fake_json/events/declined/post_with_valid_access_token.json",
101
+ "spec/fake_json/events/declined/smartday_private.json",
102
+ "spec/fake_json/events/invited/smartday_private.json",
103
+ "spec/fake_json/events/maybe/post_with_valid_access_token.json",
104
+ "spec/fake_json/events/maybe/smartday_private.json",
105
+ "spec/fake_json/events/noreply/smartday_private.json",
106
+ "spec/fake_json/groups/members/emacs_private.json",
107
+ "spec/fake_json/pages/checkins/gowalla_private.json",
108
+ "spec/fake_json/pages/checkins/gowalla_public.json",
109
+ "spec/fake_json/pages/insights/FbGraph_private.json",
110
+ "spec/fake_json/pages/insights/FbGraph_public.json",
111
+ "spec/fake_json/pages/insights/page_like_adds/FbGraph_private.json",
112
+ "spec/fake_json/pages/insights/page_like_adds/day/FbGraph_private.json",
113
+ "spec/fake_json/pages/notes/post_with_valid_access_token.json",
114
+ "spec/fake_json/pages/platform_private.json",
115
+ "spec/fake_json/pages/platform_public.json",
116
+ "spec/fake_json/pages/statuses/platform_private.json",
117
+ "spec/fake_json/pages/statuses/platform_public.json",
118
+ "spec/fake_json/posts/comments/post_with_invalid_access_token.json",
119
+ "spec/fake_json/posts/comments/post_with_valid_access_token.json",
120
+ "spec/fake_json/posts/comments/post_without_access_token.json",
121
+ "spec/fake_json/posts/likes/post_with_invalid_access_token.json",
122
+ "spec/fake_json/posts/likes/post_with_valid_access_token.json",
123
+ "spec/fake_json/posts/likes/post_without_access_token.json",
124
+ "spec/fake_json/posts/platform_private.json",
125
+ "spec/fake_json/posts/platform_public.json",
126
+ "spec/fake_json/users/accounts/matake_private.json",
127
+ "spec/fake_json/users/accounts/matake_private_with_manage_pages_permission.json",
128
+ "spec/fake_json/users/accounts/matake_public.json",
129
+ "spec/fake_json/users/activities/arjun_private.json",
130
+ "spec/fake_json/users/activities/arjun_public.json",
131
+ "spec/fake_json/users/albums/matake_private.json",
132
+ "spec/fake_json/users/albums/matake_public.json",
133
+ "spec/fake_json/users/albums/post_with_valid_access_token.json",
134
+ "spec/fake_json/users/arjun_private.json",
135
+ "spec/fake_json/users/arjun_public.json",
136
+ "spec/fake_json/users/books/matake_private.json",
137
+ "spec/fake_json/users/books/matake_public.json",
138
+ "spec/fake_json/users/checkins/mattt_private.json",
139
+ "spec/fake_json/users/checkins/mattt_public.json",
140
+ "spec/fake_json/users/events/matake_private.json",
141
+ "spec/fake_json/users/events/matake_public.json",
142
+ "spec/fake_json/users/events/post_with_valid_access_token.json",
143
+ "spec/fake_json/users/feed/arjun_private.json",
144
+ "spec/fake_json/users/feed/arjun_public.json",
145
+ "spec/fake_json/users/feed/post_with_invalid_access_token.json",
146
+ "spec/fake_json/users/feed/post_with_valid_access_token.json",
147
+ "spec/fake_json/users/feed/post_without_access_token.json",
148
+ "spec/fake_json/users/friend_lists/matake.json",
149
+ "spec/fake_json/users/friends/arjun_private.json",
150
+ "spec/fake_json/users/friends/arjun_public.json",
151
+ "spec/fake_json/users/friends/me_private.json",
152
+ "spec/fake_json/users/friends/me_public.json",
153
+ "spec/fake_json/users/groups/matake_private.json",
154
+ "spec/fake_json/users/groups/matake_public.json",
155
+ "spec/fake_json/users/home/arjun_private.json",
156
+ "spec/fake_json/users/home/arjun_public.json",
157
+ "spec/fake_json/users/home/me_private.json",
158
+ "spec/fake_json/users/home/me_private_next.json",
159
+ "spec/fake_json/users/home/me_private_previous.json",
160
+ "spec/fake_json/users/home/me_public.json",
161
+ "spec/fake_json/users/interests/matake_private.json",
162
+ "spec/fake_json/users/likes/arjun_private.json",
163
+ "spec/fake_json/users/likes/arjun_public.json",
164
+ "spec/fake_json/users/links/matake_private.json",
165
+ "spec/fake_json/users/links/post_with_valid_access_token.json",
166
+ "spec/fake_json/users/me_private.json",
167
+ "spec/fake_json/users/me_public.json",
168
+ "spec/fake_json/users/movies/matake_private.json",
169
+ "spec/fake_json/users/music/matake_private.json",
170
+ "spec/fake_json/users/notes/matake_private.json",
171
+ "spec/fake_json/users/posts/arjun_private.json",
172
+ "spec/fake_json/users/posts/arjun_public.json",
173
+ "spec/fake_json/users/statuses/arjun_private.json",
174
+ "spec/fake_json/users/statuses/arjun_public.json",
175
+ "spec/fake_json/users/tagged/arjun_private.json",
176
+ "spec/fake_json/users/tagged/arjun_public.json",
177
+ "spec/fake_json/users/television/matake_private.json",
178
+ "spec/fake_json/users/videos/kirk_private.json",
179
+ "spec/fb_graph/album_spec.rb",
180
+ "spec/fb_graph/application_spec.rb",
181
+ "spec/fb_graph/auth_spec.rb",
182
+ "spec/fb_graph/checkin_spec.rb",
183
+ "spec/fb_graph/collection_spec.rb",
184
+ "spec/fb_graph/comment_spec.rb",
185
+ "spec/fb_graph/connection_spec.rb",
186
+ "spec/fb_graph/connections/accounts_spec.rb",
187
+ "spec/fb_graph/connections/activities_spec.rb",
188
+ "spec/fb_graph/connections/albums_spec.rb",
189
+ "spec/fb_graph/connections/attending_spec.rb",
190
+ "spec/fb_graph/connections/books_spec.rb",
191
+ "spec/fb_graph/connections/checkins_spec.rb",
192
+ "spec/fb_graph/connections/comments_spec.rb",
193
+ "spec/fb_graph/connections/declined_spec.rb",
194
+ "spec/fb_graph/connections/events_spec.rb",
195
+ "spec/fb_graph/connections/feed_spec.rb",
196
+ "spec/fb_graph/connections/friend_lists_spec.rb",
197
+ "spec/fb_graph/connections/friends_spec.rb",
198
+ "spec/fb_graph/connections/groups_spec.rb",
199
+ "spec/fb_graph/connections/home_spec.rb",
200
+ "spec/fb_graph/connections/insights_spec.rb",
201
+ "spec/fb_graph/connections/interests_spec.rb",
202
+ "spec/fb_graph/connections/invited_spec.rb",
203
+ "spec/fb_graph/connections/likes_spec.rb",
204
+ "spec/fb_graph/connections/links_spec.rb",
205
+ "spec/fb_graph/connections/maybe_spec.rb",
206
+ "spec/fb_graph/connections/members_spec.rb",
207
+ "spec/fb_graph/connections/movies_spec.rb",
208
+ "spec/fb_graph/connections/music_spec.rb",
209
+ "spec/fb_graph/connections/noreply_spec.rb",
210
+ "spec/fb_graph/connections/notes_spec.rb",
211
+ "spec/fb_graph/connections/photos_spec.rb",
212
+ "spec/fb_graph/connections/picture_spec.rb",
213
+ "spec/fb_graph/connections/posts_spec.rb",
214
+ "spec/fb_graph/connections/statuses_spec.rb",
215
+ "spec/fb_graph/connections/subscriptions_spec.rb",
216
+ "spec/fb_graph/connections/tagged_spec.rb",
217
+ "spec/fb_graph/connections/television_spec.rb",
218
+ "spec/fb_graph/connections/videos_spec.rb",
219
+ "spec/fb_graph/education_spec.rb",
220
+ "spec/fb_graph/event_spec.rb",
221
+ "spec/fb_graph/friend_list_spec.rb",
222
+ "spec/fb_graph/group_spec.rb",
223
+ "spec/fb_graph/insight_spec.rb",
224
+ "spec/fb_graph/link_spec.rb",
225
+ "spec/fb_graph/node_spec.rb",
226
+ "spec/fb_graph/note_spec.rb",
227
+ "spec/fb_graph/page_spec.rb",
228
+ "spec/fb_graph/photo_spec.rb",
229
+ "spec/fb_graph/post_spec.rb",
230
+ "spec/fb_graph/status_spec.rb",
231
+ "spec/fb_graph/subscription_spec.rb",
232
+ "spec/fb_graph/tag_spec.rb",
233
+ "spec/fb_graph/user_spec.rb",
234
+ "spec/fb_graph/venue_spec.rb",
235
+ "spec/fb_graph/video_spec.rb",
236
+ "spec/fb_graph/work_spec.rb",
237
+ "spec/helpers/fake_json_helper.rb",
238
+ "spec/spec.opts",
239
+ "spec/spec_helper.rb"
234
240
  ]
235
241
  s.homepage = %q{http://github.com/nov/fb_graph}
242
+ s.rdoc_options = ["--charset=UTF-8"]
236
243
  s.require_paths = ["lib"]
237
244
  s.rubygems_version = %q{1.3.7}
238
245
  s.summary = %q{A full-stack Facebook Graph API wrapper in Ruby.}
239
246
  s.test_files = [
240
247
  "spec/fb_graph/album_spec.rb",
241
- "spec/fb_graph/application_spec.rb",
242
- "spec/fb_graph/auth_spec.rb",
243
- "spec/fb_graph/checkin_spec.rb",
244
- "spec/fb_graph/collection_spec.rb",
245
- "spec/fb_graph/comment_spec.rb",
246
- "spec/fb_graph/connection_spec.rb",
247
- "spec/fb_graph/connections/accounts_spec.rb",
248
- "spec/fb_graph/connections/activities_spec.rb",
249
- "spec/fb_graph/connections/albums_spec.rb",
250
- "spec/fb_graph/connections/attending_spec.rb",
251
- "spec/fb_graph/connections/books_spec.rb",
252
- "spec/fb_graph/connections/checkins_spec.rb",
253
- "spec/fb_graph/connections/comments_spec.rb",
254
- "spec/fb_graph/connections/declined_spec.rb",
255
- "spec/fb_graph/connections/events_spec.rb",
256
- "spec/fb_graph/connections/feed_spec.rb",
257
- "spec/fb_graph/connections/friends_spec.rb",
258
- "spec/fb_graph/connections/groups_spec.rb",
259
- "spec/fb_graph/connections/home_spec.rb",
260
- "spec/fb_graph/connections/insights_spec.rb",
261
- "spec/fb_graph/connections/interests_spec.rb",
262
- "spec/fb_graph/connections/invited_spec.rb",
263
- "spec/fb_graph/connections/likes_spec.rb",
264
- "spec/fb_graph/connections/links_spec.rb",
265
- "spec/fb_graph/connections/maybe_spec.rb",
266
- "spec/fb_graph/connections/members_spec.rb",
267
- "spec/fb_graph/connections/movies_spec.rb",
268
- "spec/fb_graph/connections/music_spec.rb",
269
- "spec/fb_graph/connections/noreply_spec.rb",
270
- "spec/fb_graph/connections/notes_spec.rb",
271
- "spec/fb_graph/connections/photos_spec.rb",
272
- "spec/fb_graph/connections/picture_spec.rb",
273
- "spec/fb_graph/connections/posts_spec.rb",
274
- "spec/fb_graph/connections/statuses_spec.rb",
275
- "spec/fb_graph/connections/subscriptions_spec.rb",
276
- "spec/fb_graph/connections/tagged_spec.rb",
277
- "spec/fb_graph/connections/television_spec.rb",
278
- "spec/fb_graph/connections/videos_spec.rb",
279
- "spec/fb_graph/education_spec.rb",
280
- "spec/fb_graph/event_spec.rb",
281
- "spec/fb_graph/group_spec.rb",
282
- "spec/fb_graph/insight_spec.rb",
283
- "spec/fb_graph/link_spec.rb",
284
- "spec/fb_graph/node_spec.rb",
285
- "spec/fb_graph/note_spec.rb",
286
- "spec/fb_graph/page_spec.rb",
287
- "spec/fb_graph/photo_spec.rb",
288
- "spec/fb_graph/post_spec.rb",
289
- "spec/fb_graph/status_spec.rb",
290
- "spec/fb_graph/subscription_spec.rb",
291
- "spec/fb_graph/tag_spec.rb",
292
- "spec/fb_graph/user_spec.rb",
293
- "spec/fb_graph/venue_spec.rb",
294
- "spec/fb_graph/video_spec.rb",
295
- "spec/fb_graph/work_spec.rb",
296
- "spec/helpers/fake_json_helper.rb",
297
- "spec/spec_helper.rb"
248
+ "spec/fb_graph/application_spec.rb",
249
+ "spec/fb_graph/auth_spec.rb",
250
+ "spec/fb_graph/checkin_spec.rb",
251
+ "spec/fb_graph/collection_spec.rb",
252
+ "spec/fb_graph/comment_spec.rb",
253
+ "spec/fb_graph/connection_spec.rb",
254
+ "spec/fb_graph/connections/accounts_spec.rb",
255
+ "spec/fb_graph/connections/activities_spec.rb",
256
+ "spec/fb_graph/connections/albums_spec.rb",
257
+ "spec/fb_graph/connections/attending_spec.rb",
258
+ "spec/fb_graph/connections/books_spec.rb",
259
+ "spec/fb_graph/connections/checkins_spec.rb",
260
+ "spec/fb_graph/connections/comments_spec.rb",
261
+ "spec/fb_graph/connections/declined_spec.rb",
262
+ "spec/fb_graph/connections/events_spec.rb",
263
+ "spec/fb_graph/connections/feed_spec.rb",
264
+ "spec/fb_graph/connections/friend_lists_spec.rb",
265
+ "spec/fb_graph/connections/friends_spec.rb",
266
+ "spec/fb_graph/connections/groups_spec.rb",
267
+ "spec/fb_graph/connections/home_spec.rb",
268
+ "spec/fb_graph/connections/insights_spec.rb",
269
+ "spec/fb_graph/connections/interests_spec.rb",
270
+ "spec/fb_graph/connections/invited_spec.rb",
271
+ "spec/fb_graph/connections/likes_spec.rb",
272
+ "spec/fb_graph/connections/links_spec.rb",
273
+ "spec/fb_graph/connections/maybe_spec.rb",
274
+ "spec/fb_graph/connections/members_spec.rb",
275
+ "spec/fb_graph/connections/movies_spec.rb",
276
+ "spec/fb_graph/connections/music_spec.rb",
277
+ "spec/fb_graph/connections/noreply_spec.rb",
278
+ "spec/fb_graph/connections/notes_spec.rb",
279
+ "spec/fb_graph/connections/photos_spec.rb",
280
+ "spec/fb_graph/connections/picture_spec.rb",
281
+ "spec/fb_graph/connections/posts_spec.rb",
282
+ "spec/fb_graph/connections/statuses_spec.rb",
283
+ "spec/fb_graph/connections/subscriptions_spec.rb",
284
+ "spec/fb_graph/connections/tagged_spec.rb",
285
+ "spec/fb_graph/connections/television_spec.rb",
286
+ "spec/fb_graph/connections/videos_spec.rb",
287
+ "spec/fb_graph/education_spec.rb",
288
+ "spec/fb_graph/event_spec.rb",
289
+ "spec/fb_graph/friend_list_spec.rb",
290
+ "spec/fb_graph/group_spec.rb",
291
+ "spec/fb_graph/insight_spec.rb",
292
+ "spec/fb_graph/link_spec.rb",
293
+ "spec/fb_graph/node_spec.rb",
294
+ "spec/fb_graph/note_spec.rb",
295
+ "spec/fb_graph/page_spec.rb",
296
+ "spec/fb_graph/photo_spec.rb",
297
+ "spec/fb_graph/post_spec.rb",
298
+ "spec/fb_graph/status_spec.rb",
299
+ "spec/fb_graph/subscription_spec.rb",
300
+ "spec/fb_graph/tag_spec.rb",
301
+ "spec/fb_graph/user_spec.rb",
302
+ "spec/fb_graph/venue_spec.rb",
303
+ "spec/fb_graph/video_spec.rb",
304
+ "spec/fb_graph/work_spec.rb",
305
+ "spec/helpers/fake_json_helper.rb",
306
+ "spec/spec_helper.rb"
298
307
  ]
299
308
 
300
309
  if s.respond_to? :specification_version then
@@ -1,6 +1,8 @@
1
1
  module FbGraph
2
2
  class Comment < Node
3
- attr_accessor :from, :message, :created_time
3
+ include Connections::Likes
4
+
5
+ attr_accessor :from, :message, :created_time, :like_count
4
6
 
5
7
  def initialize(identifier, attributes = {})
6
8
  super
@@ -12,6 +14,7 @@ module FbGraph
12
14
  end
13
15
  end
14
16
  @message = attributes[:message]
17
+ @like_count = attributes[:likes]
15
18
  if attributes[:created_time]
16
19
  @created_time = Time.parse(attributes[:created_time]).utc
17
20
  end
@@ -4,7 +4,7 @@ module FbGraph
4
4
  def comments(options = {})
5
5
  comments = if @_comments_.present? && options.blank?
6
6
  # Note:
7
- # "comments" is a connection, but included in fetched "post" object
7
+ # "comments" is a connection, but included in fetched object
8
8
  # this improves performance when rendering the stream with comments
9
9
  @_comments_
10
10
  else
@@ -0,0 +1,14 @@
1
+ module FbGraph
2
+ module Connections
3
+ module FriendLists
4
+ def friend_lists(options = {})
5
+ friend_lists = self.connection(:friendlists, options)
6
+ friend_lists.map! do |friend_list|
7
+ FriendList.new(friend_list.delete(:id), friend_list.merge(
8
+ :access_token => options[:access_token] || self.access_token
9
+ ))
10
+ end
11
+ end
12
+ end
13
+ end
14
+ end
@@ -2,11 +2,24 @@ module FbGraph
2
2
  module Connections
3
3
  module Likes
4
4
  def likes(options = {})
5
- likes = self.connection(:likes, options)
5
+ likes = if @_likes_.present? && options.blank?
6
+ # Note:
7
+ # "likes" is a connection, but included in fetched object
8
+ # this improves performance when rendering the stream with likes
9
+ @_likes_
10
+ else
11
+ self.connection(:likes, options)
12
+ end
6
13
  likes.map! do |like|
7
- Page.new(like.delete(:id), like.merge(
14
+ identifier = like.delete(:id)
15
+ like.merge!(
8
16
  :access_token => options[:access_token] || self.access_token
9
- ))
17
+ )
18
+ if like[:category]
19
+ Page.new(identifier, like)
20
+ else
21
+ User.new(identifier, like)
22
+ end
10
23
  end
11
24
  end
12
25
 
@@ -0,0 +1,12 @@
1
+ module FbGraph
2
+ class FriendList < Node
3
+ include Connections::Members
4
+
5
+ attr_accessor :name
6
+
7
+ def initialize(identifier, attributes = {})
8
+ super
9
+ @name = attributes[:name]
10
+ end
11
+ end
12
+ end
data/lib/fb_graph/link.rb CHANGED
@@ -23,6 +23,9 @@ module FbGraph
23
23
  if attributes[:created_time]
24
24
  @created_time = Time.parse(attributes[:created_time]).utc
25
25
  end
26
+
27
+ # cached connection
28
+ @_comments_ = FbGraph::Collection.new(attributes[:comments])
26
29
  end
27
30
  end
28
31
  end
data/lib/fb_graph/note.rb CHANGED
@@ -23,6 +23,9 @@ module FbGraph
23
23
  @updated_time = Time.parse(attributes[:updated_time]).utc
24
24
  end
25
25
  @icon = attributes[:icon]
26
+
27
+ # cached connection
28
+ @_comments_ = FbGraph::Collection.new(attributes[:comments])
26
29
  end
27
30
  end
28
31
  end
data/lib/fb_graph/page.rb CHANGED
@@ -16,7 +16,7 @@ module FbGraph
16
16
  include Connections::Videos
17
17
  extend Searchable
18
18
 
19
- attr_accessor :name, :username, :link, :category, :founded, :company_overview, :mission, :products, :fan_count, :location, :website
19
+ attr_accessor :name, :username, :link, :category, :founded, :company_overview, :mission, :products, :fan_count, :location, :website, :like_count
20
20
 
21
21
  def initialize(identifier, attributes = {})
22
22
  super
@@ -37,6 +37,7 @@ module FbGraph
37
37
  @venue = FbGraph::Venue.new(location)
38
38
  end
39
39
  @website = attributes[:website]
40
+ @like_count = attributes[:likes]
40
41
  end
41
42
  end
42
43
  end
@@ -36,6 +36,9 @@ module FbGraph
36
36
  if attributes[:updated_time]
37
37
  @updated_time = Time.parse(attributes[:updated_time]).utc
38
38
  end
39
+
40
+ # cached connection
41
+ @_comments_ = FbGraph::Collection.new(attributes[:comments])
39
42
  end
40
43
  end
41
44
  end
data/lib/fb_graph/post.rb CHANGED
@@ -4,7 +4,7 @@ module FbGraph
4
4
  include Connections::Likes
5
5
  extend Searchable
6
6
 
7
- attr_accessor :from, :to, :message, :picture, :link, :name, :caption, :description, :source, :icon, :attribution, :actions, :likes, :created_time, :updated_time
7
+ attr_accessor :from, :to, :message, :picture, :link, :name, :caption, :description, :source, :icon, :attribution, :actions, :like_count, :created_time, :updated_time
8
8
 
9
9
  def initialize(identifier, attributes = {})
10
10
  super
@@ -35,7 +35,7 @@ module FbGraph
35
35
  @icon = attributes[:icon]
36
36
  @attribution = attributes[:attribution]
37
37
  @actions = attributes[:actions]
38
- @likes = attributes[:likes]
38
+ @like_count = attributes[:likes]
39
39
  if attributes[:created_time]
40
40
  @created_time = Time.parse(attributes[:created_time]).utc
41
41
  end
@@ -18,6 +18,10 @@ module FbGraph
18
18
  if (updated_time = attributes.delete(:updated_time))
19
19
  @updated_time = Time.parse(updated_time).utc
20
20
  end
21
+
22
+ # cached connection
23
+ @_comments_ = FbGraph::Collection.new(attributes[:comments])
24
+ @_likes_ = FbGraph::Collection.new(attributes[:likes])
21
25
  end
22
26
  end
23
27
  end
data/lib/fb_graph/user.rb CHANGED
@@ -7,6 +7,7 @@ module FbGraph
7
7
  include Connections::Checkins
8
8
  include Connections::Events
9
9
  include Connections::Feed
10
+ include Connections::FriendLists
10
11
  include Connections::Friends
11
12
  include Connections::Groups
12
13
  include Connections::Home
@@ -23,6 +23,9 @@ module FbGraph
23
23
  if attributes[:updated_time]
24
24
  @updated_time = Time.parse(attributes[:updated_time]).utc
25
25
  end
26
+
27
+ # cached connection
28
+ @_comments_ = FbGraph::Collection.new(attributes[:comments])
26
29
  end
27
30
  end
28
31
  end
data/lib/fb_graph.rb CHANGED
@@ -59,6 +59,7 @@ require 'fb_graph/checkin'
59
59
  require 'fb_graph/comment'
60
60
  require 'fb_graph/education'
61
61
  require 'fb_graph/event'
62
+ require 'fb_graph/friend_list'
62
63
  require 'fb_graph/group'
63
64
  require 'fb_graph/insight'
64
65
  require 'fb_graph/link'
@@ -0,0 +1,20 @@
1
+ {
2
+ "data": [
3
+ {
4
+ "id": "494503307276",
5
+ "name": "OpenStack"
6
+ },
7
+ {
8
+ "id": "41968037276",
9
+ "name": "Doshisha"
10
+ },
11
+ {
12
+ "id": "41967672276",
13
+ "name": "Smart.fm"
14
+ },
15
+ {
16
+ "id": "41967622276",
17
+ "name": "Drecom"
18
+ }
19
+ ]
20
+ }
@@ -0,0 +1,14 @@
1
+ require File.join(File.dirname(__FILE__), '../../spec_helper')
2
+
3
+ describe FbGraph::Connections::FriendLists, '#friend_lists' do
4
+ before(:all) do
5
+ fake_json(:get, 'matake/friendlists?access_token=access_token', 'users/friend_lists/matake')
6
+ end
7
+
8
+ it 'should return videos as FbGraph::FriendList' do
9
+ friend_lists = FbGraph::User.new('matake', :access_token => 'access_token').friend_lists
10
+ friend_lists.each do |friend_list|
11
+ friend_list.should be_instance_of(FbGraph::FriendList)
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,15 @@
1
+ require File.join(File.dirname(__FILE__), '../spec_helper')
2
+
3
+ describe FbGraph::FriendList, '.new' do
4
+
5
+ it 'should setup all supported attributes' do
6
+ attributes = {
7
+ :id => '12345',
8
+ :name => 'My List'
9
+ }
10
+ video = FbGraph::FriendList.new(attributes.delete(:id), attributes)
11
+ video.identifier.should == '12345'
12
+ video.name.should == 'My List'
13
+ end
14
+
15
+ end
@@ -40,7 +40,7 @@ describe FbGraph::Post, '#fetch' do
40
40
  :category => "Technology"
41
41
  )
42
42
  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"
43
- post.likes.should == 61
43
+ post.like_count.should == 61
44
44
  post.created_time.should == Time.parse("2010-04-15T17:37:03+0000")
45
45
  post.updated_time.should == Time.parse("2010-04-22T18:19:13+0000")
46
46
  post.comments.size.should == 4
@@ -61,7 +61,7 @@ describe FbGraph::Post, '#fetch' do
61
61
  :category => "Technology"
62
62
  )
63
63
  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"
64
- post.likes.should == 61
64
+ post.like_count.should == 61
65
65
  post.created_time.should == Time.parse("2010-04-15T17:37:03+0000")
66
66
  post.updated_time.should == Time.parse("2010-04-22T18:19:13+0000")
67
67
  post.comments.size.should == 9
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fb_graph
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 4
10
- version: 1.1.4
9
+ - 5
10
+ version: 1.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - nov matake
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-13 00:00:00 +09:00
18
+ date: 2010-12-22 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -133,6 +133,7 @@ extra_rdoc_files:
133
133
  - README.rdoc
134
134
  files:
135
135
  - .document
136
+ - .gitignore
136
137
  - LICENSE
137
138
  - README.rdoc
138
139
  - Rakefile
@@ -161,6 +162,7 @@ files:
161
162
  - lib/fb_graph/connections/declined.rb
162
163
  - lib/fb_graph/connections/events.rb
163
164
  - lib/fb_graph/connections/feed.rb
165
+ - lib/fb_graph/connections/friend_lists.rb
164
166
  - lib/fb_graph/connections/friends.rb
165
167
  - lib/fb_graph/connections/groups.rb
166
168
  - lib/fb_graph/connections/home.rb
@@ -185,6 +187,7 @@ files:
185
187
  - lib/fb_graph/connections/videos.rb
186
188
  - lib/fb_graph/education.rb
187
189
  - lib/fb_graph/event.rb
190
+ - lib/fb_graph/friend_list.rb
188
191
  - lib/fb_graph/group.rb
189
192
  - lib/fb_graph/insight.rb
190
193
  - lib/fb_graph/link.rb
@@ -257,6 +260,7 @@ files:
257
260
  - spec/fake_json/users/feed/post_with_invalid_access_token.json
258
261
  - spec/fake_json/users/feed/post_with_valid_access_token.json
259
262
  - spec/fake_json/users/feed/post_without_access_token.json
263
+ - spec/fake_json/users/friend_lists/matake.json
260
264
  - spec/fake_json/users/friends/arjun_private.json
261
265
  - spec/fake_json/users/friends/arjun_public.json
262
266
  - spec/fake_json/users/friends/me_private.json
@@ -304,6 +308,7 @@ files:
304
308
  - spec/fb_graph/connections/declined_spec.rb
305
309
  - spec/fb_graph/connections/events_spec.rb
306
310
  - spec/fb_graph/connections/feed_spec.rb
311
+ - spec/fb_graph/connections/friend_lists_spec.rb
307
312
  - spec/fb_graph/connections/friends_spec.rb
308
313
  - spec/fb_graph/connections/groups_spec.rb
309
314
  - spec/fb_graph/connections/home_spec.rb
@@ -328,6 +333,7 @@ files:
328
333
  - spec/fb_graph/connections/videos_spec.rb
329
334
  - spec/fb_graph/education_spec.rb
330
335
  - spec/fb_graph/event_spec.rb
336
+ - spec/fb_graph/friend_list_spec.rb
331
337
  - spec/fb_graph/group_spec.rb
332
338
  - spec/fb_graph/insight_spec.rb
333
339
  - spec/fb_graph/link_spec.rb
@@ -351,8 +357,8 @@ homepage: http://github.com/nov/fb_graph
351
357
  licenses: []
352
358
 
353
359
  post_install_message:
354
- rdoc_options: []
355
-
360
+ rdoc_options:
361
+ - --charset=UTF-8
356
362
  require_paths:
357
363
  - lib
358
364
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -398,6 +404,7 @@ test_files:
398
404
  - spec/fb_graph/connections/declined_spec.rb
399
405
  - spec/fb_graph/connections/events_spec.rb
400
406
  - spec/fb_graph/connections/feed_spec.rb
407
+ - spec/fb_graph/connections/friend_lists_spec.rb
401
408
  - spec/fb_graph/connections/friends_spec.rb
402
409
  - spec/fb_graph/connections/groups_spec.rb
403
410
  - spec/fb_graph/connections/home_spec.rb
@@ -422,6 +429,7 @@ test_files:
422
429
  - spec/fb_graph/connections/videos_spec.rb
423
430
  - spec/fb_graph/education_spec.rb
424
431
  - spec/fb_graph/event_spec.rb
432
+ - spec/fb_graph/friend_list_spec.rb
425
433
  - spec/fb_graph/group_spec.rb
426
434
  - spec/fb_graph/insight_spec.rb
427
435
  - spec/fb_graph/link_spec.rb