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
-2
votes
1 answer

async function with MySQL SELECT request returns [object Promise] but writes correct answer in console

I started to create a bot for working with the MySQL database together with the vk-io module, but I came across an error that I did not understand The function below tries to pull one single value from the database, which is definitely there. This…
-2
votes
1 answer

if line similar to var then execute function

for event in longpoll.listen(): if event.type == VkEventType.MESSAGE_NEW and event.to_me: if event.from_user: request = event.text line = request.lower() user = event.user_id if str(line) == "!add " : …
lksmnd
  • 11
  • 5
-2
votes
2 answers

C# .net Core web Api Get request # parameter

I use authorization via oauth.vk.com Docs here When I call on web-browser https://oauth.vk.com/authorize?client_id=1&display=page&redirect_uri=http://example.com/callback&scope=friends&response_type=token&v=5.80 After I sign in to vk.com and accept…
Igor Cova
  • 3,126
  • 4
  • 31
  • 57
-2
votes
1 answer

Post on the Wall Custom Control for iOS

I'm trying to find a control that would have similar look and functionality like Facebook or VK Post on the Wall Control. It look like this: I don't need to integrate my app with Facebook or VK. I need just a similar look and functionality to use…
Anatoliy Gatt
  • 2,501
  • 3
  • 26
  • 42
-3
votes
1 answer

How can I get the vk user id using kotlin?

I want to make a "share vk" button, for this I use an http request https://api.vk.com/method/wall.post . But it needs a user ID. How can I get it? Or is there another way to post on the vk wall?
MrOlegus
  • 5
  • 2
1 2 3
20
21