[Facebooker-talk] facebook_session not working for me

Dustin Anderson dustin at dustinanderson.com
Sat Apr 26 22:22:02 EDT 2008


Hey All,

I can't get facebook_session to return anything but nil.

I'm following along in Mike Mangino's pragmatic programmer's book
about creating invitations - and adding info to a profile...

There is a part where we are supposed to grab the @user to be able to
set the profile_fbml on it.
@user = facebook_session.user
@user.profile_fbml = render_to_string(:partial=>"profile",
:locals=>{:from=>params[:from]})

Anyway, it never worked for me... I did an @user.inspect and it's just
nil.  facebook_session doesn't return anything.

Any ideas?

Thanks in advance!
Dustin


More information about the Facebooker-talk mailing list