Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Using Twitter API

Hi,

I´m trying to get some informations about a twitter user. When requesting the informations at the browser (http://api.twitter.com/1/users/show.xml?screen_name=@prbscosta), it runs fine but, when trying to get these informations from a QV Script, I receive the following error messages: "Interface not registered" or "The bundled application called an interface to another segment".

What is happening? For my surprise, at home, with my notebook, it runs fine. At my work, I receive these errors.

LOAD

                    id,

              name,

              screen_name,

              description,

              profile_image_url,

              profile_image_url_https,

              url,

              protected,

              followers_count,

              profile_background_color,

              profile_text_color,

              profile_link_color,

              profile_sidebar_fill_color,

              profile_sidebar_border_color,

              friends_count,

              created_at,

              favourites_count,

              profile_background_image_url,

              profile_background_image_url_https,

              profile_background_tile,

              profile_use_background_image,

              geo_enabled,

              verified,

              statuses_count,

              lang,

              contributors_enabled,

              listed_count,

              show_all_inline_media,

              default_profile,

              default_profile_image,

              is_translator,

              [status/created_at],

              [status/id],

              [status/text],

              [status/source],

              [status/truncated],

              [status/favorited],

              [status/retweet_count],

              [status/retweeted],

              [status/possibly_sensitive],

              [status/retweeted_status/created_at] as [retweeted_status/created_at],

              [status/retweeted_status/id] as [retweeted_status/id],

              [status/retweeted_status/text] as [retweeted_status/text],

              [status/retweeted_status/source] as [retweeted_status/source],

              [status/retweeted_status/truncated] as [retweeted_status/truncated],

              [status/retweeted_status/favorited] as [retweeted_status/favorited],

              [status/retweeted_status/retweet_count] as [retweeted_status/retweet_count],

              [status/retweeted_status/retweeted] as [retweeted_status/retweeted],

              [status/retweeted_status/possibly_sensitive] as [retweeted_status/possibly_sensitive]

          FROM

          [http://api.twitter.com/1/users/show.xml?screen_name=@prbscosta]

          (XmlSimple, Table is [user])

10 Replies
chrisbrain
Partner - Specialist II
Partner - Specialist II

Just a quick heads up to QVSource Users that our General JSON/XML/SOAP Web API Connector will support setting the user agent in the next release. Ping me if you need it now.

beeido.com - BI | Software | Qlik Integration Services
GitFirst - A CI/CD solution for Qlik Sense