I'm developing an ASP.Net MVC 4 application and am taking advantage of MVC's OAuthWebSecurity to incorporate OAuth providers for authentication. My app needs to be able to access an authenticated user's friends. I'm able to do this successfully with Facebook and Twitter. My next challenge is to use OAuthWebSecurity's GoogleClient for authentication. Is it possible to access Google Plus via the results received from OAuthWebSecurity's GoogleClient?
Thank you.