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 { "firstName": "Frodo", "headline": "2nd Generation Adventurer", "id": "1R2RtA", "lastName": "Baggins", "siteStandardProfileRequest": { "url": "https://www.linkedin.com/profile/view?id=…" }} On Friday, May 29, 2015 at 7:56:35 AM UTC-7, John Costantino wrote: > > 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 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 the public-url, >> and then map those to the correct extra fields which where set by myself in >> the auth.users table. >> >> On Tuesday, May 12, 2015 at 5:56:58 PM UTC-4, 黄祥 wrote: >>> >>> 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) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

