https://github.com/dongyuwei/weibo-oauth2-api
weibo-oauth2-api, by nodejs
https://github.com/dongyuwei/weibo-oauth2-api
Last synced: 25 days ago
JSON representation
weibo-oauth2-api, by nodejs
- Host: GitHub
- URL: https://github.com/dongyuwei/weibo-oauth2-api
- Owner: dongyuwei
- Created: 2012-08-09T10:49:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-19T04:51:11.000Z (almost 13 years ago)
- Last Synced: 2025-10-18T21:38:07.393Z (about 2 months ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##sina weibo oauth2 api, by nodejs
install:
`npm install weibo-oauth2-api`
```
var api = require('weibo-oauth2-api');
console.log(api);
```
Now just support following api:
- update: publish a feed
- upload: publish a feed with image
- friends_timeline : view friends's feed timeline
Use Case:
http://code.google.com/p/mail2miniblog/source/browse/nodejs/lib/weibo_oauth2_worker.js