Error while using REST api in magento

后端 未结 5 1339
囚心锁ツ
囚心锁ツ 2020-12-03 20:42

I have set up magento locally in my system using XAMPP

I have created a file in root directory named dm.php with the contents



        
5条回答
  •  日久生厌
    2020-12-03 21:15

    For installing Oauth : http://www.magentocommerce.com/api/rest/authentication/oauth_authentication.html

    Installing PHP Extension for Oauth : 1. Download php_oauth.dll file and add it under C:\xampp\php\ext\ 2. add [PHP_OAUTH] extension=php_oauth.dll in php.ini

提交回复
热议问题