May I know where to find the “auth_nonce” for the facebook graph API.
Currently, I wanted to do the re-authenticate for my facebook-connect and it requires me to enter the “auth_nonce”.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Facebook re-authentication document has some information about the
auth_nonceTo make a new NONCE
$_SESSION['state'] = md5(uniqid(rand(), TRUE)); //CSRF protection