I set up a test Magento Community 1.9 and am trying to test my third party application which connects to Magento API. The Magento API is running on a localhost XAMPP server.I am testing my connection to API with Postman. I run the following connection in Postman:
I did add myself in the admin panel and got the secret key.
My response is this:
oauth_problem=parameter_absent&oauth_parameters_absent=oauth_callback
I have tried adding different callbacks like localhost or http://httpbin.org/get and keep getting the same problem.
I am sorry but I am new to Oauth and Magento, so I am asking if you can please let me know what I am doing wrong.