Page 1 of 1

please help me in implementing login

Posted: Fri Aug 06, 2010 2:00 am
by sunil2629
dear freinds

I am new in php .i want to implement a login form but in this i also need that if person already have a account on linkedin they dont have to fill a registration form in my site.they automatically login in my site with his linkedin id and password.
thanks in advance

Re: please help me in implementing login

Posted: Fri Aug 06, 2010 2:14 am
by internet-solution
Do you have access to linkedIn's user account database? If not, how will you get the linkedIn password for users? May be there is a hack, but it will be near impossible for someone new to php.

If you want a simple login form - just Google it with "php login form" and you will find lots of sample scripts.

Re: please help me in implementing login

Posted: Fri Aug 06, 2010 6:39 am
by sunil2629
but it is possible through linkedin api

Re: please help me in implementing login

Posted: Fri Aug 06, 2010 6:53 am
by internet-solution
I did not know about linkedin api! thanx for the heads up.

In this case search for "linkedin api login php" in Google and you will get some example source code.