search for: test_post_remov

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

Did you mean: test_post_remove
2008 Mar 27
0
handling post-remove URL / uninstall of application
...Facebooker::Session.api_key isn''t working, below is my test code and the error. It''s not strictly necessary, but helps with security I guess. Also, I guess I will need to add the code from the wiki to verify the signature, in order to protect from hackers. --simon def test_post_remove # First, make sure the user is there (not deleted) assert_not_nil WebUser.find_by_id( 1 ) # Then, call post_remove on facebook controller post :post_remove, { "fb_sig_uninstall" => "1", "fb_sig_time" => Time.now,...