Hello,
I'm testing the rest connector with Qlik Sense (Desktop 3.1 SR3)
I call Twitter API and I can retrieve data.
But I want to test the pagination property in order to retrieve more than 100 tweets (which is the limit for Twitter with the function search tweet).
In Twitter API, the response header contains the URL Next Result in root/search_metadata/next_results.
When I load the Json file from Twitter API, I don't see this search_metadata/next_results in the Json, even in the HTTP response header.
Do you know why ?
Is this the reason why I can't loop and retrieve moore than 100 Tweets ?
This is the Rest Connector parameters :
I tried with the option "Is header field" checked or unchecked.
Thanks !
Paul
Hi Paul,
Did you find the solution for this ?