I am working to build a solution (C# class library) to authenticate Twitter using OAuth and tweet message in user status. I am following the processes those are mentioned in “Implementing Sign in with Twitter”. Reference link: https://dev.twitter.com/docs/auth/implementing-sign-twitter.
In “Step 2: Redirecting the user” of the given processes, I am getting authorize page which asks to accept the application by Allow/Deny or AuthorizeApp/Cancel for authorization. I want to avoid this human interaction.
Does there have any options to retrieve oauth_verifier automatically from C# class library after requesting oauth/authenticate or oauth/authorize without any human interaction?
Would you please let me your valuable feedback as soon as possible.
Thanks.
Atiq