*Tell me why/how to use the API in the app- i am using salesforce application, i want to communicate with friend on kakao talk
*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 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 communicate with my friend
*Please attach the’Actual Motion Screen Video or Capture’ applied to the service after the test has been completed.- i attached the screen shot in which i am showing all response and sending message to friend
-d ‘template_object={
“object_type”: “text”,
“text”: “This is a Text area that displays up to 200 characters.”,
“link”: {
“web_url”: “https://developers.kakao.com”,
“mobile_web_url”: “https://developers.kakao.com”
},
“button_title”: “Check it out”
}’
but i can send only 200 character text message , some time i have more than 200 character in text message to send.
so i want to ask how can i send text message which have more than 200 character.