在哪里可以找到oauth_customer.php的PHP文件?
$callbackUrl = "http://yourhost/oauth_customer.php";
我是否应该将这些保留在这些默认值下?
$adminAuthorizationUrl = 'http://magentohost/oauth/authorize';
$accessTokenRequestUrl = 'http://magentohost/oauth/token';
$apiUrl = 'http://magentohost/api/rest';
$consumerKey = 'yourconsumerkey';
$consumerSecret = 'yourconsumersecret';
答案 0 :(得分:0)
如果您想使用REST API,请按照以下步骤操作...
这适用于SOAP,但与REST API相同。
https://bmagento.wordpress.com/2015/04/03/how-to-create-soap-api-in-magento/