search for: set_facebook_sess

Displaying 5 results from an estimated 5 matches for "set_facebook_sess".

2008 Mar 25
7
Facebooker::Session::SessionExpired (Session key invalid or no longer valid)
Hi All, I''m having horrible problems with this exception, which seems to happen as soon as I access the session object. Does anyone know what the path is to recover from this? This post looked to be the most promising: http://rubyforge.org/pipermail/facebooker-talk/2007-December/000047.html And I followed all of the steps except switching my session store, and modifying the default
2008 Jun 03
2
Order of authentication methods is causing unnecessary call to API?
...quest that not only contains an auth_key but also contains a valid session key. Occasionally I am seeing 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...
2008 Jan 26
3
Facebooker::Session::IncorrectSignature
...rails/controller.rb:43:in `each'' vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:43:in `all?'' vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:43:in `secure_with_facebook_params!'' vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:15:in `set_facebook_session'' vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:130:in `ensure_authenticated_to_facebook'' vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:135:in `ensure_application_is_installed_by_facebook_user'' As far as troubleshooting goes, I started dig...
2008 Mar 11
0
How to get a facebook session for desktop applications (or unit tests?)
Normally, in a rails app, all one would have to do is call set_facebook_session, or the ensure_* filters to get a valid session. I''ve been looking through the sessions code to figure out how to get a valid session for desktop applications (or unit tests)--basically outside of rails controller. As far as I can ascertain, you should just be able to do this: require...
2008 Mar 31
13
request for change in URL pointing to facebook domain
I am requesting that we change the paths that absolutely point to the facebook URL. In the PHP client there is a method in the facebook.php file called get_facebook_url() so this is easy to change there. One reason for this: Ringside Networks is a drop in replacement for Facebook that can be used for localhost development and eventually an abstraction for most social networks - it mimics the