I'm trying to call below link to connect with eBay O'Auth account.
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
But it's response is blank while I'm using same thing on localhost and it's working fine but when I give live servers URL then it's response is blank.
I'm using production eBay account details. Even with same details working on localhost. Also my live server have SSL.
Try to get the url from eBay themselfs:
eBay Autorization page for Developers