【发布时间】:2018-11-11 10:39:13
【问题描述】:
我正在尝试调用以下链接以连接 eBay O'Auth 帐户。
https://auth.ebay.com/oauth2/authorize?client_id=' . APP_ID .
'&response_type=code&redirect_uri=' . RU_NAME .
'&scope=https://api.ebay.com/oauth/api_scope
https://api.ebay.com/oauth/api_scope/sell.marketing.readonly
https://api.ebay.com/oauth/api_scope/sell.marketing
https://api.ebay.com/oauth/api_scope/sell.inventory.readonly
https://api.ebay.com/oauth/api_scope/sell.inventory
https://api.ebay.com/oauth/api_scope/sell.account.readonly
https://api.ebay.com/oauth/api_scope/sell.account
https://api.ebay.com/oauth/api_scope/sell.fulfillment.readonly
https://api.ebay.com/oauth/api_scope/sell.fulfillment
https://api.ebay.com/oauth/api_scope/sell.analytics.readonly
但是当我在本地主机上使用相同的东西时它的响应是空白的并且它工作正常但是当我提供实时服务器 URL 时它的响应是空白的。
我正在使用生产 eBay 帐户详细信息。即使在本地主机上使用相同的细节。我的实时服务器也有 SSL。
【问题讨论】:
-
你解决了吗?
标签: php codeigniter ebay-api