We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f74bbc commit fc69fc2Copy full SHA for fc69fc2
Flickr4Java/src/examples/java/ActivityExample.java
@@ -12,8 +12,6 @@
12
13
import org.xml.sax.SAXException;
14
15
-import javax.xml.parsers.ParserConfigurationException;
16
-
17
import java.io.IOException;
18
import java.io.InputStream;
19
import java.util.ArrayList;
@@ -52,6 +50,7 @@ public ActivityExample() throws IOException {
52
50
Auth auth = new Auth();
53
51
auth.setPermission(Permission.READ);
54
auth.setToken(properties.getProperty("token"));
+ auth.setTokenSecret(properties.getProperty("tokensecret"));
55
requestContext.setAuth(auth);
56
Flickr.debugRequest = false;
57
Flickr.debugStream = false;
0 commit comments