I am experiencing an error with twitter login inside an ionic App, this used to work sometime before stopping working without any changes. This is the error:
Flow:
On the lines:
if (!req.body.oauth_token || !req.body.oauth_verifier){
/* code */
}
This happens because satellizer make the request via GET instead POST to the server without any parameters and I don't know how to solve this.
Thank you very much.