I'm trying the LinkedIn example Oauth in scribe-java lib https://github.com/fernandezpablo85/scribe-java , now when the code reaches this line, what should I input to the console?
System.out.print(">>");
Verifier verifier = new Verifier(in.nextLine());
System.out.println();
The author said the tag to ask is scribe, but it seems too broad? Thanks