Generic-user-small Christian Ma... 6 posts

Hey Mike,

I feel like I'm dominating this forum...but...
Question and suggestion for you.  You don't mention in your book anywhere how to access the Facebooker::User constants - I can't for the life of me figure out how to get at the :status, :political, :pic_small, :name, etc information for my user object!  I'm pretty sure I have to create a new Facebooker object from my User.id - but I'm not sure where to go from there...
I think a section on accessing this information (and perhaps the best practice for it) as well as perhaps a section that would offer suggestions on how to Grok some of the rdoc's would be uber helpful.

Thanks Mike!

Christian

 
Head_small Mike Mangino 17 posts
  
  u=User.for(12451754)
  fb_user = u.facebook_session.user
  fb_user.status
  

I do talk about pulling the hometown. I will try to make that a little more clear.

2 posts, 2 voices