// assertNotNull(tk.getValue());
// assertNotNull(tk.getVerifier());
// assertNotNull(token.getSecret());
// assertNotNull(token.getValue());
final StandardOAuthSession oa = new StandardOAuthSession("api", "call", "token", "secret");
oa.authorize(1235L, "veri");
assertNotNull(oa.getApiKey());
assertNotNull(oa.getCallbackUrl());
assertNotNull(oa.getRequestToken());
assertNotNull(oa.getSecret());
assertNotNull(oa.getVerifier());