當我們獲取產品時,錯誤像這樣存在'magento中'無效的認證/錯誤的請求(得到了403,期望的HTTP/1.1 20X或重定向)'。 我的代碼如下。Magento oauth error for fetch product
$resourceUrl = "http://localhost/magento/api/rest/products";
$oauthClient->fetch($resourceUrl, array(), 'GET', array('Content-Type' => 'application/json'));
$productsList = json_decode($oauthClient->getLastResponse());
我被這個網址
http://www.magentocommerce.com/api/rest/authentication/oauth_authentication.html完成用戶認證。
請解決我的問題..