Release v1.11.0
Scope Map
This changes how default scopes are mapped. Previously a default scope was defined by what other modules had defined. This was particulary bad behaviour as depending on your modules a scope was deemed a default of "" (an empty string) was applied.
However this could still break some services. The following scopes will be mapped to null unless otherwise stated.
- basic
- files
- friends
- photos
- publish
- publish_files
- share
- video
Phonegap
The phonegap specific code has been removed from hello.js, and included with hello.phonegap.js (this is still bundled with dist/ files)
The OAuth flow is much better now, with less webviews being opened and closed. However you might like to revert to the previous version if you have problems.