<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article How to load data from LinkedIn API with Qlik REST connector in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/ta-p/1711170</link>
    <description>&lt;P&gt;LinkedIn requires OAuth2 authentication.&lt;/P&gt;
&lt;P&gt;The connection steps are as follows:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Get LinkedIn API access token following article&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin/consumer/context" target="_blank" rel="noopener"&gt;Authorization Code Flow (3-legged OAuth)&lt;/A&gt;. Access token should be obtained after&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Step 3: Exchange Authorization Code for an Access Token&lt;/I&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;In Qlik Sense, create a REST connection with the following parameters:
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;URL: link to the LinkedIn API endpoint you want to query, for example&amp;nbsp;&lt;A href="https://api.linkedin.com/v2/me" target="_blank" rel="noopener"&gt;https://api.linkedin.com/v2/me&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Method: depends on URL according to documentation.&amp;nbsp;For&amp;nbsp;&lt;A href="https://api.linkedin.com/v2/me" target="_blank" rel="noopener"&gt;https://api.linkedin.com/v2/me&lt;/A&gt;&amp;nbsp;it should be GET&lt;/LI&gt;
&lt;LI&gt;Authentication: Anonymous&lt;/LI&gt;
&lt;LI&gt;Query header
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Name: Authorization&lt;/LI&gt;
&lt;LI&gt;Value:&amp;nbsp;Bearer &amp;lt;access token&amp;gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Edit connection REST.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55797iE265DEB5F349175D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Edit connection REST.png" alt="Edit connection REST.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Selected data to load.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55796iC43EE4E46BE58BEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Selected data to load.png" alt="Selected data to load.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create-REST-connection/Connection-examples.htm" target="_blank" rel="noopener"&gt;Setting up selected REST sources for data loading&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik REST Connector" id="qlikRESTConnector"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 13:28:19 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2024-06-04T13:28:19Z</dc:date>
    <item>
      <title>How to load data from LinkedIn API with Qlik REST connector</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/ta-p/1711170</link>
      <description>&lt;P&gt;LinkedIn requires OAuth2 authentication.&lt;/P&gt;
&lt;P&gt;The connection steps are as follows:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Get LinkedIn API access token following article&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin/consumer/context" target="_blank" rel="noopener"&gt;Authorization Code Flow (3-legged OAuth)&lt;/A&gt;. Access token should be obtained after&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Step 3: Exchange Authorization Code for an Access Token&lt;/I&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;In Qlik Sense, create a REST connection with the following parameters:
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;URL: link to the LinkedIn API endpoint you want to query, for example&amp;nbsp;&lt;A href="https://api.linkedin.com/v2/me" target="_blank" rel="noopener"&gt;https://api.linkedin.com/v2/me&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Method: depends on URL according to documentation.&amp;nbsp;For&amp;nbsp;&lt;A href="https://api.linkedin.com/v2/me" target="_blank" rel="noopener"&gt;https://api.linkedin.com/v2/me&lt;/A&gt;&amp;nbsp;it should be GET&lt;/LI&gt;
&lt;LI&gt;Authentication: Anonymous&lt;/LI&gt;
&lt;LI&gt;Query header
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Name: Authorization&lt;/LI&gt;
&lt;LI&gt;Value:&amp;nbsp;Bearer &amp;lt;access token&amp;gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Edit connection REST.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55797iE265DEB5F349175D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Edit connection REST.png" alt="Edit connection REST.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Selected data to load.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55796iC43EE4E46BE58BEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Selected data to load.png" alt="Selected data to load.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create-REST-connection/Connection-examples.htm" target="_blank" rel="noopener"&gt;Setting up selected REST sources for data loading&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik REST Connector" id="qlikRESTConnector"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 13:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/ta-p/1711170</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2024-06-04T13:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from LinkedIn API with Qlik REST connector</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/1839444#M4380</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've read many of your articles in the community, thank you so much for always sharing useful content &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm working on getting LinkedIn adAnalytics (&lt;A href="https://api.linkedin.com/v2/adAnalyticsV2" target="_blank"&gt;https://api.linkedin.com/v2/adAnalyticsV2&lt;/A&gt;). I'm able to get an Access Token using a Refresh Token. Now, I'm stuck at sending a request to&amp;nbsp;&lt;A href="https://api.linkedin.com/v2/adAnalyticsV2" target="_blank"&gt;https://api.linkedin.com/v2/adAnalyticsV2 &lt;/A&gt;to query campaign data. It works all fine from Postman but when I try to create a REST connection from Qlik Sense (Aug 2021 version) with the same parameters as Postman (except the auto-generated ones from Postman itself), I always get an error "&lt;SPAN&gt;Failed to connect to server. Please check connection parameters."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any idea/advice would be greatly appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; #bigfan &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you and best regards,&amp;nbsp;&lt;BR /&gt;Wannita&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 13:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/1839444#M4380</guid>
      <dc:creator>kanhomcake</dc:creator>
      <dc:date>2021-09-27T13:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from LinkedIn API with Qlik REST connector</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/1839750#M4393</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29331"&gt;@kanhomcake&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;I am glad you are enjoying the content we provide &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; But I cannot take credit for it, this is a team effort from our experts. I am often just the messenger &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Let me see if I can find an SME to look at this question for you. If not, I'll need to redirect you to the forums to post that. Will update you soon.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 13:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/1839750#M4393</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-09-28T13:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from LinkedIn API with Qlik REST connector</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/1839767#M4394</link>
      <description>&lt;P&gt;Thank you Sonja, for your reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I actually got some clue from our Qlik partner's consultant, I think my Qlik Sense server blocks the connection to LinkedIn API, I'm contacting my network/security colleague to resolve the issue internally, I hope it will work afterwards. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Many thanks again for your and the team's contribution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 13:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/1839767#M4394</guid>
      <dc:creator>kanhomcake</dc:creator>
      <dc:date>2021-09-28T13:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from LinkedIn API with Qlik REST connector</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/1839781#M4397</link>
      <description>&lt;P&gt;Anytime!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad you figured it out though and thank you so much for sharing it here. This will likely help someone else down the line as well.&lt;/P&gt;
&lt;P&gt;Have a great day!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 13:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/1839781#M4397</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-09-28T13:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from LinkedIn API with Qlik REST connector</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/1860788#M4842</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;
&lt;P&gt;Do I MUST have a LinkedIn subscription package?&lt;/P&gt;
&lt;P&gt;If so, which account shall I use? my personal LinkedIn account or shall I create a "generic" company user (on LinkedIn) for this purpose?&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 07:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/1860788#M4842</guid>
      <dc:creator>aldo-tgh</dc:creator>
      <dc:date>2021-11-18T07:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from LinkedIn API with Qlik REST connector</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/1861983#M4884</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18514"&gt;@aldo-tgh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question of whether or not you require a subscription to LinkedIn depends on what features are locked behind the subscription itself. Reviewing their documentation I cannot find any information that basic connectivity using the REST API is restricted.&lt;/P&gt;
&lt;P&gt;As for what account to use: I would recommend posting this question to our forums to see what best practices other users are using. This forum would be appropriate:&amp;nbsp;&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Connectivity-Data-Prep/bd-p/qlik-sense-data-connectivity" target="_blank" rel="noopener"&gt; Connectivity &amp;amp; Data Prep&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 09:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/1861983#M4884</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-11-22T09:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from LinkedIn API with Qlik REST connector</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/1862108#M4888</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Sonja,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;will check.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 13:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/1862108#M4888</guid>
      <dc:creator>aldo-tgh</dc:creator>
      <dc:date>2021-11-22T13:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from LinkedIn API with Qlik REST connector</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/2467244#M14218</link>
      <description>&lt;P&gt;Hi Sonja,&lt;/P&gt;
&lt;P&gt;Thanks that information is great. I am also able to query Linkedin API and extract data. However, the token lasts 60 days. How do you set up Qlik REST API to request a new token every time you want to use the API, unless you are manually setting the token in the Qlik API config every 60 days. If you have been able to do that please share this information.&lt;/P&gt;
&lt;P&gt;This is the part where I am stuck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 12:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-load-data-from-LinkedIn-API-with-Qlik-REST-connector/tac-p/2467244#M14218</guid>
      <dc:creator>alando</dc:creator>
      <dc:date>2024-07-02T12:54:20Z</dc:date>
    </item>
  </channel>
</rss>

