Integration with vk.com

Hi Corona SDK developers. 

I want to make the integration with vkontakte (vk.com). - login and shared result.

How can I do this?

Does anyone have any examples of integration?

Where should you start? What to read?

Sorry for my bad eglish :frowning:

Thanks.

Привет всем.

Кто нибудь делал интеграцию с вконтакте - логин и расшаривание результата игры?

Как это можно реализовать?

С чего начать, где посмотреть примеры? Как вообще реализуется этот механизм?

Спасибо.

I have never used vk but starting point would be:

Use HTTP requests: http://docs.coronalabs.com/api/library/network/request.html

Then you could authenticate http://vk.com/dev/auth_server

And post: http://vk.com/dev/post_source

Thanks jonjonsson!

I have never used vk but starting point would be:

Use HTTP requests: http://docs.coronalabs.com/api/library/network/request.html

Then you could authenticate http://vk.com/dev/auth_server

And post: http://vk.com/dev/post_source

Thanks jonjonsson!