-
Notifications
You must be signed in to change notification settings - Fork 227
Create Vkontakte App
gorbin edited this page Oct 29, 2014
·
2 revisions
-
Create standalone app https://vk.com/editapp?act=create
-
Save your app ID
-
Fill fields «Package name for Android»,«Main Activity for Android», «Fingerprint for Android»
-
Fingerprint you can get using keytool
keytool -exportcert -alias androiddebugkey -keystore path-to-debug-or-production-keystore -list -v
Removing all ":", you will get Fingerprint. or using VK SDK(asne-vk)
String[] fingerprints = VKUtil.getCertificateFingerprint(this, this.getPackageName());
-
Use App ID as VK Key in ASNE
More detailed: https://vk.com/dev/android_sdk