Authentication

OAuth is an open standard for authorization. OAuth provides a method for clients to access server resources on behalf of a resource owner.


Google Developers

Google .net – FileDatastore demystified 12

The Google .net client library comes with FileDataStore as a default datastore. File data store (FileDataStore.cs) that implements IDataStore. This store creates a different file for each combination of type and key. This file data store stores a JSON format of the specified object. I have had a number of […]


Google Developers

Google Developer console service account 24   Recently updated !

Are you in the process of developing an application designed to incorporate one one or more of the Google APIs? Do you already have an application and want to add Google data to it? Before you can access most of the Google APIs you must register your project on Google Developers console. This […]


Google Authentication

Google Developer Console Create Public API Key 17   Recently updated !

Are you in the process of developing an application designed to incorporate one one or more of the Google APIs? Do you already have an application and want to add Google data to it? Are you having problems understating which type of Google Authentication you need to use? This post number […]