Hey everyone,

Is there any way to use more than $twitkey in the API function? For instance, I want return all tweets that have a specific username AND a specific hashtag. Is there any way to do this in the current module?

Thanks,
Ben

Comments

okletsgo’s picture

subscribed

jennypanighetti’s picture

I absolutely would love this as well, for D6 or D7.

IshaDakota’s picture

subsribe

hrodrig’s picture

also very interested in this answer.

mErilainen’s picture

Same here

Hanno’s picture

Status: Active » Fixed

As mentioned in http://drupal.org/node/729508 you can use operators like:
OR: <?php echo twitter_pull_render('#drupal OR @drupal'); ?>
AND: <?php echo twitter_pull_render('#drupal @drupal'); ?>
specific language:<?php echo twitter_pull_render('drupal lang:es'); ?>
you can construct your searchquery at http://twitter.com/#!/search-advanced

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.