Michael Tedesco
2008-Mar-05 19:00 UTC
[Facebooker-talk] Is there a Facebooker method call that I can do the following
I''d like to be able to do the following without using ensure_authenticated_to_facebook from "http://www.facebook.com/login.php?api_key="+key+"&v=1.0" Capture the Session key as well as the logged in user I realize I have access to these values through facebook_session if I include that method, But if I don''t use it, can I do for instance Facebook.auth.getSession (an equivalent facebooker command) Then Get user -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/facebooker-talk/attachments/20080305/7295eca5/attachment.html
David Clements
2008-Mar-05 21:42 UTC
[Facebooker-talk] Is there a Facebooker method call that I can do the following
Hey Michael, I am not sure if I am following you here. That URL does not hit your server at all. That is handled by the facebook servers. If facebook is hitting your server all the data you are looking for should be in the params hash though: params[:fb_sig_session_key] params[:fb_sig_user] Dave On Wed, Mar 5, 2008 at 12:00 PM, Michael Tedesco <michael.tedesco at peermeta.com> wrote:> > > > > I''d like to be able to do the following without using > ensure_authenticated_to_facebook > > from > > "http://www.facebook.com/login.php?api_key="+key+"&v=1.0" > > > > Capture the Session key as well as the logged in user > > I realize I have access to these values through facebook_session if I > include that method, > > > > But if I don''t use it, can I do for instance > > Facebook.auth.getSession (an equivalent facebooker command) > > Then > > Get user > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > >