Accessing Facebook Likes and Interests with the old rest api

Posted by Pierre Olivier Martel on Stack Overflow See other posts from Stack Overflow or by Pierre Olivier Martel
Published on 2010-05-05T21:25:49Z Indexed on 2010/05/05 21:28 UTC
Read the original article Hit count: 899

Filed under:
|

In their recent changes, Facebook now links your likes and interests with community and fan pages. How can I retrieve this information using the old rest API and Facebooker. I tried things like this to get the music preferences :

facebook_session.user.music

but I get a blank string instead of the relevant connections. Is it mandatory to use the new Graph API in order to make this work?

© Stack Overflow or respective owner

Related posts about facebook

Related posts about facebooker