Displaying 6 results from an estimated 6 matches for "fb_sig_tim".
Did you mean:
fb_sig_time
2007 Dec 08
3
Uploading photos using facebook & attachment_fu
Hi All,
I''m trying to use a form to upload a photo that I will save using
attachment_fu. I''m very new to Facebookr so I apologize if this is covered
somewhere, but I''m kind of stumped.
Here''s what I''m doing now:
<% facebook_form_for(:my_object, :url => { :action => ''upload_photo'', :id =>
params[:id] }, :html => {
2008 Aug 21
4
forgery Protection
Has anybody solved this issue. [
http://rubyforge.org/pipermail/facebooker-talk/2008-April/000552.html ] ?
NameError (undefined local variable or method `controller'' for
#<LeaveController:0xb7144abc>):
/app/controllers/application.rb:24:in `verify_authenticity_token''
2008 Sep 08
0
InvalidAuthenticityToken when user adds application through facebook registration
...Tesster! Your account has been created.
[application] has been added to your account.
Facebook also issues a post request similar to the following:
Processing HomeController#index (for 127.0.0.1 at 2008-09-08 16:36:48)
[POST]
Session ID: b3286f3c51ba8da745b45732-1487557007
Parameters: {"fb_sig_time"=>"1220917013.3643",
"fb_sig"=>"95fcf4dabcc91059e5c8452155708142", "installed"=>"1",
"action"=>"inde
x", "fb_sig_session_key"=>"b3286f3c51ba8da745b45732-1487557007",
"auth_token"...
2008 Mar 11
0
Facebooker-talk Digest, Vol 5, Issue 12
...def set_user_facebook_id(fb_id)
@fb_id = fb_id
end
# makes a request as if it was from facebook. Need to
set_user_facebook_id() first
# so it knows whom to send the request as.
def facebook_request(http_verb, action, params = { })
fb_params = { "fb_sig_time" => Time.now.to_f,
"fb_sig_locale" => "en_US",
"fb_sig_session_key" => "d82ebe8648254d4cef7d993a-1953401",
"fb_sig_position_fix" => "1",
"fb_sig_in_canvas" => "1&q...
2008 Mar 11
0
Facebook_request in unit tests
...request
def set_user_facebook_id(fb_id)
@fb_id = fb_id
end
# makes a request as if it was from facebook. Need to
set_user_facebook_id() first
# so it knows whom to send the request as.
def facebook_request(http_verb, action, params = { })
fb_params = { "fb_sig_time" => Time.now.to_f,
"fb_sig_locale" => "en_US",
"fb_sig_session_key" => "d82ebe8648254d4cef7d993a-1953401",
"fb_sig_position_fix" => "1",
"fb_sig_in_canvas" => "1"...
2008 Mar 27
0
handling post-remove URL / uninstall of application
...rs.
--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,
"fb_sig_user" => "1",
"fb_sig_profile_update_time" => nil,
"fb_sig_session_key" => nil,
"fb_sig_expires" =>...