We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafa2fd commit f661af0Copy full SHA for f661af0
src/test/java/org/scribe/examples/TwitterExample.java
@@ -9,10 +9,11 @@
9
10
public class TwitterExample
11
{
12
- private static final String PROTECTED_RESOURCE_URL = "https://api.twitter.com/1/statuses/update.json";
+ private static final String PROTECTED_RESOURCE_URL = "http://api.twitter.com/1.1/account/verify_credentials.json";
13
14
public static void main(String[] args)
15
16
+ // If you choose to use a callback, "oauth_verifier" will be the return value by Twitter (request param)
17
OAuthService service = new ServiceBuilder()
18
.provider(TwitterApi.class)
19
.apiKey("6icbcAXyZx67r8uTAUM5Qw")
0 commit comments