We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfde52d commit aaa94eeCopy full SHA for aaa94ee
src/test/java/org/scribe/examples/Alfred.java
@@ -19,6 +19,8 @@ public static void main(String args[]) {
19
int MEETUP=3;
20
int TUMBLR=4;
21
22
+ //testing this out
23
+
24
PROTECTED_RESOURCE_URL[TWITTER] = "https://api.twitter.com/1.1/account/verify_credentials.json";
25
PROTECTED_RESOURCE_URL[FACEBOOK] = "https://graph.facebook.com/me";
26
PROTECTED_RESOURCE_URL[GOOGLE] = "https://docs.google.com/feeds/default/private/full/";
0 commit comments