Skip to content

Instantly share code, notes, and snippets.

@zhangyuan
Created October 3, 2012 18:13
Show Gist options
  • Save zhangyuan/3828719 to your computer and use it in GitHub Desktop.
Save zhangyuan/3828719 to your computer and use it in GitHub Desktop.
Send douban text status by curl
curl -i -H "Authorization: Bearer {access_token}" -F source={api_key}-F text={text} https://api.douban.com/shuo/v2/statuses/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment