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 used a fql for get my friends information

SELECT uid,name,first_name,middle_name,last_name,pic_square,hometown_location,current_location,profile_url,email,website FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me())

it returning only friends id an name. Who have trusted my app there location also comming but when I am puting this fql on the Graph API Explorer on facebook then it returns every one's location. Then How Can I get every one's location ?

share|improve this question
1  
That is incomprehensible. Please check what you wrote. – Stéphane Bruckert Dec 7 '12 at 13:31

1 Answer

It is hard to understand your question, though it looks like your app doesn't have all the required user permissions. The Graph API explorer, or the developer page are great resources to figure out which ones you need.

Hometown location,current location, email, and website are not "basic" data.

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.