Following the spec here http://developers.facebook.com/docs/opengraph/music/
When I post: POST https://graph.facebook.com/me/music.listens?song=[song url]
The response is invariably:
{ "error": { "type": "OAuthException", "message": "An unknown error has occurred." } }