Hi!
I'm reading the info on the Authentication process, but I find the examples of api_sig confusing.
If I understand correctly, we should first sort the URL parameter keys alphabetically and then concatenate them without = or &. So in your example
?api_key=abc123&perms=delete
becomes
api_keyabc123permsdelete
We shall then prepend our shared secret, for example BANANAS, so it will become
BANANASapi_keyabc123permsdelete
If I then hash that with MD5, I'll get 4f5f544bc82fc20ac2c783e2482f25b2.
But in the example api_sig is zxy987
Where does that come from? It feels like there is something I'm missing here.
--
---
You received this message because you are subscribed to the Google Groups "Remember The Milk API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rememberthemilk...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rememberthemilk-api/232255b8-f8a8-4638-bbb9-2b297ef0f16en%40googlegroups.com.