We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#GET /account/notification
返回未读的mentions, direct message 以及关注请求数量
##路径
http://api.fanfou.com/account/notification.[json|xml]
##调用方法
GET
##限制条件
用户登录
##返回结果
###成功
返回提醒的详细信息
HTTP Status Code
200 OK HTTP/1.1
返回值
json格式
json格式解释请见下方示例
##示例
GET http://api.fanfou.com/account/notification.json
{ mentions: 1, direct_messages: 0, friend_requests: 5 }