You are here

vkxp.module in VK CrossPoster 8

File

vkxp.module
View source
<?php

// Constants for access token process.
const VKXP_AUTHORIZE_URI = 'https://oauth.vk.com/access_token';
const VKXP_ACCESS_TOKEN_REDIRECT_URI = 'http://oauth.vk.com/blank.html';
const VKXP_AUTHORIZE_SCOPE = 'wall,groups,photos,offline';
const VKXP_AUTHORIZE_RESPONSE_TYPE = 'code';