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've been digging on Stackoverflow for hours now and found no solution: I want to get pages that a user liked using the page_fan table. However, that user is not my friend - is it possible? I think it might be because when i go the user's profile I can see all the pages he liked but not using FQL...Any advice? Tnx. Shai.

share|improve this question

1 Answer

Yes, that is possible as long as the user gave your app "user_likes" permission. See very beginning of below page:

http://developers.facebook.com/docs/reference/fql/page_fan/

share|improve this answer
well yeah, i know that is possible but this is not what i'm looking for. I'll explain better: I'm a page admin and I would like to see what else interests the people that liked my page. so i don't have any app and can't get the user's permissions... – shaylh Dec 17 '11 at 17:26
ah I see. I'm not 100% sure but don't think you can collect such info without permissions, even they like your page. – mask8 Dec 17 '11 at 19:01

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.