适用于Google Plus的ASP.Net MVC OAuthWebSecurity身份验证

时间:2012-11-29 23:14:12

标签: asp.net-mvc-4 oauth-2.0 google-plus

我正在开发一个ASP.Net MVC 4应用程序,并利用MVC的OAuthWebSecurity来整合OAuth提供程序以进行身份​​验证。我的应用程序需要能够访问经过身份验证的用户的朋友。我能够通过Facebook和Twitter成功地做到这一点。我的下一个挑战是使用OAuthWebSecurity的GoogleClient进行身份验证。是否可以通过从OAuthWebSecurity的GoogleClient收到的结果访问Google Plus?

谢谢。

1 个答案:

答案 0 :(得分:1)

Google+ REST API目前不提供访问个人关系列表的方法。您可以在https://developers.google.com/+/api/latest/people/

查看有关people的可用方法