oauth-io / oauth-phonegap

OAuth.io plugin for Apache Cordova/PhoneGap
195 stars 69 forks source link

How to use this with oauth.io? #50

Closed mzarella closed 9 years ago

mzarella commented 9 years ago

How do I use this with oauth.io? My controller has this in it:

OAuth.initialize('longstring')
OAuth.popup( 'google', {
  cache: true })
.done(function(result) {...

I can auth with Google, but that information isn't sent to my remote server.

mzarella commented 9 years ago

Nevermind, oauth-io/sdk-node-tutorial was helpful in understanding the necessary flow