We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62fae6 commit b9ad894Copy full SHA for b9ad894
2 files changed
changelog
@@ -3,6 +3,7 @@
3
introduce AuthorizationUrlBuilder (along with deprecation of AuthorizationUrlWithPKCE)
4
add possibility to provide different scopes for each Access Token request
5
* upgrade Facebook API from v2.11 to v3.2
6
+ * upgrade VkontakteApi from 5.73 to 5.92
7
8
[6.4.1]
9
* support TLS 1.3 in JDK 11 for Salesforce
scribejava-apis/src/main/java/com/github/scribejava/apis/VkontakteApi.java
@@ -12,7 +12,7 @@
12
13
public class VkontakteApi extends DefaultApi20 {
14
15
- public static final String VERSION = "5.73";
+ public static final String VERSION = "5.92";
16
17
protected VkontakteApi() {
18
}
0 commit comments