Releases: MrSwitch/hello.js
Releases · MrSwitch/hello.js
Logout from external sites
Features:
- Add Remote Logout, using a force flag, e.g.
hello( 'facebook' ).logout( { force:true } )
see #18
Provides AMD support
Adding me/contacts, fixes #37 and #36
- Moves old
google:me/friends
contacts endpoint togoogle:me/contacts
. - Changes
google:me/friends
to use Google+ circles - Add
windows:me/contacts
- Changes "windows:me/friends" to remove empty email property
Support added for Safari Private Browsing and IE protected mode
Adds a fallback from localStorage to sessionStorage else cookie for session data.
Safari Fix Release
Address a bizarre behaviour whereby URI fragments are lost in Safari, that includes the access_token and therefore breaks authorization of subsequent requests.