Home

Awesome

Pixel-Api

Server

Run

npm install node app.js

Api

access_token

POST /oauth2/access_token 获取 Oauth2 token

weibos

GET /statuses/home_timeline.json 获取当前登录用户及其所关注用户的最新微博

GET /statuses/public_timeline.json 获取最新的公共微博

GET /statuses/user_timeline.json 获取用户发布的微博

users

GET /users/show.json 获取用户信息

comments

GET /comments/show.json 获取某条微博的评论列表

send weibo

POST /statuses/update.json 发布一条微博信息

POST /statuses/upload.json 上传图片并发布一条微博

notify

GET /statuses/mentions.json 获取@当前用户的最新微博

GET /comments/mentions.json 获取@到我的评论

GET /comments/to_me.json 我收到的评论列表

GET /comments/by_me.json 我发出的评论列表

friendships

GET /friendships/followers.json 获取用户粉丝列表

GET /friendships/friends.json 获取用户的关注列表

Issue

LICENSE

Apache License