final int TABLE_ID = 0;
// Initialise Game Jolt API
GameJoltAPI api = new GameJoltAPI(GAME_ID, GAME_SECRET);
api.setVerbose(true);
api.verifyUser(USER_NAME, USER_TOKEN);
// This is a test, so make the library print everything it can.
api.setVerbose(true);
// Get Trophies