An open API service indexing awesome lists of open source software.

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

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