ここで何かばかげたことを見逃していると確信していますが、ここでKikをセットアップするためのcurlの誤用を見つけるのを手伝ってくれる人はいますか?
curl -H "Content-Type: application/json" -d '{"webhook": "http://example.com/kik", "features": {"manuallySendReadReceipts": False, "receiveReadReceipts": False, "receiveDeliveryReceipts": False, "receiveIsTyping": False}}' -u 'username:apikey' 'https://api.kik.com/v1/config'
私はこの応答を得ています:
{"message":"Invalid config","error":"BadRequest"}