We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed1989 commit 85257fdCopy full SHA for 85257fd
1 file changed
src/main/java/org/scribe/builder/api/VkontakteApi.java
@@ -10,7 +10,7 @@
10
*/
11
public class VkontakteApi extends DefaultApi20
12
{
13
- private static final String AUTHORIZE_URL = "https://api.vkontakte.ru/oauth/authorize?client_id=%s&redirect_uri=%s&response_type=code";
+ private static final String AUTHORIZE_URL = "https://oauth.vk.com/authorize?client_id=%s&redirect_uri=%s&response_type=code";
14
private static final String SCOPED_AUTHORIZE_URL = String.format("%s&scope=%%s", AUTHORIZE_URL);
15
16
@Override
0 commit comments