Introduction

The access_signature is a parameter which must be sent if you want to access user data. This page shows you how to generate one.

Details

We tried to make this quite a random code which would change with each API call to make it more secure.

So, to generate one, you concatenate your nonce code and your access_token_secret:

Example nonce: 1234567
Example access token: abcdefghijklmn12345

Result: 1234567abcdefghijklmn12345

Then you MD5 hash the result:

2aafcb4cf1bc66ed63b52ce579139c02

Then this parameter is sent as the access_signature.


© 2012 NewHaze   Icons by Pixel Mixer   Help