plusfriend / auto_reply

플러스친구 자동응답 API
308 stars 92 forks source link

특정 사용자에게 Message를 보내는 방법 문의 #361

Open chongjae opened 7 years ago

chongjae commented 7 years ago

API에 message 관련해서 각 사용자마다 고유의 ID를 갖고 있는 것으로 보입니다.

해당 Key를 이용해서 사용자에게 Noti를 보내는 방법은 없나요?

plusfriendteam commented 7 years ago

안녕하세요. 사용자를 특정하여 message 를 보내는 것은 개인정보 이슈가 있을 수 있어 제공하지 않고 있습니다. 가급적이면 자동응답 기능보다 플러스친구 관리자센터에서 제공하는 '친구그룹 관리' 기능을 사용해주셨으면 합니다. 마찬가지로 관리자센터에서 메시지 작성 후 전송하시면 특정 사용자에게 message 를 보낼 수 있습니다.

chongjae commented 7 years ago

관리자센터에서 전송하는 건 보내는 건수 제한이 있고, 봇이라는 컨셉이랑 맞지 않는 것 같습니다. 동일하게 봇 컨셉으로 제공하는 텔레그램만 보아도 전혀 문제가 없어보입니다. userID를 제공하는 이유가 무엇인지가 궁금하네요. 사용자가 사용하지도 못하는 API를 제공하는 이유가 무엇인가요?

plusfriendteam commented 7 years ago

안녕하세요. 혹시 말씀하시는 userID 가 README.md 의 4.4. user_key 를 말씀하시는건가요? 카카오톡에서 사용하는 userID는 4.4. user_key 에서 서술한 것과 같이 외부에 공개하지 않습니다. 특정 사용자에게 메시지를 보내기 위해서는 user_key를 발급받으셔야 하는데요, user_key는 카카오 파트너사에게 제공하는 API를 통해 제한적으로 암호화된 값을 내려주고 있습니다. 개인 정보 보호를 위한 노력이니 깊은 양해 부탁드립니다.

ba-alex commented 6 years ago

Hello, I'm also wondering how to use the user_key to send a message to a user? I've translated your conversation from Korean to English but couldn't find the answer... As the documentation states, the user_key is encrypted; how are we supposed to decrypt it? Is the user_key the user_uuid encrypted? Is there any documentation available in english? I'm thinking of the documentation on https://developers.kakao.com/docs and Plus Friend user guide pdf, or any documentation explaining how to use the REST API and how to configure/develop a bot server. Thanks in advance

chongjae commented 6 years ago

@ba-alex Kakao team said that user_key just using for partner. We can not using this key for broadcasting. kakao team only support broadcast service as in charge service. developer can not use this...

ba-alex commented 6 years ago

Thank you @chongjae Ok I got it, we can't use the user_key as is to send a message to a follower. You're talking about "partner" and "charge service", could you please tell me what are those services? I've created an app on https://developers.kakao.com, which if I well understood, allow me to send messages to followers, but if I can't retrieve their uuid when I get their "Add friend" request or a new message through my Plus Friend account, how am I supposed to do?

chongjae commented 6 years ago

@ba-alex On korean language, app name is "플러스친구 관리자센터". Maybe there is a app or site for "plus friends manage center". I can send message to my plus friends by this app or site.