You need to sign in to do that
Don't have an account?

.net console application
So far I have created 2 .net aps pages which will extract data for a chatter account, but this process requires to login as part of the process.
It has been suggested that there is a way, using .net, to automatically pass the login details and bypass the login screen.
Can anyone confirm if this is actually possible and some pointers as to how it could be done.
And not using powershell.
thanks
In the OAuth flows, there's a username/password flow that can do an entirely programatic login process, as can the login method in the SOAP API.