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

[wp_ad_camp_5] 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. […]