RoarkDude

Results 5 comments of RoarkDude

I don't have the Redirect URIs section on the control panel/dashboard for my App. It should be on the Keys tab. I've tried creating new a new app and looking...

Hi, I'm using 2.1.5. I'm still getting the same error. I'm trying to use rest like this: ``` var servicesFactory = new MagentoFactory(); var magentoService = servicesFactory.CreateService(new MagentoAuthenticatedUserCredentials(accessToken, accessTokenSecret, storeURL,...

Right, I don't want to use soap, I want to use rest. I tried putting "n/a" for soap user and password but still same error. Maybe you can document an...

Init service? That's not in the documentation at all. I added it and I'm still getting same errors with ``` string storeURL = "http://localhost/Magento"; var servicesFactory = new MagentoFactory(); var...

Here's the code: ``` int productThreadsLimit = 4; int sessionLifeTimeMs = 180000; bool isLogRawMessages = false; string storeURL = "http://localhost/Magento"; string soapUser = "admin"; string soapPassword = "********"; var servicesFactory...