Closed Luke1978mi closed 6 years ago
You should not inform your token here.
You should not inform your token here.
Modified
Well it means that the token you informed is not valid. You have to provide user key + secret key + token
private static string GetToken(string url)
{
Console.WriteLine("aaaaa");
Process.Start(url);
string tokenKey = Console.ReadLine();
tokenKey = string.IsNullOrEmpty(tokenKey) ? null : tokenKey;
return tokenKey;
}
Is here to set token? Where?
Console.ReadLine();
You should enter the token in the console.
Process.Start(url);
opens the browser so that you can identify and get the tpken value.
Hi, Your script:
Print Fail and exit. I am sure that user key and secret key is correct.
Why this script not respond success? How i can execute some request in discogs DB?
Thank you so much.