I'm using asp.net mvc 4 where I need to access to vkontakte api. Does anybody know how to do this by code in C#? I need to send next url string:
https://oauth.vk.com/authorize?
client_id=APP_ID&
scope=PERMISSIONS&
redirect_uri=REDIRECT_URI&
response_type=code&
v=API_VERSION
I dont know what I should to insert into redirect_uri and how can I get response_type?
Link with documentaion where I nothing to understand: http://vk.com/dev/auth_sites