Top "Scribe" questions

Scribe is a simple OAuth library for Java

org.scribe.exceptions.OAuthException: Response body is incorrect. Can't extract token and secret from this: 'Invalid request token'

can someone help me with this code? Everything goes great till this point. Token accessToken = service.getAccessToken(requestToken, verifier); After …

java twitter scribe