How to correctly get access token in ShopifySharp .Net library?
I use https://github.com/nozzlegear/ShopifySharp .Net library to work with Shopify Api. I just create dev webshop and I want to test some GET methods. In documentation I saw next code: string code = Request.QueryString["code"]; string myShopifyUrl = Request.QueryString["shop"]; string accessToken =…