我想下面的链接来电与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
但它的反应是空白,而我使用本地主机上同样的事情,它的正常工作,但是当我给Live服务器URL那么它的响应是空白。
我使用的是生产的eBay帐户的详细信息。 即使是相同的细节工作在本地主机上。 也是我活的服务器有SSL。