Module: Rack
- Defined in:
- lib/facebooker2/rack/post_canvas.rb
Overview
Rack middleware that converts POST requests from Facebook to GET request. When there is a signed_parameter in the request params, this is a request iniated by the top Facebook frame It will be sent as a POST request that we want to convert to a GET request to keep the app restful See for details : blog.coderubik.com/?p=178
Defined Under Namespace
Classes: PostCanvas