메시지 api 종류 중 피드 메세지 객체 예제 코드 내 object_type 값이
“list” 라고 나와 있습니다.
오타인것일까요?
사진은 나에게 메시지 보내기의 피드 메시지 예제 코드 입니다
메시지 api 종류 중 피드 메세지 객체 예제 코드 내 object_type 값이
“list” 라고 나와 있습니다.
오타인것일까요?
사진은 나에게 메시지 보내기의 피드 메시지 예제 코드 입니다
안녕하세요!
나에게 보내기 피드 메시지 보내기 예제가 잘못 들어가 있네요. 제보해주셔서 고맙습니다.
내일 중 수정될 예정입니다.
나에게 보내기 피드 메시지 예제는 다음을 참고해 주세요. (수정될 내용입니다!)
curl -v -X POST "https://kapi.kakao.com/v2/api/talk/memo/default/send" \
-H "Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
-d 'template_object={
"object_type": "feed",
"content": {
"title": "디저트 사진",
"description": "아메리카노, 빵, 케익",
"image_url": "http://mud-kage.kakao.co.kr/dn/NTmhS/btqfEUdFAUf/FjKzkZsnoeE4o19klTOVI1/openlink_640x640s.jpg",
"image_width": 640,
"image_height": 640,
"link": {
"web_url": "http://www.daum.net",
"mobile_web_url": "http://m.daum.net",
"android_execution_params": "contentId=100",
"ios_execution_params": "contentId=100"
}
},
"social": {
"like_count": 100,
"comment_count": 200,
"shared_count": 300,
"view_count": 400,
"subscriber_count": 500
},
"buttons": [
{
"title": "웹으로 이동",
"link": {
"web_url": "http://www.daum.net",
"mobile_web_url": "http://m.daum.net"
}
},
{
"title": "앱으로 이동",
"link": {
"android_execution_params": "contentId=100",
"ios_execution_params": "contentId=100"
}
}
]
}'