JBoss Fuse - Connecting to Twitter and the Aggregator pattern
Before connecting to Twitter, make sure you have register a twitter developer account, and go to https://apps.twitter.com/. Create a new Twitter App.
There are a few mandatory parameter for authentication if you want to play with Twitter, they are :
consumerKey - The consumer key consumerSecret - The consumer secret accessToken - The access token accessTokenSecret - The access token secret
Also Twitter has Consumer as it handle mostly polling functionality, such as search from content, streaming tweets from twitter etc.
timeline/home - read or polls tweet from user home search - search specific keywords, streaming/filter - get streaming of data from twitter.