Apply for permission to use the friend list apI

ID 669549 please give me the permission,tks

hi,

Please check the FAQ below, test it, and apply for authority according to the application form.

Checklist to use the Messaging API and the Retrieving list of friends API

but i just want load friends list

Step 1. Test the Retrieving list of friends API

Please refer to Step 1 above and test it and apply in the application form.

TalkApiClient.getInstance().friends((friendFriends, throwable) → {
if (throwable != null) {
INTLLog.e("[ " + baseParams.seq_id_ + " ] queryFriends error " + throwable);
} else if (friendFriends != null) {
INTLLog.e("[ " + baseParams.seq_id_ + " ] queryFriends success " + friendFriends);

        }

        return null;
    });

I just get team menber back ,but i want get other frieds not in team.how to ?

If you apply for permission, you can see a list of friends.

'친구 목록 가져오기 API' 사용 신청 방법 / How to request permission for the 'Retrieving list of friends API'