Open ferrarinim opened 2 years ago
Hi, I'm trying to use this library to "talk" with my ebay account I've a problem getting token because, from the documentation
var authService = new OauthService(clientToken);
var token = await authService.GetAccessTokenAsync([CODE]);
but [CODE] it doesn't say what it is. Can you help me?
Halo. I have the same question.
This video explains it well. https://www.youtube.com/watch?v=wZDYlkmwy3I
Hi, I'm trying to use this library to "talk" with my ebay account I've a problem getting token because, from the documentation
var authService = new OauthService(clientToken);
var token = await authService.GetAccessTokenAsync([CODE]);
but [CODE] it doesn't say what it is. Can you help me?