OAuth 2.0Android Demo与eVida集成指南
eVida.pt OAuth 2.0移动示例
在此存储库中,提供了一个Android项目,该项目作为与eVida的身份验证和授权模块交互的示例库,帮助开发者获取请求受保护信息所需的OAuth访问令牌。此外,项目中还包含了一个演示项目,展示如何使用该库。
需求
-
应用程序注册:在eVida门户上注册应用程序,并获取相应的Consumer Key和Consumer Secret。
-
开发环境:使用Eclipse Development Environment Indigo Service Release 2,配备ADT plugin版本0.9.7或更高。
项目设置
-
在Eclipse中,使用菜单
New -> Project -> Android Project from Existing Code
,选择“EvidaResources”目录创建新项目。 -
将该项目设置为库(如果未自动设置)。
注意事项
确保配置项正确,特别是Consumer Key和Consumer Secret,并按要求验证授权流程。
用户评论