|
MD5 Digest: For this method of authentication, the Sprint Developer Sandbox API's use a signature which is comprised of the alphabetized parameters of the service you wish to access and the shared secret appended to the end. To generate the signature for a sample location call:
You would take the md5 of:
Notes
Need more, thanks to the Phone Emulator you can view how signing your requests will work. Click here to try it for yourself. Examples:
Java (Click to view)
Java-Script (Click to view)
The MD5 libraries can be downloaded here. |