找回密码
 立即注册
Facebook腾讯OAuthTwitter | android开发 2022-05-30 100 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
源代码介绍
        这是一个Android新浪、腾讯、人人、豆瓣、Facebook、Twitter OAuth认证实例源码,豆瓣使用OAuth1.0,新浪、腾讯、人人、QQ都使用OAuth2.0,Facebook和Twitter直接使用官方sdk和api。
    使用方法: 导入工程,所有jar包和代码都是完整的,如果导入或编译出错请自行编译,反正有源代码,大不了重新新建工程。然后找到PlatformBindConfig.java类,填写申请时官方返回的Appkey和AppScret或者AppId。否则无法认证。

(Source code introduction
This is an Android OAuth authentication instance source code of sina, Tencent, Renren, Douban, Facebook and twitter. Douban uses oauth1.0, Sina, Tencent, Renren and QQ all use oauth2.0, and Facebook and twitter directly use the official SDK and API.
How to use: import the project. All jar packages and codes are complete. If there is an error in the import or compilation, please compile by yourself. Anyway, the source code, it is a big deal to create a new project. Then find platformbindconfig Java class, fill in the appkey, appscreen or appid officially returned during the application. Otherwise, authentication cannot be performed.)

[下载]10132312082.rar




上一篇:Android 信息过滤功能源码
下一篇:Android 仿小米文件管理器源码