如何获得Magento的访问令牌和访问令牌秘密?

时间:2015-12-02 12:36:27

标签: rest magento

我需要从magento获取REST API。我尝试了很多方法,但这些方法对我不起作用。 我已经获得了Consumer Key和Consumer Secret以及Oauth令牌和oauth_verifier,但我不知道如何获取访问令牌。

我提到了获取oauth令牌和oauth验证器的方法,但我无法获得访问令牌。

1.获取未经授权的请求令牌

URI localhost/magento/oauth/initiate

Method: POST

Return: Sample Response:
 oauth_token=xxqw0r7vo0xxxxxxxxx2sqj3vxwr0h&oauth_token_secret=xxg3x3jxxxxxxxxubjwyf9f1l21itrr&oauth_callback_confirmed=true

2.用户授权

Uri: localhost/magento/oauth/authorize

Method: Get

Sample Response: /callback?oauth_token=xxxxxxx3lagl3o95xnox9xxxxxxpt3&oauth_verifier=xxxxxxlr5huizxxx6wi4l21zf05eb0

现在我有Consumer Key,Secret Key,oAuth Token,oAuth验证器 在第3步中,我使用

Uri: localhost/magento/oauth/token

Method: POST

但是我无法获得Access Token。此网址显示oauth_problem = signature_invalid

0 个答案:

没有答案