views:

11

answers:

0

I'm coding using the Facebook SDK for iPhone. According to the documentation, a User has a property called interested_in. However the JSON request which I make doesn't seem to include this property.

{"id":"635332621","name":"Joe Schmoe","first_name":"Joe","last_name":"Schmoe","link":"http:\/\/www.facebook.com\/profile.php?id=635332621","birthday":"01\/18","quotes":"\"Blah Blah Blah\"\r\n\"The power of Foamy compells you, the power of foamy compells you!\"\r\n\"Being normal is overrated\"","education":[{"school":{"id":"110763132278048","name":"Walla Walla College"},"type":"College"},{"school":{"id":"108260019195857","name":"Port Richmond High School"},"year":{"id":"114683558547692","name":"2009"},"type":"High School"}],"gender":"male","locale":"en_US","updated_time":"2010-10-16T04:44:25+0000"}

How can I get this property working?