Search code examples
androidfacebookfacebook-android-sdkfacebook-sdk-4.0

FriendPickerFragment deprecated/replaced? What should be used?


I am using facebook-android-sdk version 4.0.0. Their website says "This class is no longer available in the most recent version of the SDK." I was wondering if they replaced it with a better solution or if they simply removed the feature from their API? How can I let the user go through a list of their friends with the app and select multiple friends?


Solution

  • The FriendPickerFragment was removed in v4.x of the SDK. We did include the sample code inside the Scrumptious sample app, so you can copy/paste the code from there, and it will work with the new 4.x APIs.