【问题标题】:oauth_problem=nonce_used magento api in postman tooloauth_problem=nonce_used 邮递员工具中的 magento api
【发布时间】:2016-07-29 10:17:39
【问题描述】:
请指导我使用邮递员工具从 magento 获取所有产品的 magento rest API。
【问题讨论】:
标签:
api
magento
oauth
postman
【解决方案1】:
nonce 参数应该是在你每次发出请求时随机生成的。
如果您自己生成它,请确保它每次都不同 - 只要它是独一无二的,它是什么并不重要。
有关nonce 参数is available here 的更多信息。