Skip to content

Instantly share code, notes, and snippets.

@yoichiro
Created September 25, 2012 05:28
Show Gist options
  • Save yoichiro/3780155 to your computer and use it in GitHub Desktop.
Save yoichiro/3780155 to your computer and use it in GitHub Desktop.
mixi Graph APIでのメッセージ送信
curl -iH "Authorization: OAuth ..." -H "Content-Type: application/json" -d '{"title":"Test","body":"Test from Yoichiro","recipients":["..."]}' "https://api.mixi-platform.com/2/messages/@me/@self/@outbox"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment