The documentation was wrong the parameter name=value should be:
track[shared_to][emails][][address]=a.u...@example.com
The documentation has been updated accordingly.
Thank you for making us aware of this and we're sorry for the
confusion and extra work this created.
Cheers,
Hannes
--
Hannes Tydén
Developer, SoundCloud
Mail: han...@soundcloud.com
Skype: hannestyden
Phone: +49 157 7471 6101
Rosenthalerstr. 13
10119 Berlin, DE
What is SoundCloud?
http://soundcloud.com/tour
You can pass the paramater name several times, with different values.
track[shared_to][emails][][address]=a...@b.com
track[shared_to][emails][][address]=b...@c.com
In a url this would look like
http://example.org/path?track[shared_to][emails][][address]=a...@b.com&track[shared_to][emails][][address]=b...@c.com