INTSAMPLES-114 Twitter Search Requires Authentication

* Update Sample to Spring Integration 2.2.4
* In the sample - disallow unauthenticated Twitter Searches
  - As of Twitter API version 1.1, users must be authenticated to perform searches.

For reference see: https://jira.springsource.org/browse/INTSAMPLES-114
This commit is contained in:
Gunnar Hillert
2013-06-10 15:39:42 -04:00
parent 64f8dbbd83
commit 59bc98dbb7
4 changed files with 5 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ This example demonstrates the following aspects of the Twitter support available
1. Twitter Inbound Channel Adapter - allows you to receive HOME status updates
2. Twitter Inbound Search Channel Adapter - allows you to receive HOME status updates
3. Twitter Outboud Channel Adapter - allows send status updates
3. Twitter Outbound Channel Adapter - allows send status updates
In order to run this sample you need to configure [OAuth][] and set the values in the [OAuth][] properties.