Skip to content

Instantly share code, notes, and snippets.

View abhilash2006's full-sized avatar

ABHILASH THOMAS abhilash2006

View GitHub Profile
@abhilash2006
abhilash2006 / gist:4984987
Created February 19, 2013 11:19
Google Authintication VB.NET
Imports Microsoft.VisualBasic
Imports System.Data
Imports System.Data.SqlClient
Imports Google.GData.Client
Imports Google.GData.Contacts
Public Class GoogleAppsAuth
Private GoogleContactsService As New Google.GData.Contacts.ContactsService("mail")
Private GoogleService As Service