没有得到在eBay响应代码URL重定向(Not getting response code on e

2019-11-04 19:15发布

我想下面的链接来电与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。

Answer 1:

尝试获取来自eBay themselfs的网址:

  1. 转到易趣链接Autorization:
    对于开发者易趣Autorization页
  2. 然后点击通过您的应用程序从易趣令牌
  3. 现在点击查看全部
  4. 复制整个字符串,采取的网址 ,而不是自己做吧。


文章来源: Not getting response code on eBay redirect URL