November 2017
Beginner to intermediate
290 pages
7h 34m
English
Before enabling the Twitter API connector, you need to obtain tokens for authentication. See the following:
You need a Twitter API account and OAuth access tokens. Go to https://apps.twitter.com/ to create an application in your Twitter account and obtain the access tokens:
Update the corresponding properties in ./twitterDemoProperties.xml:
<property> <name>apex.operator.twitterSampleInput.prop.consumerKey</name> <value>...</value> </property> <property> <name>apex.operator.twitterSampleInput.prop.consumerSecret</name> ...
Read now
Unlock full access