Displaying 4 results from an estimated 4 matches for "fb_sig_profile_update_tim".
Did you mean:
fb_sig_profile_update_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 Mar 11
0
Facebooker-talk Digest, Vol 5, Issue 12
...ot; => "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",
"fb_sig_user" => @fb_id }
fb_params.merge!("fb_sig" => signature_for(fb_params))
@request.accept = "text/fbml"
send(http_verb, action, params.merge(fb_params))
@request.accept = "...
2008 Mar 11
0
Facebook_request in unit tests
...as" => "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",
"fb_sig_user" => @fb_id }
fb_params.merge!("fb_sig" => signature_for(fb_params))
@request.accept = "text/fbml"
send(http_verb, action, params.merge(fb_params))
@request.accept = "text...
2008 Mar 27
0
handling post-remove URL / uninstall of application
...# 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" => nil,
"fb_sig_api_key" => "<something>",
"fb_sig_added" =>...