Skip to content

Commit 89ddd13

Browse files
removed key and secret from sina weibo example
1 parent 1208fd8 commit 89ddd13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/scribe/examples/SinaWeibo2Example.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ public class SinaWeibo2Example
1515
public static void main(String[] args)
1616
{
1717
// Replace these with your own api key and secret
18-
String apiKey = "342348223";
19-
String apiSecret = "cfdf672e166a4bc954c0e33f03cf0d1b";
18+
String apiKey = "your_api_key";
19+
String apiSecret = "your_api_secret";
2020
OAuthService service = new ServiceBuilder()
2121
.provider(SinaWeiboApi20.class)
2222
.apiKey(apiKey)

0 commit comments

Comments
 (0)