sirkitree / angular-directive.g-signin

:triangular_ruler: AngularJS Directive for Google Plus Sign-in Button
http://jeradbitner.com/angular-directive.g-signin/
148 stars 84 forks source link

How to specify scope ? #29

Closed parthaaptuz closed 9 years ago

parthaaptuz commented 9 years ago

I would like to access user information. How to do this ?

darrenburns commented 9 years ago

After authenticating make a GET request to https://www.googleapis.com/plus/v1/people/me to get information about the logged in user.