<?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: Twitter Search using Qlik Rest Connector in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Twitter-Search-using-Qlik-Rest-Connector/m-p/978886#M1406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Koen,&amp;nbsp; Did you manage to resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm also trying to get the Twitter connection to work and struggling....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Dec 2015 14:25:56 GMT</pubDate>
    <dc:creator>mikkeltaylor</dc:creator>
    <dc:date>2015-12-31T14:25:56Z</dc:date>
    <item>
      <title>Twitter Search using Qlik Rest Connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Twitter-Search-using-Qlik-Rest-Connector/m-p/978884#M1404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to load Tweets about a certain subject through the Qlik Rest Connector. Therefor I followed the steps explained in this example &lt;A href="http://help.qlik.com/Connectors/en-US/connectors/#../Subsystems/REST_connector_help/Content/1.0/Create-REST-connection/Connection-examples.htm%3FTocPath%3DQlik%2520Sense%2520connectors%7CREST%7C1.0%7CConnect%2520to%2520a%2520REST%2520data%2520source%7C_____3" title="http://help.qlik.com/Connectors/en-US/connectors/#../Subsystems/REST_connector_help/Content/1.0/Create-REST-connection/Connection-examples.htm%3FTocPath%3DQlik%2520Sense%2520connectors%7CREST%7C1.0%7CConnect%2520to%2520a%2520REST%2520data%2520source%7C_____3"&gt;http://help.qlik.com/Connectors/en-US/connectors/#../Subsystems/REST_connector_help/Content/1.0/Create-REST-connection/C…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I test the connection it always gives me tho following error message : HTTP protocol error 400 (Bad Request): {"errors":[{"code":215, "message":""Bad Authentication data."}]}.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This are my settings:&lt;/P&gt;&lt;P&gt;Force basic authentication.&lt;/P&gt;&lt;P&gt;URL : &lt;A href="https://api.twitter.com/1.1/search/tweets.json" title="https://api.twitter.com/1.1/search/tweets.json"&gt;https://api.twitter.com/1.1/search/tweets.json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Method : GET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query Paramters:&lt;/P&gt;&lt;P&gt;q, qlik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query Headers:&lt;/P&gt;&lt;P&gt;Authorization, OAuth oauth_consumer_key="...",oauth_signature_method="HMAC-SHA1",oauth_timestamp="1449654560",oauth_nonce="...",oauth_version="1.0",oauth_token="...",oauth_signature="..."&lt;/P&gt;&lt;P&gt;Host, api.twitter.com&lt;/P&gt;&lt;P&gt;X-Target-URI, &lt;A href="https://api.twitter.com/" title="https://api.twitter.com/"&gt;https://api.twitter.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does someone know what I can try to solve this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Twitter-Search-using-Qlik-Rest-Connector/m-p/978884#M1404</guid>
      <dc:creator>kbiesemans</dc:creator>
      <dc:date>2015-12-09T10:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Twitter Search using Qlik Rest Connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Twitter-Search-using-Qlik-Rest-Connector/m-p/978885#M1405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Koen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I faced an issue like this, but solved it by adding the query parameters to the URL itself.&lt;/P&gt;&lt;P&gt;In your case make use of this following URL and remove the query parameters.&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.twitter.com/1.1/search/tweets.json" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; text-decoration: underline;" title="https://api.twitter.com/1.1/search/tweets.json"&gt;https://api.twitter.com/1.1/search/tweets.json?q=%23Qlik&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The above URL = searching twitter with #Qlik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;- Sangram Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 20:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Twitter-Search-using-Qlik-Rest-Connector/m-p/978885#M1405</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-12-09T20:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Twitter Search using Qlik Rest Connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Twitter-Search-using-Qlik-Rest-Connector/m-p/978886#M1406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Koen,&amp;nbsp; Did you manage to resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm also trying to get the Twitter connection to work and struggling....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 14:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Twitter-Search-using-Qlik-Rest-Connector/m-p/978886#M1406</guid>
      <dc:creator>mikkeltaylor</dc:creator>
      <dc:date>2015-12-31T14:25:56Z</dc:date>
    </item>
  </channel>
</rss>

