Start a new topic

User signup MissingRequestParameter

This is really kind of terrible to me. I have spent 2 hours on trial and error for user signup but still can't get it works.



I followed this page to signup a user http://devcenter.kinvey.com/android/guides/users#signup



using username and password and I got



com.kinvey.java.core.KinveyJsonResponseException: MissingRequestParameter



hence I set username like



mKinveyClient.user().setUsername(username);



mKinveyClient.user().create(email, password, new KinveyUserCallback() {



.......

});



and yet I still got the same error. Anyone got it works please kindly assist me here. Thanks !



Cheers,

Mark Thien
1 Comment

sorry I fixed it. please ignore
Login or Signup to post a comment