smurthas / gdata-js

Simple Google Data API client for OAuth 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gdata-js

Simple Google Data API client for OAuth 2.0 with express + connect.

npm install gdata-js

Usage

gdata-js has two methods:

  • getAccessToken(req, res, callback): Goes through the OAuth 2.0 flow to get an access token
  • getFeed(http_method, path, params, callback): Does a call to the Google Data API to get a feed object.

oauth_token must be contained in the params argument as demonstrated in test.js

Test

Enter your consumer key and secret in test.js

cd test
node test.js

open http://localhost:8553

About

Simple Google Data API client for OAuth 2.0


Languages

Language:JavaScript 100.0%