fb_graph 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +3 -2
- data/VERSION +1 -1
- data/fb_graph.gemspec +1 -1
- data/lib/fb_graph/collection.rb +2 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
= FbGraph
|
2
2
|
|
3
|
-
A
|
4
|
-
This is a work in progress.
|
3
|
+
A full-stack Facebook Graph API wrapper in Ruby.
|
5
4
|
|
6
5
|
== Installation
|
7
6
|
|
@@ -19,6 +18,8 @@ This is a work in progress.
|
|
19
18
|
Now FbGraph supports all objects listed here: http://developers.facebook.com/docs/reference/api/
|
20
19
|
Almost all connections for each object are also supported. (Private message connections are not supported yet)
|
21
20
|
|
21
|
+
Plus, you can play an Rails sample app here. http://fbgraphsample.heroku.com/
|
22
|
+
|
22
23
|
=== GET
|
23
24
|
|
24
25
|
==== Basic Objects
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.1
|
data/fb_graph.gemspec
CHANGED
data/lib/fb_graph/collection.rb
CHANGED