How can I create a new user from the same URL, but could not login to cometchat
cometchat.login(url, "username","password", new Callbacks() @Override public void successCallback(JSONObject success) { Log.d("Success-->", success + ""); } @Override public void failCallback(JSONObject fail) { Log.d("Fail Login-->", fail + "");
Answer: { "code": "206", "message": "com.android.volley.ServerError" }
source share