-
https://github.com/tgkei/Algorithm_study/blob/0c5a68d56e0b2f3a4e89d83f5708f0b62c86dfd0/by_python/kakao_enterprise/4.py#L43-L44
```py
print( -1 if res === inf else res)
```
내 풀리퀘를 받아줘
-
I want to send a message using Kakao. What should I do?
-
kakao sdk 2.0 으로 업데이트 부탁드립니다.
rn 도 최신으로 한번 부탁드려요...
https://developers.kakao.com/docs/latest/ko/getting-started/sdk-ios
pod 'RxKakaoSDK', '~> 2.0.0-beta.3'
"react-native": "0.62.2",
-
카카오 로컬의 키워드 검색 API를 통해 결과를 Gson으로 파싱하여 지도에 마커를 추가하는 작업 중 에러 발생.
Retrofit작업 시, ScalarsConverterFactory를 통해 결과를 출력하면 Response값이 정상.
하지만, GsonConverterFactory를 통해 결과 값이 Call안의 Generic으로 설정한 객체가 리턴되지만 안…
-
node-kakao 프로젝트가 중단됐다는 것은 알고 있습니다. 훌륭한 라이브러리인데, 더 이상 버그 수정이나 기능 추가는 안 하더라도 기존 배포된 라이브러리 관련된 이야기나 사용번 질문 등을 할 수 있게(그니까 discussions 탭 사용을 목적으로) 아카이브 해제는 안 될까요?
그럴 생각이 없으시다면 마지막 버전인 4.5에서 카톡의 새로운 기능인 …
-
- [ ] Support Kaspresso syntax according to #317
- [x] Update and validate interceptors for compose (Currently we need AutoScroll Behavior to work)
- [ ] Up to date kakao compose within Kaspresso
-…
-
Kakao isn't appearing on sharing list, although we have everything set up where applicable:
registerApp activePlatforms, registerApp onImport, registerApp onConfiguration (with app key and REST key), …
-
안녕하세요
카카오 플러스친구를 이용해서 자동응답봇을 개발중입니다.
그런데
플러스친구 관리자센터의 API 테스트 기능을 통해서 테스트를 해보면
4~5번 중에 한번은 오류가 발생합니다.
keyboard Fail 415
wrong keyboard initialization
그리고,
중지 -> 시작 순서로 버튼을 클릭하면
API 호출이 한꺼…
-
rn>=6.0 이상으로 진행을 했습니다.
npm install @actbase/react-native-kakaosdk @actbase/react-native-kakao-channel --save
package.json 상에
"@actbase/react-native-kakao-channel": "1.0.1",
"@actbase/react…
-
## KaKao.auth.authorize() redirect 관련 로직
### redirectUri부분에 frontend에서 처리할 수 있는 url로 전송 해야하나?
⬇️관련 코드
기본 로직
![image](https://github.com/SKHU-Gevelopers/Frontend_Repo/assets/104067367/06f63…