Advertisement
Guest User

QuickBlox signature generation

a guest
May 17th, 2012
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. $body="application_id=$app_id&auth_key=$auth_key&device[platform]=$device_platform&device[udid]=$device_udid&nonce=$nonce&timestamp=$timestamp&user[login]=$user_login&user[owner_id]=$owner_id&user[password]=$user_password";
  2. $signature = hash_hmac('sha1',$body,$auth_secret);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement