开发者

Is there a library like RPX for Android?

开发者 https://www.devze.com 2023-01-04 08:16 出处:网络
Does someone know of a library that is fairly \"drop in\" and allows you to easily put together multiple authentication options开发者_开发问答 in an Android app to services like Facebook, OpenID, Twit

Does someone know of a library that is fairly "drop in" and allows you to easily put together multiple authentication options开发者_开发问答 in an Android app to services like Facebook, OpenID, Twitter, etc. much like RPX does?


Make a little HTML page with RPX embedded inside it (like a real site) inside your res folder and render it using WebView. You would need WebView anyways since as a requirement of OpenID and OpenAuth and everything needs you to go to their site. So in the end, you would need to load up a WebView to show the user that screen anyways.

0

精彩评论

暂无评论...
验证码 换一张
取 消