I am making an android application and as a part of that I need to get all my FB friends in a list with their profile pictures.
Can anyone help me out with this?
I am making an android application and as a part of that I need
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s a great tutorial on how to do this: tutorial
You’ll have to integrate parse into your app.
Once you have a list of all your friends fbId, you can simply get their profile pic like this:
I hope this gets you started!