phstc / jquery-twitter

jQuery Twitter Search Plugin
http://pablocantero.com/blog/2010/12/29/jquery-twitter-search-plugin/
8 stars 2 forks source link

Users with "_" in the name does't work #3

Open joaquinrivero opened 13 years ago

joaquinrivero commented 13 years ago

When I change the user for another one with "_" in the username, doesn't work.

Works:

tweets.from('joaquin').limit(1).all(tweetsSuccessCallback, tweetsErrorCallback);

Not works:

jQuery16204297618102803148_1310236056933({"results":[],"max_id":-1,"since_id":0,"results_per_page":15,"page":1,"completed_in":0.001588,"since_id_str":"0","max_id_str":"-1","query":"+from%3Asocialmedia_mex"});

tweets.from('socialmedia_mex').limit(1).all(tweetsSuccessCallback, tweetsErrorCallback);

phstc commented 13 years ago

Hi @joaquinrivero, the problem isn't the underline. This plugin is for Twitter Search, not for Twitter Timeline.

http://twitter.com/#!/search/socialmedia_mex (no results)

http://twitter.com/#!/search/joaquin (many results)

I have plans to create a new version for Twitter Timeline. Do you need it? We can do it.

The Twitter Timeline API https://dev.twitter.com/docs/api/1/get/statuses/user_timeline

This plugin is implementing the Twitter Search API http://search.twitter.com/api/

Regards, Pablo Cantero

joaquinrivero commented 13 years ago

Yeap , I need it, I'm trying but doesn't work correctly.