vkontakte-api

Bot for VK in Java

I am not well versed in web programming, so please do not take my possibly stupid questions to heart :) We plan to write an ... f you provide an example of how to log in and store this authorization, how to interact with the API (the simplest examples).

Vkontakte authorization in pure JavaScript

Hello there is a problem you need to log in to vkontakte only using JavaScript and HTML, I eventually need a JavaScript varia ... oken, I have already tried a bunch of ways nothing worked out of desperation I decided to ask for help. Thank you in advance.

Java-Configuring the VK SDK

I just started learning the Java language, and I want to try to write some bot for VK. But since I started learning Java rece ... what would it all work? I'd appreciate it. By the way, if it makes any difference, I use the Eclipse development environment

JSON is missing somewhere (JAVA, JSON, VK API)

Hello again... There is a JSON: {"response":{"count":30,"items":[{"id":31,"from_id":-116125443,"owner_id":-116125443,"date" ... void OnClick(View view) throws IOException { getresponse(); } And the traditional question is: WHAT'S WRONG???

Vk authorization in Java

I need to get the token of the VK user, knowing his username and password. But I can't do it in any way! Namely, I can't make ... k.html&" + "display=mobile&" + "v=5.50&" + "response_type=token"

JavaScript. Calculating age by date of birth

Hello, friends. The API partners send the user's date of birth in the format DD. MM. YYYY or DD.MM (if the year of birth is ... YY function get_current_age(date) { return ((new Date().getTime() - new Date(date)) / (24 * 3600 * 365.25 * 1000)) | 0; }

How can I upload a vkontakte photo to an album using javascript?

Preferably on javascript, not on php. I create an album to upload photos to, but the photos are not uploaded. I.e., there, vk ... er's wall. Many who have implemented (various photostatus), almost all of them on php. There it comes with a POST - request.

I don't understand what's going on[vk. java api]

I can't figure out what's going on and how we got the friend lists out. listFrands = (ListView) findViewById(R.id.listView) ... ing>(MainActivity.this,android.R.layout.simple_expandable_list_item_1,list); listFrands.setAdapter(arrayAdapter);