I am using facebook graph api(php) in our app. After user login in facebook using my app then some user getting all facebook friend list and few user not getting.
Please suggest.
I am using facebook graph api(php) in our app. After user login in facebook using my app then some user getting all facebook friend list and few user not getting.
Please suggest.
Since v2.0 of the API, you can only get friends who authorized your APP too. You can NOT get ALL friends - unless you need them for tagging or inviting. Although, inviting is only possible for Game Apps with a Canvas implementation. You only get all friends with a v1.0 App created before end of April 2014. If you get all friends with any other App, report it as a bug.
More information: Facebook Graph Api v2.0+ - /me/friends returns empty, or only friends who also use my app