Hello,
I user resetUserPassword on my app developed with phonegap on Android, Ios e Windows phone.
When I use this function on windows phone the procedure give me an error:
Client is not authorized
this is the code:
var userName = $("#userLost").val();
var result;
var otherMetaHeaders = {
"emailVerification" : "true"
};
App42.initialize(constval.API, constval.KEY);
var userService = new App42User();
userService.setOtherMetaHeaders(otherMetaHeaders);
userService.resetUserPassword(userName, {
success : ...
error: ...
});
On android and ios work fine but not on windows phone 8.1