tbillenstein / jTweetsAnywhere

jTweetsAnywhere is a jQuery Twitter Widget that simplifies the integration of Twitter services into your site
http://thomasbillenstein.com/jTweetsAnywhere/
MIT License
51 stars 18 forks source link

searchParams No longer working #32

Closed egarias closed 11 years ago

egarias commented 11 years ago

This morning (2013-06-06) my script stopped receiving tweets with the message "No more data". I had no success with any combination of search params. Any help? Many thanks

kristajg commented 11 years ago

Are you including multiple twitter usernames in one feed by chance?

kristajg commented 11 years ago

Also see this PR, it sounds relevant to your issue: https://github.com/tbillenstein/jTweetsAnywhere/pull/30

Nessworthy commented 11 years ago

Potentially irrelevant to the PR, the commits only change the search URL for data after parsing the tweets (for hashtags mainly). The requested merge doesn't affect how tweets are pulled.

@egarias, what are your JTA params that you're passing through?

Nessworthy commented 11 years ago

Referencing this comment by @egarias, I've had a few problems using multiple search params before. The important thing is to make sure you're escaping/encoding your characters for URLs, and that you're using twitter's search API syntax correctly!

egarias commented 11 years ago

Many Thanks, suddenly it started working today, I am almost sure it should be an external problem, I have 5 sites using different queries and none worked yesterday. The problem is fixed. Many thanks for yous support!!!