Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Brownie
Contributor III
Contributor III

LinkedIn Api through rest connection in QlikSense

Hey Guys !

currently i am trying to figure out how to connect my linkedIn Account with Qlik Sense in order to fetch the statistics of followers number of posts etc etc. So that i can create analysis based on the given information. 

I've tried a number of things and apart from Sign in and share on there is no information over the internet and the given documentation about the statistics isn't easy to understand. 

I really hope someone has a solution for it, 

Thankyou 

Labels (4)
3 Replies
Jack_Guo
Support
Support

Channa
Specialist III
Specialist III

for doing this you need to create token in developer.linkedin.com

you need to set scope

later use below URL to extract data

https://api.linkedin.com/v2/adCampaignsV2?q=search

this will be ur REST URL

use basic Authentication pass your LinkedIn ID and password

in query parameters

name :oauth2_access_token

value you need to enter then token you generates

 

Channa
Fquiroga95
Contributor II
Contributor II

Hi @Channa , when you say your Linkedin ID and Password. Are the ones from the Linkedin Developer section? Or my personal email and password from Linkedin, the ones I used to log in?

 

Best regards,

Francisco.