We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d3237 commit 3a5f503Copy full SHA for 3a5f503
1 file changed
scribejava-apis/src/test/java/com/github/scribejava/apis/examples/OdnoklassnikiExample.java
@@ -25,7 +25,6 @@ public static void main(String... args) {
25
final OAuth20Service service = new ServiceBuilder()
26
.apiKey(clientId)
27
.apiSecret(secretKey)
28
- .scope("VALUABLE_ACCESS")
29
.grantType(OAuthConstants.AUTHORIZATION_CODE)
30
.callback("http://your.site.com/callback")
31
.build(OdnoklassnikiApi.instance());
0 commit comments