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.

I have an app on facebook that asks for user_likes permissions, and afterwards checks whether a user has liked a particular page on facebook. It works great on 80% of users, but has problems with the rest:

when running this fql query:

"SELECT uid FROM page_fan WHERE page_id='XXXXXXXXXXXXXXX' and uid = me()"

the response is null. These users have granted all the necessary permissions to the app. what might be the case?

share|improve this question
Could it simply be that those users aren't fans of the page in question? – PearsonArtPhoto Nov 27 '12 at 18:18
nope. I've checked it in the first place – astralmaster Nov 27 '12 at 18:19

1 Answer

It's due privacy settings. Some people don't use "public" like settings, that's all. Tested.

share|improve this answer
This is a comment, not an answer. – enginefree Dec 14 '12 at 1:40
So, even if i ask them to give the permission, it won't work? Shouldn't it return something at least in that case? like: access_denied, or user_made_his_likes_private_even_if_u_ask_permission ? – astralmaster Dec 16 '12 at 13:52

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.