Code:
AccessToken.getCurrentAccessToken(),
"/"+fbUserid+"/friendlists",
null,
HttpMethod.GET,
new GraphRequest.Callback() {
public void onCompleted(GraphResponseresponse) {
Log.e("friendsRes",response.toString());
}}).executeAsync();
{Response: responseCode: 200, graphObject: {"data":[]}, error: null}
In this code i am not able to get friends list in android, there is have any other code filter of facebook
friends. Thanks!!