Skip to content

marfur9/IntegrationTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integration Test

Getting Started

A project made to test integrating different systems (facebook and twitter using restfb and twitter4j in java)

Prerequisites

The project will need 4 different keys/tokens in a root file called "twitter4j.properties" to work.

How to make key/tokens

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

Built With

  • Twitter4j - Unofficial Java library for the Twitter API.
  • restfb - A simple and flexible Facebook Graph API client written in Java. Open source software.
  • Joda-Time - Joda-Time provides a quality replacement for the Java date and time classes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors