Home
Find the answer to your question
My application only receives IS parameter in Render URL requests for some subscribers who is in Active subscripion state
The reason that the authentication parameters SIG and ST are missing in the Render URL Post Data is that the subscriber in question has no valid user token associated with your Open eBay Apps application.
A user auth token becomes invalid if either of the following has happened:
How to get a new auth token?
The subscriber needs to go through a simple re-authorization process illustrated here : https://ebaydts.com/eBayKBDetails?KBid=1755 ;to generate a new auth token for the application to use . The action triggers an updateSubscriberCredentials call that notifies you that a user's Auth token was renewed
How come the authorization revoke flow is not available for my affected subscribers?
The authorization revoke process is turned off because your Open eBay app failed to send updateSubscriberCredentials response which result in an "App Status remains Unavailable in authorization revoke flow" problem
What should I do to correct the problem?
Your application needs to implement the updateSubscriberCredentials call, listening the token revoked or renewed event and response with a value of Success in the ack field as described in this KB article.
Can eBay turn on the authorization revoke flow for my affected users?
eBay will turn on the authorization revoke flow for your affected users so that the user can go through the re-authorization process to get a new token if and only if your application have implemented the updateSubscriberCredentials call