0

我已按照以下步骤操作。

步骤1。

localhost/magento/oauth/initiate?oauth_callback=localhost/magento/oauth_admin.php

然后我得到以下回复:

oauth_token=bspq6x1c46xdw29lzobj3de4e6qvlt4a&oauth_token_secret=y636yh3zih27dq27lyzukez06b3vb1sp&oauth_callback_confirmed=true

第2步。

localhost/magento/oauth/authorize?oauth_token=bspq6x1c46xdw29lzobj3de4e6qvlt4a

然后我得到以下回复:

oauth_token=t9pefrwylmg7webyepsqepotlhzbytkp&oauth_verifier=awpnxj6xng3ymu6v2v2ccnttg5mmijy1

步骤 3。

localhost/magento/oauth/token?oauth_token=t9pefrwylmg7webyepsqepotlhzbytkp&oauth_token_secret=y636yh3zih27dq27lyzukez06b3vb1sp&oauth_verifier=awpnxj6xng3ymu6v2v2ccnttg5mmijy1

我可以访问网址:

localhost/magento/api/rest/products?oauth_token=t9pefrwylmg7webyepsqepotlhzbytkp&oauth_token_secret=y636yh3zih27dq27lyzukez06b3vb1sp&oauth_verifier=awpnxj6xng3ymu6v2v2ccnttg5mmijy1

但我无法访问此 URL:

localhost/magento/api/rest/customers?oauth_token=t9pefrwylmg7webyepsqepotlhzbytkp&oauth_token_secret=y636yh3zih27dq27lyzukez06b3vb1sp&oauth_verifier=awpnxj6xng3ymu6v2v2ccnttg5mmijy1

或者这个:

localhost/magento/api/rest/customers?oauth_token=t9pefrwylmg7webyepsqepotlhzbytkp&oauth_token_secret=y636yh3zih27dq27lyzukez06b3vb1sp
4

0 回答 0