Thank you. I can login and get the username. My problem is that i get the url with this line:
var appCredentials = new TwitterCredentials(Consumer_key, Consumer_secret);
var url = CredentialsCreator.GetAuthorizationURL(appCredentials);
but the problem is that i don’t know how go to this url from my app and don’t from other browser. Please, help me. Thank in advance.