Michael Tedesco
2008-Feb-27 18:05 UTC
[Facebooker-talk] Anyway to obtain some of your friend''s personal info
Through the api Is there a way besides getting a friend''s name and id - get some personal info (i.e. birthday, age, sex, school etc) For example for a_friend in @friends puts a_friend.name puts a_friend.id end Can this be done? Thanks, Michael Tedesco -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/facebooker-talk/attachments/20080227/2b775fb5/attachment-0001.html
Shane Vitarana
2008-Feb-27 18:41 UTC
[Facebooker-talk] Anyway to obtain some of your friend''s personal info
Yeah, facebook_session.user.birthday facebook_session.user.sex etc.. Shane On Wed, Feb 27, 2008 at 12:05 PM, Michael Tedesco <michael.tedesco at peermeta.com> wrote:> > > > > Through the api > > Is there a way besides getting a friend''s name and id ? get some personal > info (i.e. birthday, age, sex, school etc) > > > > For example > > for a_friend in @friends > > puts a_friend.name > > puts a_friend.id > > end > > > > Can this be done? > > > > Thanks, Michael Tedesco > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > >-- http://shanesbrain.net | http://crimsonjet.com | http://myfitbuddy.com
Michael Tedesco
2008-Feb-27 18:41 UTC
[Facebooker-talk] Anyway to obtain some of your friend''s personal info
Is there a document/api list that shows what you can append/use for fb_profile_ and/or a_friend in friends. -----Original Message----- From: Nicholaus Ames [mailto:nicholaus.l.ames at gmail.com] Sent: Wednesday, February 27, 2008 1:18 PM To: Michael Tedesco Cc: facebooker-talk at rubyforge.org Subject: Re: [Facebooker-talk] Anyway to obtain some of your friend''s personal info check out the facebooker app on facebook http://apps.facebook.com/facebooker_tutorial/getting_started/look_at_user_data On Wed, Feb 27, 2008 at 10:05 AM, Michael Tedesco <michael.tedesco at peermeta.com> wrote:> > > > > Through the api > > Is there a way besides getting a friend''s name and id - get some personal > info (i.e. birthday, age, sex, school etc) > > > > For example > > for a_friend in @friends > > puts a_friend.name > > puts a_friend.id > > end > > > > Can this be done? > > > > Thanks, Michael Tedesco > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > >-- Nicholaus Ames 503-544-5813 ri.niculo.us
Michael Tedesco
2008-Feb-27 18:45 UTC
[Facebooker-talk] Anyway to obtain some of your friend''s personal info
Oh Cool: Thanks Shane it works for Friends as well -----Original Message----- From: Shane Vitarana [mailto:shanev at gmail.com] Sent: Wednesday, February 27, 2008 1:41 PM To: Michael Tedesco Cc: facebooker-talk at rubyforge.org Subject: Re: [Facebooker-talk] Anyway to obtain some of your friend''s personal info Yeah, facebook_session.user.birthday facebook_session.user.sex etc.. Shane On Wed, Feb 27, 2008 at 12:05 PM, Michael Tedesco <michael.tedesco at peermeta.com> wrote:> > > > > Through the api > > Is there a way besides getting a friend''s name and id - get some personal > info (i.e. birthday, age, sex, school etc) > > > > For example > > for a_friend in @friends > > puts a_friend.name > > puts a_friend.id > > end > > > > Can this be done? > > > > Thanks, Michael Tedesco > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > >-- http://shanesbrain.net | http://crimsonjet.com | http://myfitbuddy.com