google-api-oauth-phonegap
google-api-oauth-phonegap copied to clipboard
Example demonstrating Google's OAuth with PhoneGap
Example demonstrating how to use Google's OAuth with PhoneGap
Running the example
- Clone this repo, and run
npm install - Add a platform, for example ios
cordova platform add ios - Build the platform's project
cordova build ios - Launch the platform's simulator
cordova emulate ios