Skip to content

mdellanoce/google-api-oauth-phonegap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example demonstrating how to use Google's OAuth with PhoneGap

Running the example

  1. Clone this repo, and run npm install
  2. Add a platform, for example ios cordova platform add ios
  3. Build the platform's project cordova build ios
  4. Launch the platform's simulator cordova emulate ios