Displaying 4 results from an estimated 4 matches for "fb_sig_request_method".
2007 Dec 05
7
Better RESTful routes with fb_sig_request_method
With the new fb_sig_request_method provided by Facebook, I''ve patched
shanev''s pseudo-resource routes to generate restful routes, minus some
exceptions.
The announcement: http://www.facebook.com/developers/message.php#msg_126
Patch is submitted here: http://rubyforge.org/tracker/index.php?func=detail&aid=...
2008 Mar 11
0
Facebooker-talk Digest, Vol 5, Issue 12
....to_f,
"fb_sig_locale" => "en_US",
"fb_sig_session_key" => "d82ebe8648254d4cef7d993a-1953401",
"fb_sig_position_fix" => "1",
"fb_sig_in_canvas" => "1",
"fb_sig_request_method" => http_verb.to_s.upcase,
"fb_sig_expires" => "0",
"fb_sig_added" => "1",
"fb_sig_api_key" => Facebooker::Session.api_key,
"fb_sig_profile_update_time" => "1203267404",...
2008 Mar 11
0
Facebook_request in unit tests
...e.now.to_f,
"fb_sig_locale" => "en_US",
"fb_sig_session_key" => "d82ebe8648254d4cef7d993a-1953401",
"fb_sig_position_fix" => "1",
"fb_sig_in_canvas" => "1",
"fb_sig_request_method" => http_verb.to_s.upcase,
"fb_sig_expires" => "0",
"fb_sig_added" => "1",
"fb_sig_api_key" => Facebooker::Session.api_key,
"fb_sig_profile_update_time" => "1203267404",...
2008 Jan 16
10
Towards a 1.0 release
Hey everybody.
I''ve been using Facebooker on several projects over the last few
months and feel like it is really starting to mature. I''d like to push
towards a 1.0 release within the next month. I''d really like
everybody''s input on what still needs to be done, as well as some help
in wrapping things up. I''ve created a list of things that still