You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GuzzleHttp\Exception\ClientException #400
Client error: POST https://dev-ecomm.myshopify.com/admin/oauth/access_token resulted in a 400 Bad Request response: search
Iam using this package with the codeignetor framework .When iam trying to get the access token iam getting above issue .Below is my code
GuzzleHttp\Exception\ClientException #400
Client error:
POST https://dev-ecomm.myshopify.com/admin/oauth/access_token
resulted in a400 Bad Request
response: searchIam using this package with the codeignetor framework .When iam trying to get the access token iam getting above issue .Below is my code
$api = new Api(array(
'api_key' => SHOPIFY['API_KEY'],
'api_secret' => SHOPIFY['API_SECRET'],
'myshopify_domain' => $this->request->getGet('shop')
));
$helper = $api->getOAuthHelper();
Please can you tell me what iam doing wrong
The text was updated successfully, but these errors were encountered: