[web2py] Re: Customizing registration fields for linkedin login

2015-05-29 Thread Derek
What don't you understand? Step 2 - Retrieve basic profile data Once you have obtained a valid access token for the user, you can use the following REST API call to retrieve basic profile data for the user: GET https://api.linkedin.com/v1/people/~?format=json sample api response {

[web2py] Re: Customizing registration fields for linkedin login

2015-05-29 Thread John Costantino
Just giving this a Bump. Would really love a resolution to this one. Thanks guys. On Wednesday, May 13, 2015 at 10:28:43 AM UTC-4, John Costantino wrote: Yes, that is correct. I added extra fields using the auth.settings.extra_fields['']. So the table is able to support the extra ones I

[web2py] Re: Customizing registration fields for linkedin login

2015-05-13 Thread John Costantino
Yes, that is correct. I added extra fields using the auth.settings.extra_fields['']. So the table is able to support the extra ones I need. My issue is more so with making sure that when logging with the linkedin API. I need to be sure to get the rest of the information from the API, such as

[web2py] Re: Customizing registration fields for linkedin login

2015-05-12 Thread 黄祥
had you modified the auth_users table? ref: http://web2py.com/books/default/chapter/29/09/access-control#Customizing-Auth best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -