API Signature error in angular
I make webbase-app in angular.
I want to make Authentication code.
But Angular's http-request method must add URL parameter "callback=JSONP_CALLBACK".
"callback=JSONP_CALLBACK" is invalid parameter for RTM API.
The result, RTM API returns
{code: "96", msg: "Invalid signature"}.
How can I pass authentication?
regards.
I want to make Authentication code.
But Angular's http-request method must add URL parameter "callback=JSONP_CALLBACK".
"callback=JSONP_CALLBACK" is invalid parameter for RTM API.
The result, RTM API returns
{code: "96", msg: "Invalid signature"}.
How can I pass authentication?
regards.