Apply for permission to use
To use the Get Friends List API in real service, you need to get permission to use it. Prior to receiving permission, the feature works only for team members for development and testing . In order to receive friend information for general users as well as team members of the app, you need to get permission from Kakao as follows. Even if you have permission to use, only the information of friends who meet the conditions will be provided according to the use policy .
1.Implement a function to receive a friend list.
2.Check if the function to receive friends list is working properly for team members in the app.
3.After checking the normal operation of the function, select the’Friend API’ category in’Create a new topic’ in Devtalk , and fill out the application post according to the form.
The Kakao platform administrator verifies the application and answers whether or not to provide permission to use the friend list import API. After reviewing and receiving permission, all users of the service can use the friend list import API function. In addition, in the [My Applications]> [Agree Items] menu, you can also set the’Kakao Service My Friends List’ item in [Personal Information Protection Items] to’Selective Agreement’.
can you please guide me what does mean that point 1,2 and 3
how to Implement a function to receive a friend list.
i did 2 point to my friend also get it friend uuid ,
how to complete 3 point
3.After checking the normal operation of the function, select the’Friend API’ category in’Create a new topic’ in Devtalk, and fill out the application post according to the form.
Functional testing is now complete.
After creating a program that actually works, complete an application for inspection.
(You have to apply after completing the function of sending a message.)
Please apply for a business app at the app’s [My Application > Settings > General > Biz App Information > Business Information Registration].
Please send a copy of the business registration card you used for the application to your Kakao account (@kakao35).
Please tell me the developer account (email) and app name of OWNER.
Tell me why/how to use the API in the app.
To check the service with the message transmission API directly, please tell us the ‘order from the time you log in to the service’.
-[Who logs in and how]
-[How do I check my friends list?]
-[How do I send messages?]
Please attach the ‘Actual Motion Screen Video or Capture’ applied to the service after the test has been completed.
*Tell me why/how to use the API in the app- i am using salesforce crm application, to manage customer information some time i want send some messages while managing there data so i want my kakao user uuid number to send message them.
i set up message page in my salesforce org, which will user request for authorization code then access token, then friendlist api ones i got friendlist i will get uuid of my friends and user then i can able to send message them.
*To check the service with the message transmission API directly, please tell us the’order from the time you log in to the service’.
-[Who logs in and how]-i will login through my salesforce org, there are created one page which connect=t to kakao throgh api
-[How do I check my friends list?]-first i get authoezation code then access token and then friendlist
-[How do I send messages?] ones i got friendlist i will save uuid in my salesforce org and then using sending message api to friend and this uuid i will send message
*Please attach the’Actual Motion Screen Video or Capture’ applied to the service after the test has been completed.- i attched the video in which i am showing all response and sending message to friend