Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

up vote 1 down vote accepted

The Google+ REST API does not currently provide a way for you to access a list of connections for a person. You can see the methods that are available regarding people at https://developers.google.com/+/api/latest/people/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.