Quickblox Rest Api Unexpected Signature On Laravel
I'm getting the following json response from QuickBlox REST API: { 'base': ['Unexpected signature'] } My signature method: private function createSignature($login, $password,
Solution 1:
I'm creating a new user register, so aren't necessary user[login] and user[password] params. These params are required just to sign in.
Post a Comment for "Quickblox Rest Api Unexpected Signature On Laravel"