新浪微博API[赞]接口和[取消赞]接口 转
转自 http://www.inbiji.com/biji/xin-lang-wei-bo-api-zan-jie-kou-he-qu-xiao-zan-jie-kou.html
新浪微博API[赞]接口和[取消赞]接口
话说新浪微博文档里边没有写这个接口相关信息,但是Weico是可以点赞取消赞的,抓包取得地址。
点赞:
请求方式:POST
URL:https://api.weibo.com/2/attitudes/create.json
DATA:
{
‘attitude’:’simle’,
‘access_token’:’2.0x*‘,
‘id’:’33333333333’
}
access_token 填写对应的 access_token ,id 填写微博 id ,一串数字。
取消点赞:
请求方式:POST
URL:https://api.weibo.com/2/attitudes/destroy.json
DATA:
{
‘attitude’:’simle’,
‘access_token’:’2.0x*‘,
‘id’:’33333333333’
}
access_token 填写对应的 access_token ,id 填写微博 id ,一串数字。


浙公网安备 33010602011771号