diff options
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 |