Just installed CB_Connect and got the LinkedIn authentication to work in about 2 minutes following the instructions. :woohoo:
Started linking fields and data is not flowing in from LinkedIn to all the fields. Did a little research and (confirmed by LinkedIn employee) found that LinkedIn made changes to their API earlier this week. :dry:
During authentication, the LinkedIn API now needs a "scope" variable defined to "r_fullprofile" in order to pass profile fields outside of a newly defined Basic profile. This allows the user to decide how much information LinkedIn should share with an application.
POST example,
Code:
https://api.linkedin.com/uas/oauth/requestToken?scope=r_fullprofile
More info at:
LinkedIn Developer Page
My guess is that Joomlapolis will need some time to assimilate the LinkedIn API changes.
In the short term, is there a way to hardcode the "scope=r_fullprofile" into CB_Connect? Thanks!