You are here

README.txt in VK CrossPoster 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 6.3 README.txt
  3. 6 README.txt
  4. 6.2 README.txt
  5. 7.2 README.txt
Install
=============

1) Go to http://vk.com/editapp?act=create and create STANDALONE application.

2) Extract module in sites/all/modules directory.

3) Go to module settings page /admin/modules and enable VKXP (VKontakte CrossPoster) module.

4) Go to vkxp settings page /admin/config/services/vkxp and paste there application ID, application secret key (from application settings page) and group ID.

5) Click 'Save configuration' button and give your application access to your web site.

6) Don't forget to select node types (/admin/config/services/vkxp/node) and images (/admin/config/services/vkxp/images) that should be posted.


Usage
=============

When creating or editing node, just check "Post this node to vk.com" and data will be automatically sent to vk.com.


External usage
==============

If you are authorized on vk server (if you get access token after 5th step of installation) you may make queries to vk api using this function:

vkxp_query($api_method, $post_fields, $requert_url);

About VK api you can read here http://vkontakte.ru/developers.php#devstep2

Also it is possible to change this query using hook_vkxp_query_alter(). Read about it in vkxp.api.php


CREDITS
=============

Module was developed by Maslouski Yauheni (http://drupalace.ru).
Module development was not sponsored by anyone. It was created for the love of Drupal.

File

README.txt
View source
  1. Install
  2. =============
  3. 1) Go to http://vk.com/editapp?act=create and create STANDALONE application.
  4. 2) Extract module in sites/all/modules directory.
  5. 3) Go to module settings page /admin/modules and enable VKXP (VKontakte CrossPoster) module.
  6. 4) Go to vkxp settings page /admin/config/services/vkxp and paste there application ID, application secret key (from application settings page) and group ID.
  7. 5) Click 'Save configuration' button and give your application access to your web site.
  8. 6) Don't forget to select node types (/admin/config/services/vkxp/node) and images (/admin/config/services/vkxp/images) that should be posted.
  9. Usage
  10. =============
  11. When creating or editing node, just check "Post this node to vk.com" and data will be automatically sent to vk.com.
  12. External usage
  13. ==============
  14. If you are authorized on vk server (if you get access token after 5th step of installation) you may make queries to vk api using this function:
  15. vkxp_query($api_method, $post_fields, $requert_url);
  16. About VK api you can read here http://vkontakte.ru/developers.php#devstep2
  17. Also it is possible to change this query using hook_vkxp_query_alter(). Read about it in vkxp.api.php
  18. CREDITS
  19. =============
  20. Module was developed by Maslouski Yauheni (http://drupalace.ru).
  21. Module development was not sponsored by anyone. It was created for the love of Drupal.