diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-06 13:17:00 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-06 13:17:00 +0000 |
commit | 74bbe14fb8a018a65f89d28386eb3e88edfd0516 (patch) | |
tree | 8309b29c8d288e472955aa07defab7e5e3f1726b /protocols/VKontakte/src/vk.h | |
parent | 91003eb7373b4cb9e340be5ecdbbb7884a5e973f (diff) |
VK: async http requests
git-svn-id: http://svn.miranda-ng.org/main/trunk@6373 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/vk.h')
-rw-r--r-- | protocols/VKontakte/src/vk.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h index 23d92fa906..51723a527d 100644 --- a/protocols/VKontakte/src/vk.h +++ b/protocols/VKontakte/src/vk.h @@ -15,4 +15,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#define VK_APP_ID 3917910
+
+#define VK_API_URL "api.vk.com"
+#define VK_REDIRECT_URL "http://" VK_API_URL "/blank.html"
+
extern HINSTANCE hInst;
\ No newline at end of file |