Facebook error: “(#100) Tried accessing nonexisting field (user_friends) on node type (User)”
问题 I'm using MVC4 and try to integrate facebook-login. I've check the facebook scope list and it appears I use it correctly. Except the error when I try to get user_friends Here is the url I try to get: https://graph.facebook.com/me?fields=user_friends,email&access_token=<mytoken> I get this error: "{\"error\":{\"message\":\"(#100) Tried accessing nonexisting field (user_friends) on node type (User)\",\"type\":\"OAuthException\",\"code\":100,\"fbtrace_id\":\"Ahhh3PoddnL\"}}" If you must know, my