public
Description: A Rails plugin to work with the Bebo API
Homepage: http://www.intridea.com/2008/1/11/beboist-a-rails-plugin-for-the-bebo-social-api
Clone URL: git://github.com/skyfallsin/beboist.git
beboist / KNOWN_ISSUES
100644 4 lines (4 sloc) 0.189 kb
1
2
3
4
v 0.01
----------------
- Since Bebo considers all requests POSTS, named paths generated by map.resources do not work properly,
  use the :controller => "x", :action => "y" format for now.