Hi,
I'm servicemix 4.5's user and I had this problem. I couldn“t publish
messages on Twitter because Twitter changed the api version from v1 to
v1.1, but I have solved this problem only upgrading the bundle
org.apache.servicemix.bundles.twitter4j-3.0.3_1.jar on my servicemix 4.5.
Regards
--
camel-twitter is based on twitter4j project, and 3.0.x of twitter4j support the
twitter API v1.1 natively.
I just checked the camel master and 2.11.x branch, they are using the twitter4j
3.0.3.
So my question is which version of camel are you using? You may consider to
upgrade the camel vers
I'm trying to use twitter in my routes and am currently getting the 410 error
message from twitter stating that twitter REST api v1.0 is no longer being
used, please update to v1.1. Does this mean Camel needs to update, or do I
need to update my api somewhere? This is for a basic twitter search c