Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sankooc/cordova-plugin-ionic-avos
基于avos和ionic的app 第三方登陆插件
https://github.com/sankooc/cordova-plugin-ionic-avos
Last synced: about 1 month ago
JSON representation
基于avos和ionic的app 第三方登陆插件
- Host: GitHub
- URL: https://github.com/sankooc/cordova-plugin-ionic-avos
- Owner: sankooc
- License: mit
- Created: 2014-10-29T09:45:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-29T10:02:39.000Z (about 10 years ago)
- Last Synced: 2023-06-16T08:40:16.847Z (over 1 year ago)
- Language: Objective-C
- Size: 7.84 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cordova-plugin-ionic-avos
=========================
基于avos和ionic的app 第三方登陆插件#Install
```bash
ionic plugin add https://github.com/sankooc/cordova-plugin-ionic-avos.git
```# How to use
```javascript
var loginHandle =function(userdata){
//todo
}
var errorHandle = function(err){
//todo
}
var authdata = {
AppKey:'appkey',
AppSecret:"secret",
RedirectURI:"redirect"
}
avosnic.login(loginHandle,errorHandle,'weibo',authdata);
```