在mac下使用curl 命令发送微博。
curl -u username:password -d "source=appId&status=这是要说的话"
https://api.weibo.com/2/statuses/update.json
需要注册一个appId
本文指导如何在Mac系统中使用curl命令实现通过appId和status参数更新微博。
在mac下使用curl 命令发送微博。
curl -u username:password -d "source=appId&status=这是要说的话"
https://api.weibo.com/2/statuses/update.json
需要注册一个appId

被折叠的 条评论
为什么被折叠?