製品をフェッチすると、magentoに「無効な認証/不正なリクエスト(403、期待されるHTTP / 1.1 20Xまたはリダイレクト)」のようなエラーが存在します。私のコードは以下の通りです。
$resourceUrl = "http://localhost/magento/api/rest/products";
$oauthClient->fetch($resourceUrl, array(), 'GET', array('Content-Type' => 'application/json'));
$productsList = json_decode($oauthClient->getLastResponse());
このURLでユーザー認証を完了しました
http://www.magentocommerce.com/api/rest/authentication/oauth_authentication.html。
私の問題を解決してください。