Erlang Vkontakte API implementation.
First of all create Vk auth_token
And add it to includes/vkapi.hrl, then
$ ./rebar3 tree # Download deps
$ ./rebar3 compile # Compile project
$ ./rebar3 shell
In shell
1> Response = vkapi:request("wall.get",[{"owner_id","1"}]).
2> vkapi:get_all_wall_photos(Response).
or just
1> vkapi:request("wall.get",[{"owner_id","1"}]).
First argument - method. Second - parameters in format [{"Key","Value"},{"Key","Value"},{"Key","Value"}]
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Vadim Romaniuk - Initial work - glicOne
See also the list of contributors who participated in this project.
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details.