vk Questions
6
Solved
I try to send curl request with my correct APP_ID, APP_SECRET etc. to the
https://oauth.vk.com/access_token?client_id=APP_ID&client_secret=APP_SECRET&code=7a6fa4dff77a228eeda56603b8f53806...
3
Solved
Background
In order to open Facebook app with a specific Facebook friend, you can use this intent:
final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(String.format("fb://profile/%s", ...
Wb asked 20/11, 2014 at 15:45
1
Solved
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 activ...
Hippolytus asked 18/1, 2020 at 19:38
2
Solved
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", "er...
5
Solved
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 {
}
}, 4194...
Chladek asked 27/8, 2014 at 13:41
3
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 ...
Ilyssa asked 25/8, 2012 at 17:31
2
Solved
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?
...
Oilbird asked 16/8, 2016 at 8:28
3
Solved
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 sharedApplicat...
1
Solved
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: VKAutho...
Bonny asked 16/7, 2016 at 7:56
1
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 a...
1
Solved
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'...
Agnate asked 26/6, 2015 at 12:43
2
Solved
I`m working with VK API. Sometimes server can return empty array instead of object, for example:
personal: [] //when it is empty
or
personal: {
religion: 'Нет',
smoking: 1,
alcohol: 4
} //when ...
1
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 ...
Whitechapel asked 27/8, 2014 at 9:19
2
Solved
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.pushStat...
Kingsley asked 10/12, 2012 at 17:46
2
Solved
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 th...
Lowermost asked 6/3, 2012 at 0:44
4
Solved
I want develop a music finder program. I choose music database, vkontakte. But I can't find the vkontakte api example for c# .
1
© 2022 - 2024 — McMap. All rights reserved.