Skip to content

Instantly share code, notes, and snippets.

@adov
adov / vk-oauth.cs
Created March 17, 2012 11:49 — forked from hodzanassredin/vk-oauth.cs
vkontakte oauth authorization for asp.net mvc
using System;
using System.Collections.Generic;
using System.Configuration;
using System.IO;
using System.Linq;
using System.Net;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Json;
using System.Text;
using System.Web;