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.

The Facebook FQL user table has a column called is_minor.

The Facebook platform documentation does not indicate that any special Permission is required to access the data in this column. However, all of my attempts to get any data from this column always return NULL. And I've tried everything I can think of...

(I have no problem accessing all sorts of other data from other columns in the FQL user table.)

Does anyone know... is the is_minor column simply not populated at all? Has anyone had any success accessing data from this column?

share|improve this question

1 Answer

Well, it turn out this is actually a bug. Facebook has confirmed and assigned it.

http://developers.facebook.com/bugs/217123218363794

(Phew. I'm not crazy.)

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.