I've been using trello.net api for trello to read through the boards etc.
I've been using the trello.GetAuthorizationUrl();
to redirect the user to a login page for trello although I'm looking for an option where I can just hard code my login credentials into the C# code.
Let me know if anyone has done that or knows how to.