sending credential to linkedIn website and get oauth_verifier without sign in again

Posted by akash kumar on Programmers See other posts from Programmers or by akash kumar
Published on 2012-07-11T07:45:35Z Indexed on 2012/07/11 9:21 UTC
Read the original article Hit count: 307

Filed under:

i am facing problem regarding sending credentials to other website and after login(automatically not clicked on sign in here) and get oauth_verifier value Detail is bellow....

I want to send emailaddress and password through form(submit button)from my website(i.e liferay portal) to another website(suppose linkedIn) it should automatically authorize and return oauth_verifier to my website. that mean i dont want my website user to submit emailaddress and password to linkedIn again. actually i want to take emailaddress and password in my website and show the user LinkedIn connection,message,job posting in my website it self,i dont want to redirect user to LinkedIn website and sign in there and again come back to my website. I have taken consumer key and secret key from LinkedIn for my aplication. i am using linkedIn api and getting oauth_verifier for access token but for that i have to take user to LinkedIn for signIn, actually it should happen in backend

© Programmers or respective owner

Related posts about java-ee