We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ed1989 + 85257fd commit 78f57fbCopy full SHA for 78f57fb
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