<?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>topic Re: Facebook Graph Api REST Connector Pagination in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Facebook-Graph-Api-REST-Connector-Pagination/m-p/127799#M19347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody help? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2018 07:25:46 GMT</pubDate>
    <dc:creator>MWiciok</dc:creator>
    <dc:date>2018-08-15T07:25:46Z</dc:date>
    <item>
      <title>Facebook Graph Api REST Connector Pagination</title>
      <link>https://community.qlik.com/t5/QlikView/Facebook-Graph-Api-REST-Connector-Pagination/m-p/127796#M19344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to get data from facebook graph api using the Qlik REST Api Connector in Versionn 1.7. I do not get the pagination work. I tried to use the workaround from the thread &lt;A href="https://community.qlik.com/thread/248870"&gt;Error connecting QlikView to Facebook with REST Connector and Pagination&lt;/A&gt; but it does not work. I still get just the first information-page back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me please? I use the QlikView Version Novemer 2017 SR3 and the latest &lt;SPAN style="font-size: 13.3333px;"&gt;Qlik REST Api Connector in Versionn 1.7.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you very much in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 07:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Facebook-Graph-Api-REST-Connector-Pagination/m-p/127796#M19344</guid>
      <dc:creator>MWiciok</dc:creator>
      <dc:date>2018-08-10T07:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Facebook Graph Api REST Connector Pagination</title>
      <link>https://community.qlik.com/t5/QlikView/Facebook-Graph-Api-REST-Connector-Pagination/m-p/127797#M19345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share some more specifics about what you tried to do? The Facebook Graph API is quite extensive and it supports different kinds of paging. What endpoints did you use and which kind of paging style?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2018 11:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Facebook-Graph-Api-REST-Connector-Pagination/m-p/127797#M19345</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-08-11T11:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Facebook Graph Api REST Connector Pagination</title>
      <link>https://community.qlik.com/t5/QlikView/Facebook-Graph-Api-REST-Connector-Pagination/m-p/127798#M19346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for your answer. I do several requests. One of this is for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://graph.facebook.com/v3.1/8584479036?fields=posts" rel="nofollow" target="_blank"&gt;https://graph.facebook.com/v3.1/8584479036?fields=posts&lt;/A&gt;&lt;SPAN&gt;{type,message,insights.metric(post_impressions_unique,post_reactions_by_type_total,post_clicks_by_type_unique,post_clicks_by_type,post_video_views).period(lifetime),shares,comments.summary(1).filter(stream).limit(0)}&amp;amp;since=2018-08-01T00:00:00+0000&amp;amp;until=2018-08-10T00:00:00+0000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This results in (top and bottom picture):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Top.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210655_Top.JPG" style="height: 448px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bottom.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/210671_Bottom.JPG" style="height: 448px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried as described in the mentioned post the parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PaginationType=NextUrl&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NextUrlFieldPath=root/posts/paging/next&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IsNextUrlFieldPathHeader=false&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in all combinations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IsNextUrlFieldPathHeader = true | false&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;NextUrlFieldPath= root/posts/paging/next | root/posts/next | root/paging/next | posts/paging/next | paging/next&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but nothing worked for me. Shouldn't be the &lt;EM style="font-size: 13.3333px;"&gt;NextUrlFieldPath&lt;/EM&gt; the path I can select in the JSON?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 13:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Facebook-Graph-Api-REST-Connector-Pagination/m-p/127798#M19346</guid>
      <dc:creator>MWiciok</dc:creator>
      <dc:date>2018-08-13T13:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Facebook Graph Api REST Connector Pagination</title>
      <link>https://community.qlik.com/t5/QlikView/Facebook-Graph-Api-REST-Connector-Pagination/m-p/127799#M19347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody help? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 07:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Facebook-Graph-Api-REST-Connector-Pagination/m-p/127799#M19347</guid>
      <dc:creator>MWiciok</dc:creator>
      <dc:date>2018-08-15T07:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Facebook Graph Api REST Connector Pagination</title>
      <link>https://community.qlik.com/t5/QlikView/Facebook-Graph-Api-REST-Connector-Pagination/m-p/127800#M19348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Create-REST-connection/Pagination-scenarios.htm" title="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Create-REST-connection/Pagination-scenarios.htm"&gt;https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Create-REST-connection/Pagination-scenario…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 07:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Facebook-Graph-Api-REST-Connector-Pagination/m-p/127800#M19348</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-15T07:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Facebook Graph Api REST Connector Pagination</title>
      <link>https://community.qlik.com/t5/QlikView/Facebook-Graph-Api-REST-Connector-Pagination/m-p/127801#M19349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Bala. I already saw this page. But I do not get it work. There is for example no use of &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;IsNextUrlFieldPathHeader &lt;/EM&gt;&lt;/SPAN&gt;mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me the correct parameters for my request?&lt;/P&gt;&lt;P&gt;Thank you very much in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 07:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Facebook-Graph-Api-REST-Connector-Pagination/m-p/127801#M19349</guid>
      <dc:creator>MWiciok</dc:creator>
      <dc:date>2018-08-16T07:14:08Z</dc:date>
    </item>
  </channel>
</rss>

