We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70c628 commit 1f8b737Copy full SHA for 1f8b737
src/test/java/org/scribe/examples/TwitterExample.java
@@ -9,7 +9,7 @@
9
10
public class TwitterExample
11
{
12
- private static final String PROTECTED_RESOURCE_URL = "http://api.twitter.com/1.1/account/verify_credentials.json";
+ private static final String PROTECTED_RESOURCE_URL = "https://api.twitter.com/1.1/account/verify_credentials.json";
13
14
public static void main(String[] args)
15
0 commit comments