Skip to content

Instantly share code, notes, and snippets.

@ddossot
Forked from rossmason/mule-twitter-poll.xml
Created January 11, 2011 23:14

Revisions

  1. ddossot revised this gist Jan 11, 2011. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions mule-twitter-poll.xml
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    <twitter:config name="jsontwitter" format="JSON"
    <twitter:config name="jsonTwitter" format="JSON"
    consumerKey="${twitter.consumer.key}" consumerSecret="${twitter.consumer.secret}"/>

    <flow name="twiiter-search">
    <flow name="twitter-search">
    <poll frequency="5000">
    <twitter:search query="mule" config-ref="jsonTwitter" />
    </poll>
  2. Ross Mason created this gist Jan 11, 2011.
    8 changes: 8 additions & 0 deletions mule-twitter-poll.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    <twitter:config name="jsontwitter" format="JSON"
    consumerKey="${twitter.consumer.key}" consumerSecret="${twitter.consumer.secret}"/>

    <flow name="twiiter-search">
    <poll frequency="5000">
    <twitter:search query="mule" config-ref="jsonTwitter" />
    </poll>
    </flow>