hello.js

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

MIT License

Downloads
25.6K
Stars
4.6K
Committers
71

Bot releases are hidden (Show)

hello.js - Update Google Endpoint

Published by MrSwitch about 10 years ago

See #77

hello.js - Housekeeping

Published by MrSwitch about 10 years ago

Tags #63, #72, #74, #76

hello.js - Phonegap supported

Published by MrSwitch over 10 years ago

OAuth flow for phonegap now supported

hello.js - Logout from external sites

Published by MrSwitch over 10 years ago

Features:

  • Add Remote Logout, using a force flag, e.g. hello( 'facebook' ).logout( { force:true } ) see #18
hello.js - Provides AMD support

Published by MrSwitch over 10 years ago

Amd support means hello.js can be used in module loaders thusly

 require(['path/hello'], function(hello){
         hello.init(...);// etc...
 });
  • Fix bug #41
  • Adds feature #40
  • Updates #39
hello.js - Adding me/contacts, fixes #37 and #36

Published by MrSwitch over 10 years ago

  • Moves old google:me/friends contacts endpoint to google:me/contacts.
  • Changes google:me/friends to use Google+ circles
  • Add windows:me/contacts
  • Changes "windows:me/friends" to remove empty email property
hello.js - Support added for Safari Private Browsing and IE protected mode

Published by MrSwitch over 10 years ago

Adds a fallback from localStorage to sessionStorage else cookie for session data.

hello.js - Safari Fix Release

Published by MrSwitch over 10 years ago

Address a bizarre behaviour whereby URI fragments are lost in Safari, that includes the access_token and therefore breaks authorization of subsequent requests.

Package Rankings
Top 1.29% on Npmjs.org
Top 22.55% on Repo1.maven.org
Badges
Extracted from project README
CDNJS