简体   繁体   English

Android应用程序中的Google,Facebook,Yahoo oauth / oauth2

[英]Google, Facebook, Yahoo oauth/oauth2 in Android application

I need to implement Yahoo oauth and Google, Facebook oauth2 in my Android application. 我需要在我的Android应用程序中实现Yahoo oauth和Google,Facebook oauth2。 Whether there are similar libraries for Android like HybridAuth that act as an abstract api between your application and various social apis and identities providers such as Facebook, Yahoo and Google or I need to implement it from scratch ? 是否有类似Android的类似HybridAuth库在您的应用程序与各种社交api和身份提供者(如Facebook,Yahoo和Google)之间充当抽象api,还是我需要从头开始实现它?

One other question - is it a good idea to use Android AccountManager to get OAuth2 access to user account ? 另一个问题-使用Android AccountManager获得对用户帐户的OAuth2访问权限是一个好主意吗? Will it work on the "gray" chinese android phones without valid google phone id ? 没有有效的Google Phone ID,它将在“灰色”的中国Android手机上运行吗?

我想您会在这里找到您想要的东西: https : //code.google.com/p/socialauth/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM