/hello.js

A Javascript RESTFUL API library for connecting with OAuth2 services, such as Google+ API, Facebook Graph and Windows Live Connect

Primary LanguageJavaScriptMIT LicenseMIT

Deprecation notice:

This fork is no longer in active development, as crunchbase now uses the original repository at MrSwitch/hello.js.

Crunchbase fork of hello.js

Forked from v1.16.1 of the original hello.js

Changelog

  • v0.1.4: Add try/catch to avoid issues when a state url param is used in other flows in the app and is not of the type (JSON) that hello.js supports
  • v0.1.3: Rename scope name lite (r_liteprofile) back to basic (still points to r_liteprofile)
  • v0.1.2: r_basicprofile is now r_liteprofile as documented in LinkedIn's Migration FAQ. The scope name is also changed from basic to lite.
  • v0.1.1: Change other URLs from LinkedIn API v1 to v2
  • v0.1.0: Change base URL from LinkedIn API v1 to v2