ionic-team / legacy-ionic-cloud

JavaScript Client for legacy Ionic Cloud services. See Ionic Pro for our new take on the ionic development lifecycle
Apache License 2.0
65 stars 26 forks source link

LinkedIn Auth cancel button #155

Open Borongaj opened 7 years ago

Borongaj commented 7 years ago

When I touch the Cancel button in the LinkedIn login window, I'm not redirect to the login page, but I get the following error :

{"error": {"message": "An error occurred while validating the request parameters.", "type": "UnprocessableEntity", "details": [{"parameter": "code", "errors": ["Missing data for required field."], "error_type": "required"}], "link": null}, "meta": {"version": "2.0.0-beta.0", "request_id": "58374ebd-cdc3-4669-c6fb-4c78e3c005e3", "status": 422}}

nfriacowboy commented 7 years ago

same here... any clue?

janpio commented 7 years ago

This sounds similar like #149, just for LinkedIn instead of Twitter.