A project made to test integrating different systems (facebook and twitter using restfb and twitter4j in java)
The project will need 4 different keys/tokens in a root file called "twitter4j.properties" to work.
twitter4j.properties file (in project root)
debug=true
oauth.consumerKey=xxxxxxxxxxxxxxxxxxxx
oauth.consumerSecret=xxxxxxxxxxxxxxxxx
oauth.accessToken=xxxxxxxxxxxxxxxxx
oauth.accessTokenSecret=xxxxxxxxxxxxxxxxx
You also need to get a access token from https://developers.facebook.com/tools/explorer/ and put it in config.properties like this:
accessToken=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx