Tagged Questions
vkontakte.ru is a most popular in Russia social network.
3
votes
3answers
365 views
Why is the auth_key parameter empty?
I've created a flex-based application and uploaded it to vkontakte. For some reason the auth-key parameter (at the flash vars) is empty, how come?
Here is a link to the application.
EDIT:
Here is ...
3
votes
1answer
369 views
How to test Vkontakte application with local WS?
I've developed a Vkontakte application by using Adobe Flex technology with WCF as my server side. The whole thing works perfectly on localhost, but after uploading it to Vkontakte - the WS doesn't ...
2
votes
2answers
123 views
Browse pages while music is playing
There's a new feature on vkontakte.ru (I bet facebook has the same, not sure though). You browse pages while player keeps playing music at the background without interruption. How is this possible?
2
votes
3answers
415 views
Can I use google analytics on vkontakte?
I want to use Google Analytics on my Vkontakte application (written with Flex). Vkontakte does not support naturally in Google Analytics (not as Facebook) which means I can't even put the Google ...
2
votes
2answers
699 views
How to start Application from a simple AS file?
I want to use vkontakte's new wrapper feature, that enhances your application abilities by running under SWF wrapper.
This is a sample application that uses this mechanism. It uses pure action ...
1
vote
1answer
42 views
Javascript how to build loop with unconstant time of iterations
need to be consulted by JS jedi.
Situation: I got array with USER_IDs and need to call social network function to post on their walls. So I need to launch wallpost function, listen to its answer and ...
1
vote
0answers
390 views
Jackson JSON Mixin deserialization - Array with different types
I have JSON string that looks like
{"response":[125,{"id":219},{"id":212}]}
So as you can see "response" is an array consist of Number and 2 POJOs (id:Number).
Could you please give me some ...
1
vote
2answers
93 views
Get a list of friends with installed app from game's server (Vkontakte API)
I need to get a list of friends with installed app from game's server by VK API.
Send this data from client is not security, 'cause server can not be sure, that data is valid. Method ...
1
vote
1answer
953 views
How to login on the site with JavaScript in Ruby on Rails?
Please help me. This what I have written
require "watir"
site_url = "http://vkontakte.ru"
ie = Watir::IE.new
ie.goto site_url
ie.text_field(:name, "email").set "disaster-ilya@mail.ru"
...
0
votes
0answers
176 views
Vkontakte Audio Search with HTTP API
Sorry for my English. I know very little English.
I am trying pull data from here : ...
0
votes
0answers
100 views
Video quality in vkontakte - objective-c
Vkontakte has very big video content. Their api allows to developers get some info about video. For example:
image to video file: http://cs12512.vkontakte.ru/u9618578/video/s_fe0447cf.jpg
date: ...
0
votes
1answer
204 views
Get video file from flash player objective-c
Does anybody knows how to get url to video file from this url:
http://vk.com/video_ext.php?oid=6492&id=141771975&hash=a984f2edb68fc4f7
It returns flash player with video, but iphone doesn't ...
0
votes
1answer
421 views
Devise and OmniAuth. Vkontakte scope problem
I just got setup using Rails 3, Devise and OmniAuth via https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview.
I want integrate my app with vkontakte.ru. When i'm using this config ...
0
votes
0answers
460 views
How to get user status in VK.com by JavaScript
Hey Guys,
I've tried to get User's status on VK.com by JavaScript, but i didn't got it.
So, I need to know is User online or not.
I need it to use with Greasemonkey and jquery.
I've tried to parse ...
0
votes
1answer
588 views
Calculating signature for vkontakte.ru iframe app
Why does my short PHP script:
<?php
$args = array(
'api_id' => $_GET['api_id'],
'method' => 'getProfiles',
'sid' => $_GET['sid'],
'uids' ...
0
votes
1answer
94 views
Application call authentication
my knowledge of flash and other web technologies isn't that good, but I was wondering, how do sites with their own API for applications (e.g. Facebook) authenticate calls from an application? I'm not ...
0
votes
2answers
565 views
Cannot load swf from another domain
I'm successfully loading swf from another domain, but when i addChild loaded content, it doesn't appear on the stage.
My firebug shows that swf loaded with status (304 Not Modified), means no problem.
...
-1
votes
1answer
599 views
Vkontakte UserAPI examples on C++
Say me please, where i can find examples on C++ with using UserAPI Vkontakte?
-1
votes
1answer
388 views
-2
votes
4answers
251 views
vkontakte api for C# [closed]
Sorry for my English.
I want develop a music finder program. I am choose music database, vkontakte. But I dont find the vkontakte api example for c# . Plese help me.