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.

Is there a way to extract the subscribers of a user profile with FQL query ?

the classic method works $fb->api("/subscribers") when the user is loggend in on the aplication and facebook ...but because of some facebook settings (that only some user have), even if I have full access token the application can't extract friends and subscribers via $fb->api("/....") when they are offline. (and with the same token I can extract friends with query "SELECT uid2 FROM friend WHERE uid1 = xxx limit 0,5000")

The error that facebook throws is ">(#803) Some of the aliases you requested do not exist: 0 "

thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.