Search code examples
javascriptjavaandroidfacebookfacebook-sdk-4.0

How can I make to get friends list android app on Facebook?


I want to create get freinds list and unfriend finder feature in android app. I use facebook sdk or etc...

Do I need to be authenticated to use the feature? And can I find examples with these features?

Thank you so much :-)


Solution

  • Facebook SDK new version disable "Get friend list" api. U just can get list of friend who use ur application. You can research about graph api here to know which parameter to pass: Document for graph api

    Test graph api

    And you have to provide login facebook function to use these api