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
0
votes
2 answers

Loading Profile Images on VK.com in ActionScript

I have an iframe application in vk.com. I can use their API everything looks fine but when I want to load profile images I get Security Sandbox Error. When I print the result and errors I get This: (I am using Greensock ImageLoader) MYURL : 'MY…
Kemal Şen
  • 15
  • 4
0
votes
1 answer

VKontakte click by element

I want click by some element in VKontakte web application from JS, but it not possible. For example I go to this application http://vk.com/app2797985. I want click by element with id: likeBlock_button_like. Standart JS code for clicking by…
GIone hok
  • 69
  • 9
0
votes
2 answers

Django-social-auth dont log in

I have a Django-social-auth on my test project. I need to make authentication throw "vkontakte" (its a popular social network in russia). Docs. So, in /etc/hosts I have: #127.0.0.1 localhost 127.0.1.1 pc-my-motherboard 127.0.0.1 domain.com I…
Leon
  • 6,316
  • 19
  • 62
  • 97
0
votes
1 answer

Vkontakte Like Button Does Not Show in FireFox

I have an issue where I have a hidden toolbar the drops down with social buttons on it, the VK.com like button being one of them. It refuses to show itself in FireFox. All other browsers work fine however when the bar pulls down there is nothing…
Tyler
  • 191
  • 3
  • 11
0
votes
1 answer

Starting with DotNetOpenAuth

I'm working application for mobile devices with autorization in social network, that uses OAuth 2.0 protocol (vk.com). Looks like DotNetOpenAuth is good tool for this task, but I'm a little confused where to start. Is there any tutorial about how to…
SentineL
  • 4,682
  • 5
  • 19
  • 38
0
votes
1 answer

How can I send Many html text in Get? JQuery, Javascript

$('#participate').click(function(){ var content = $('#item-content-text').html(); VK.api('wall.post',{ message: content}, function(data) { if (data.response) { // если получен ответ //message send } else{ …
0
votes
1 answer

Is oauth 2.0 access_token IP dependant or not?

I wonder whether access_token provided by Facebook, Twitter or Vkontakte API depends on IP of requester or not. I have checked this page: http://en.wikipedia.org/wiki/OAuth but it says nothing about IP. Might it be vendor-implementation dependent…
Nikolay Kuznetsov
  • 9,467
  • 12
  • 55
  • 101
0
votes
1 answer

Vkontakte HTTP API returns 'Incorrect signature'

I have a problem using Vkontakte HTTP API. I'm trying to use the 'audio.search' method with my own VK application but with no success. A friend gave me an 'api_id', 'api_secret' and 'viewer_id' to test my code and works perfectly, but when I try to…
Miguel Botón
  • 766
  • 5
  • 20
0
votes
1 answer

Action Script 3 loading images from remote domain

I have an application that is running on portal VK com. I need to load images (.png) from their domain (which are players avatars basicly). What I get is SecurityError: Error #2123. It looks like in crossdomain.xml file on their domain there is no…
0
votes
2 answers

Rails omniauth and devise trouble with vk

I'm going to implement facebook and vkontakte login(registering) for my rails app, and with facebook all is ok (login and regitering is ok), done as in manual here But with vkontakte something wrong, i'll still get "empty" page here is my…
brabertaser19
  • 5,678
  • 16
  • 78
  • 184
0
votes
1 answer

vkontakte call api method fails

I try to call VK method, and it failed with error: private function deletePost(postId:String):int { var sigStr:String = FlashVarsVO.user_id + "api_id="+FlashVarsVO.app_id+"method=wall.deletev=3.09bdnOW93DM3Oy5lcSHr4"; …
yozhik
  • 4,644
  • 14
  • 65
  • 98
-1
votes
1 answer

Get vk.com video "hash" value

I want to get vk.com embed video link. So far, I can only get part of it. "oid" and "id" are easy to get from API but i can't seem to figure out a method to get the "hash" value. Embed…
Mk1
  • 77
  • 1
  • 11
-1
votes
1 answer

How to retrieve the element where a contextmenu has been executed if i have only background script?

it seems similar to that question How to retrieve the element where a contextmenu has been executed but i cant get nothing from that, please help me. var clickedEl; document.addEventListener("mousedown", function(event){ //right click …
-1
votes
1 answer

CORS proxy troubles: 404 not found because of extra params

I have: var url = 'http://cs7-5v4.vk-cdn.net/p10/da565dec1e4757.mp3?extra=30Z5mfWgb6cqPGfxDGrp1D7QgILPRF6pH1pUjnVlGdATqfZei1PFHNheoT19Hw41Oau34IsRFAe6f971LFoxoruML5MoGXqz'; $.get('http://www.corsproxy.com/' + url); Result: 404 Not found Problem:…
VB_
  • 45,112
  • 42
  • 145
  • 293
-1
votes
1 answer

Greasemonkey unsafeWindow Vk

I'm coding greacemonkey userscript for Vk comment automation. And can't understand why I cant access to object. Vk window obj have two different Composer and composer objects (the same words, but first capital lower). From unsafeWindow Composer is…
Dmitry
  • 112
  • 1
  • 8
1 2 3
20
21