public
Rubygem
Description: Simple Facebook platform simulator, to aid in developing Facebook canvas apps offline.
Homepage: http://github.com/sco/fakebook/
Clone URL: git://github.com/sco/fakebook.git
Click here to lend your support to: fakebook and make a donation at www.pledgie.com !
changing README to rdoc
sco (author)
Thu Jul 17 16:11:05 -0700 2008
commit  b94939cf7d7c94db511031e851f69f79b567c265
tree    401b817114d4451cbef8f34545f863c88e7446ee
parent  c83a4fa184045f74473a42942f0c86fcbf2452d7
...
33
34
35
36
37
38
39
 
 
 
40
41
42
...
33
34
35
 
 
 
 
36
37
38
39
40
41
0
@@ -33,10 +33,9 @@ You can also use the library directly with the Fakebook class, which eases testi
0
                      :fb_params => { :user => 1, :session_key => 'session_key', :friends => [2, 3, 4] }
0
   app.request("/")
0
 
0
-Because Fakebook implements #call according to the Rack
0
-specification[http://rack.rubyforge.org/doc/files/SPEC.html], you can create an HTTP server
0
-that proxies to your application using your choice of server library (Mongrel, WEBrick, Thin,
0
-etc.) For example:
0
+Because Fakebook implements #call according to the Rack specification
0
+(http://rack.rubyforge.org/doc/files/SPEC.html), you can create an HTTP server that proxies to
0
+your application using your choice of server library (Mongrel, WEBrick, Thin, etc.) For example:
0
 
0
   require 'fakebook'
0
   app = Fakebook.new # etc...

Comments

    No one has commented yet.