Hi there,

We are using Streaming to pull tweets to analyse.
We have noticed that the method stopped pulling keywords with a hashtag.

For instance, if we use a keyword: HeyThereTwitter in track, this will pull both HeyThereTwitter and #HeyThereTwitter. But if we use "#HeyThereTwitter"as a track parameter, it will not pull anything, even the tweets that exactly match this keyword.

Do you know if streaming stopped supporting hashtags as keywords in track?

There wasn’t any announcement for changes or anything - what language / client are you using? any recent changes there? I could see this happening if the request mangled the # character somehow or url encoded it twice?

Hi IgorBrigadir, thanks for your answer.

I am using node js library called twitter-lite. Repo on github doesn’t provide any info that something was changed in library, in fact last changes was made a couple months ago.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.