Skip to content

Instantly share code, notes, and snippets.

@nov
Created May 20, 2010 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nov/407129 to your computer and use it in GitHub Desktop.
Save nov/407129 to your computer and use it in GitHub Desktop.
nov@argentea:~$ oacurl login -p .oacurl.twitter.properties --consumer-key YOUR_CONSUMER_KEY --consumer-secret YOUR_CONSUMER_SECRET --verbose
May 20, 2010 11:30:23 AM org.mortbay.log.Slf4jLog info
INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
May 20, 2010 11:30:23 AM org.mortbay.log.Slf4jLog info
INFO: jetty-6.1.x
May 20, 2010 11:30:23 AM org.mortbay.log.Slf4jLog info
INFO: Started SocketConnector@localhost:58227
May 20, 2010 11:30:23 AM com.google.oacurl.Login getAuthorizationUrl
INFO: Fetching request token with parameters: [oauth_callback=http%3A%2F%2Flocalhost%3A58227%2FOAuthCallback]
May 20, 2010 11:30:24 AM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: "Set-Cookie: guest_id=xxxxx; path=/; expires=Sat, 19 Jun 2010 02:30:24 GMT". Unable to parse expires attribute: Sat, 19 Jun 2010 02:30:24 GMT
May 20, 2010 11:30:24 AM com.google.oacurl.Login getAuthorizationUrl
INFO: Request token received: [oauth_token=xxxxxxxxxx, oauth_token_secret=xxxxxxxxxx, oauth_callback_confirmed=true]
May 20, 2010 11:30:24 AM com.google.oacurl.Login launchBrowser
INFO: Redirecting to URL: http://twitter.com/oauth/authorize?oauth_token=xxxxxxxxxx
May 20, 2010 11:30:24 AM com.google.oacurl.Login main
INFO: Waiting for verification token...
May 20, 2010 11:31:02 AM com.google.oacurl.Login main
INFO: Verification token received: xxxxxxxxxx
May 20, 2010 11:31:02 AM com.google.oacurl.Login main
INFO: Fetching access token with parameters: [oauth_token=xxxxxxxxxx, oauth_verifier=xxxxxxxxxx]
May 20, 2010 11:31:03 AM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: "Set-Cookie: guest_id=xxxxxxxxxx; path=/; expires=Sat, 19 Jun 2010 02:31:02 GMT". Unable to parse expires attribute: Sat, 19 Jun 2010 02:31:02 GMT
May 20, 2010 11:31:03 AM com.google.oacurl.Login main
INFO: Access token received: [oauth_token=xxxxxxxxxx, oauth_token_secret=xxxxxxxxxx, user_id=xxxxxxxxxx, screen_name=nov]
May 20, 2010 11:31:03 AM org.mortbay.log.Slf4jLog info
INFO: Stopped SocketConnector@localhost:58227
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment