I've looked at gluon/contrib/login_methods/linkedin_account.py
(in web2py v1.77.3)

Q1. It looks like it has syntax errors.

i.e.
Line 42 & 45. api is used instead of self.api
Line 45 should profile = api.GetProfile(profile.public_url = "http://
www.linkedin.com/in/ozgurv")
instead be profile = api.GetProfile(profile).public_url = "http://
www.linkedin.com/in/ozgurv"

Q2. Conceptually how does Register an account then Login to an account
work when using a LinkedIn account?

thanks


On Jun 18, 4:10 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> I use this
> gluon/contrib/login_methods/linkedin_account.py
> in
> web2py.com/linkedin
>
> On Jun 18, 6:56 am, Carl <carl.ro...@gmail.com> wrote:
>
>
>
> > hi
>
> > Has anyone got a basic example project of using LinkedIn OAuth with
> > the Web2py platform? Something based on Welcome for example.
>
> > I've tried to integrate linkedin_account.py but haven't quiet gotten
> > it working. It may be my local set-up rather than code. I'm also
> > thinking a lot of potential web2py developers will want this feature
> > and a working code example will help us all.
>
> > all the best

Reply via email to