public
Fork of deadprogrammer/frankie
Description: Easy creation of Facebook applications in Ruby using plugin for Sinatra web framework that integrates with Facebooker gem.
Homepage: http://www.deadprogrammersociety.com
Clone URL: git://github.com/bmizerany/frankie.git
Fix small error in readme.
Ron Evans (author)
Tue Apr 08 23:02:37 -0700 2008
commit  47911c12dea9ee13da573974aafe21836de22f20
tree    50db9dab3aa530ffb60e4e8d3b1ea446f349571c
parent  1274199fb75c6a7a0973a304b18319e8e8fa8d8a
0
...
1
 
2
3
4
...
56
57
58
59
 
60
61
62
...
 
1
2
3
4
...
56
57
58
 
59
60
61
62
0
@@ -1,4 +1,4 @@
0
-frankie is a plugin for the Sinatra web framework (http://http://sinatrarb.com/) that allows you to easily create a Facebook application by using the Facebooker gem.
0
+Frankie (http://facethesinatra.com) is a plugin for the Sinatra web framework (http://sinatrarb.com/) that allows you to easily create a Facebook application by using the Facebooker gem.
0
 
0
 Written by Ron Evans (http://www.deadprogrammersociety.com)
0
 
0
@@ -56,7 +56,7 @@ production:
0
  callback_url: http://yourrealserver.com
0
 -------
0
 
0
-- Make sure you have setup your facebook application on the facebook site. Google "setup new facebook application" if you are unsure how to do this. I recommend starting with an IFrame application.
0
+- Make sure you have setup your Facebook application on the facebook site. Google "setup new facebook application" if you are unsure how to do this. I recommend starting with an IFrame application.
0
 
0
 - Create your application, based on the sample above, and then run it:
0
 ruby sample.rb

Comments

    No one has commented yet.