-7

Suggest me the steps to create Facebook friends list in Android application using Facebook API please

Nadeem_MK
  • 7,533
  • 7
  • 50
  • 61

1 Answers1

0

First of all, you need to authorize with the user_friends permission to get friends.

That being said, it´s not possible to get all friends anymore, /me/friends only returns friends who authorized your App too. More details can be found in the answer of this thread: Facebook Graph Api v2.0+ - /me/friends returns empty, or only friends who also use my app

Also, publish_stream is deprecated since many years. If you want to post to the user wall, use publish_actions.

Community
  • 1
  • 1
andyrandy
  • 72,880
  • 8
  • 113
  • 130