Search code examples
asp.net.netoauthshopify

Shopify .NET API - Invalid request: The Shopify API application does not support oauth


I am trying to build a website were I can get all my information from my Shopify store using there API.

I have downloaded the .NET example from here, and added to the config file my API Key and secret key, when I run the test application after putting in my site name it redirects me to shopify.com control panel of my store but I writes on the screen 'It appears that an error has occured' and it says that :

Invalid request: The Shopify API application does not support oauth

I will appropriate it if any one can please try helping me and direct me to find the problem.


Solution

  • Private apps don't require an OAuth access token for authentication, you can use a api-key, password combination.

    for ex: https://API-KEY:[email protected]/admin/orders.xml