vkxp.module in VK CrossPoster 8
Same filename and directory in other branches
File
vkxp.moduleView 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';