2 Configuration - Reference Documentation
Authors:
Version: 4.0.4.2
2 Configuration
Configuration
Enable your application in twitter.
Log into your twitter account (eg. ) and then go to to register your app.Select your application type as "Client"Make a note of your API Key and API Secret, you will need it shortlyGetting your requestToken from Twitter
Start by enabling the Twitter4J controllertwitter4j.enableTwitter4jController = true
http://localhost:8080/yourApp/twitter4j
- enter the API Key and API Secret
and click "Request token"Click the link on the next screen, and follow the instructions to obtain your PIN. Enter the pin-code and click "Verify pin"Paste the configuration code into your Config.groovy
file. The app should reload your configuration, if not restart the app.
Test if it works
Gotohttp://localhost:8080/yourApp/twitter4j/status
and enter a twitter-message.
If it works, you should be able to see your update on your twitter page: http://www.twitter.com/yourname