hi,i know this is really old thread but i need some help, so don't mind me.I am trying to use the get_info api to get the user information but i am having a problem generating a call signature(Session token 2).
http://www.mediafire.com/developers/...call_signature
I am reading the documentation given in the above link where it says to generate the call signature we need the formula
The signature = the Message-Digest (MD5) of the 'secret_key' modulo 256 + 'time' + the URI of the API call. .
I have the secret_key and time which i got from calling get_session_token api.The problem lies (i guess) in the URI of the API call.
In my case , i wanted to call the get_info api , so i replace the URI with "/api/user/get_info.php" .But i got error saying i have invalid signature.What am i doing wrong here?