resetUserPassword on Javascript on Windows Phone

0 votes

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

 

 

asked Oct 21, 2015 in App42 Cloud API-BaaS by odf (37 points)

1 Answer

+1 vote
Hello Odf,

Could you please share some information like request data parameters which you have send while calling this API. Because, it seems like there is some parateres issue while calling this API from Windows phone.

If possible than please share a sample project with us, It will help us to provide better support to you.

Regards,

Himanshu Sharma
answered Oct 21, 2015 by hs00105 (2,005 points)
Hello,
did you need a complete visual studio project ?
How I can send you this project ? Zip File ?

Best regards
Hello Odf,

Please share your project in zip file at suport@shephertz.com. It will help us to provide better support to you.

Regards,
Himanshu Sharma
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...