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.

From the documentation http://developers.facebook.com/docs/reference/api/user/ it seems that to fetch user's friends one needs users valid access token.

But it appears that I can fetch the ids of app user's friends even with app access token. Since it is undocumented I am not sure if it is by design or it is working only for my app / time being.

share|improve this question
As long as the user has authorized your app, you can get his friends with either his user access token or the app token. Not authorized == no friends available via app token. – CBroe Oct 26 '12 at 10:36
Can I also access all the details of the friends for which the user has given permissions to the app with the app access token? I am not 100% sure but long back I think had seen that the fields that can be fetched with app token were limited vs fields fetched with user's access token. – DivKis01 Oct 26 '12 at 12:17

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.