[twitter-dev] Re: Filtering tweets in the profile widget

2011-06-29 Thread jcorso
Thank you for your reply. Indeed, one thing I had tried before posting was your first suggestion: w.setUser(--).setSearch(--).start() But, this does not work for me. (Can't parse the javascript code in detail to figure out why not...) I will take a look at the REST API instead. If you have an

[twitter-dev] Re: Filtering tweets in the profile widget

2011-06-29 Thread jcorso
Ah, I figured out the filters feature of the new Widget (2.0). To filter in #news just add this code to the features part: filters: { positives: /#news/ } So easy! Thanks again. Jason On Jun 29, 3:51 pm, jcorso jco...@gmail.com wrote: Thank you for your reply. Indeed, one thing