Firefox の「rest client」プラグインを使用して、次のヘッダー情報を URL「localhost/magento/api/rest/customers」に渡しています。
私は次のヘッダー情報を渡します:
Consumer key :olnnqgwm7gm75rtbft8w1wac4kp4vwig
Consumer secret:u9v6bdlpuopdlryc6vx0yjnslkj4vllo
Access token : null
Access token secret : null
私は次の応答をします:
<magento_api>
<messages>
<error>
<data_item>
<code>401</code>
<message>
oauth_problem=parameter_absent&oauth_parameters_absent=oauth_token
</message>
</data_item>
</error>
</messages>
</magento_api>
ここでアクセストークンとアクセストークンシークレットを取得したいのですが、どうすれば取得できますか?