search for: secure_with_facebook_param

Displaying 3 results from an estimated 3 matches for "secure_with_facebook_param".

2008 Jun 03
2
Order of authentication methods is causing unnecessary call to API?
...g that Facebook server is occasionally sending a connection reset during the auth key authentication method, this caused me to notice that secure_with_token is given precedence in the code: def set_facebook_session returning session_set = session_already_secured? || secure_with_token! || secure_with_facebook_params! do if session_set capture_facebook_friends_if_available! Session.current = facebook_session end end end This seems wrong to me since secure with token makes a round trip to Facebook and secure_with_facebook_params! does not. Any thoug...
2008 Jan 26
3
Facebooker::Session::IncorrectSignature
...:92:in `verify_signature'' vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:77:in `verified_facebook_params'' vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:24:in `facebook_params'' vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:43:in `secure_with_facebook_params!'' vendor/rails/activesupport/lib/active_support/inflector.rb:260:in `all?'' vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:43:in `each'' vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:43:in `all?'' vendor/plugins/facebooker/lib/facebooke...
2008 May 15
3
Facebooker support for iframe apps
Hi facebooker-ers, It looks to me like facebooker does not currently support iframe facebook apps - or am I missing something? My first problem as I understand it is as follows - When you are logged into facebook, and access a facebook application, facebook tacks on a whole lot of extra fb_sig parameters to the request (including fb_sig_user) that the application can then validate to