Hi everybody,
I'm not sur how to compute the signature value. I do something wrong
but I don't know what exactly. Here is my code for creating a timeline
(it's in ruby, but it's readable by non rubyist I believe) :
signature = MD5.digest(mysecretcodepublic=1title=test)
RestClient.post '
http://api.dipity.com/rest/timelines', :key
=>'mykey', :sig=>signature
It's seems that I don't append correctly the signature elements, does
I ?
Cheers,
Renoke