search for: post_remov

Displaying 1 result from an estimated 1 matches for "post_remov".

Did you mean: post_remove
2008 Mar 27
0
handling post-remove URL / uninstall of application
...g of logged in users doesn''t apply here, because FB doesn''t send the normal set of user information for this call. Instead it sends a custom POST. So first, I have to disable all my normal before_filters, ensure_application_is_installed_by_facebook_user [:except => :post_remove] ensure_authenticated_to_facebook [:except => :post_remove] before_filter :get_user, :except => :post_remove Now I''ve defined something like this in my controller: def post_remove if request.post? raise "Incorrect API Key" unless params[''fb_...