I am using LinkedIn API for search. I wish to implement a feature where a user can search but will not need to login. Login can be done programatically using my own credentials.
I am stranded at a point where I do not know how to enter email and password in c# and then redirection will take place to my callback-url once Grant Access button is clicked programatically.
Meaning I just need the oauth_verfier.
Please help!
Rajiv