I already configured my application in https://applications.mercadolivre.com.br. I set the Redirect URI to https://localhost:44300/WebForm1.aspx and set in my c# application. But the return by the Mercado Livre is: https://localhost:44300/WebForm1.aspx?error=redirect_uri_mismatch&error_description=Your+client+callback+must+be+the+same+as+your+redirect_uri before the user autentication. What can I do to fix this?
I already configured my application in https://applications.mercadolivre.com.br. I set the Redirect URI to https://localhost:44300/WebForm1.aspx and set in my c# application. But the return by the Mercado Livre is: https://localhost:44300/WebForm1.aspx?error=redirect_uri_mismatch&error_description=Your+client+callback+must+be+the+same+as+your+redirect_uri before the user autentication.
What can I do to fix this?