We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1208fd8 commit 89ddd13Copy full SHA for 89ddd13
src/test/java/org/scribe/examples/SinaWeibo2Example.java
@@ -15,8 +15,8 @@ public class SinaWeibo2Example
15
public static void main(String[] args)
16
{
17
// Replace these with your own api key and secret
18
- String apiKey = "342348223";
19
- String apiSecret = "cfdf672e166a4bc954c0e33f03cf0d1b";
+ String apiKey = "your_api_key";
+ String apiSecret = "your_api_secret";
20
OAuthService service = new ServiceBuilder()
21
.provider(SinaWeiboApi20.class)
22
.apiKey(apiKey)
0 commit comments