Php 通过邮递员使用MagentoAPI通过Oauth 1.0进行授权

Php 通过邮递员使用MagentoAPI通过Oauth 1.0进行授权,php,api,magento,oauth,Php,Api,Magento,Oauth,我建立了一个测试Magento Community 1.9,并尝试测试连接到Magento API的第三方应用程序。Magento API正在本地主机XAMPP服务器上运行。我正在使用Postman测试与API的连接。 我在Postman中运行以下连接: 我把自己加入了管理面板,得到了密钥 我的回应是: oauth_problem=parameter_absent&oauth_parameters_absent=oauth_callback 我尝试过添加不同的回调,比如localho

我建立了一个测试Magento Community 1.9,并尝试测试连接到Magento API的第三方应用程序。Magento API正在本地主机XAMPP服务器上运行。我正在使用Postman测试与API的连接。 我在Postman中运行以下连接:

我把自己加入了管理面板,得到了密钥

我的回应是:

oauth_problem=parameter_absent&oauth_parameters_absent=oauth_callback
我尝试过添加不同的回调,比如localhost或,但一直遇到相同的问题


很抱歉,我是Oauth和Magento的新手,所以我想问您是否可以让我知道我做错了什么

将此代码片段放入正文中:

oauth_callback="http://yourhost/oauth_admin.php"