Questions tagged [vk]

VK is the largest European social network with over a 100 million active users.

VK (Originally VKontakte) is the biggest social network service in Easter Europe and North Asia, it is available in several languages but popular particularly among Russian-speaking users around the world. Like other social networks, VK allows users to message contacts publicly or privately, create groups, public pages and events, share and tag images, audio and video, and play browser-based games. The main difference from Facebook is the ton of illegal content.

As of December 2014, VK has at least 216 million accounts. VK is ranked 22 in Alexa's global Top 500 sites and is the second most visited website in Russia. In January 2014, VK had an average of 65 million daily users.

More info:

305 questions
109
votes
6 answers

Curl error 60, SSL certificate issue: self signed certificate in certificate chain

I try to send curl request with my correct APP_ID, APP_SECRET etc. to the …
Victor Bocharsky
  • 11,930
  • 13
  • 58
  • 91
36
votes
1 answer

Vkontakte API using OAuth does not work with Captcha

Vkontakte API rejects requests with Captcha. Here is the example what I do. After the third request I get: Captcha error (14) - Captcha needed. According to documentation it's sufficient to add captcha_sid and captcha_key parameters to the…
terrafant
  • 561
  • 5
  • 10
20
votes
3 answers

BeautifulSoup .text method returns text without separators (\n, \r etc)

I've tryed to parse song lyrics from biggest russian lyrics site http://amalgama-lab.com and save lyrics (translated and original) into audio list from my Vkontakte account(sadly, amalgama doesn't have any API) import urllib from BeautifulSoup…
just so
  • 1,088
  • 2
  • 11
  • 23
14
votes
2 answers

VK.COM embed set start time and hide controls

How can I embed a video from vk.com and specify the time on which the video should start (eg: the video should start from the middle, or from second 5), and to hide the controls, like on YouTube? A simple embed looks like:
MM PP
  • 4,050
  • 9
  • 35
  • 61
13
votes
2 answers

How to insert content script in google chrome extension when page was changed via history.pushState?

I'm creating a small google chrome extension for website, and I want to change some html on particular pages. The problem is that website load his content via ajax, and heavy use history.pushState API. So, I added this thing to manifest:…
10
votes
2 answers

VK Oauth: Security Error

I'm trying to authorize my standalone application. But after I click "Allow" it always redirects to http://oauth.vk.com/error?err=2 and gives this as response body: {"error":"invalid_request", "error_description":"Security Error"} Here's the…
sigod
  • 3,514
  • 2
  • 21
  • 44
9
votes
1 answer

How to limit throughput with RabbitMQ?

Where did the question: We are using RabbitMQ as task queue. One of specific tasks - sending notices to Vkontakte social network. They api has limit to request per seconds and this limit based on your application size. Just 3 calls for app with less…
Nick Bondarenko
  • 6,211
  • 4
  • 35
  • 56
7
votes
1 answer

How to make circular reveal effect when theme changed? (Like in Telegram or VK)

I am using DayNight theme in my application. And I have a button that changes the theme. In VK and Telegram app there is a beautiful reveal animation that changes the theme without restarting activity or something like that. I have tried to make…
6
votes
1 answer

Firebase auth custom token iOS

I am trying to add to my app VK authorization with Firebase SDK. When user authorization finished, I try to pass token to Firebase. func vkSdkAccessAuthorizationFinishedWithResult(result: VKAuthorizationResult!){ let tokenString =…
6
votes
1 answer

insert content script when page was changed by history.pushState and ajax call

I've faced with the problem with inserting content script into the page which was changed by history.pushState and ajax call. I've found the similar topic at stackoverflow, but that solution doesn't work for me (that solution was in using of…
ivan_ochc
  • 392
  • 5
  • 22
6
votes
5 answers

How to get email address from vk.api?

Im trying to get email address. After success login i have firstname, lastname, all except email. please help. VK.Auth.login(function (response) { if (response.session) { } else { } }, 4194304);
5
votes
2 answers

Fixed image width and height but the height to be cut

I just noticed in vk.com that the images in your album have fixed width but the height is also fixed but images are cut like in the middle.And if i copy the path to the images and view only them they are not cut. i make this photo to be more easy to…
Ben
  • 1,906
  • 10
  • 31
  • 47
5
votes
4 answers

vkontakte api for C#

I want develop a music finder program. I choose music database, vkontakte. But I can't find the vkontakte api example for c# .
Yasin Ozel
  • 273
  • 1
  • 6
  • 15
5
votes
3 answers

How to open VK app from my ios app

I want to open my public page in vk app (if it is installed). How can I manage to do that Here's the same trick with facebook - (IBAction)facebook:(id)sender{ if ([[UIApplication sharedApplication] canOpenURL:[NSURL…
mumble57
  • 61
  • 1
  • 10
4
votes
1 answer

VK API java sdk account.getProfiles access denied?

I'm playing around with the VK API, and setup an app and have setup everything I need so far. However, when I call the account.GetProfiles method against mz profile, I get the following error message: {"error":{"error_code":15,"error_msg":"Access…
Spade Johnsson
  • 522
  • 2
  • 7
  • 23
1
2 3
20 21