Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Using the FB C# SDK v5.xx and trying to find out about a user's "sports you play", "favorite teams" and "favorite athletes" information.

Tried query on the USER table but perhaps I did not have the correct column names. Used the following column names but got back null, as you can see. "sports":null,"favorite_teams":null,"favorite_athletes":null

The FB developer doc on the USER table does not list those columns.

Anyone know how to find that information?

share|improve this question

1 Answer

favorite_teams and favorite_athletes is null because facebook deprecated this fields.

You can check in documentation from below link http://developers.facebook.com/docs/reference/api/user/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.