I’m trying to convert this code to PHP… I write this: $data_check_string = $_POST['stringa']; $secret_key = hash_hmac('sha256', $Z_token, "WebAppData"); if (dechex(ha...
Is it possibile to get initData from php without use Javascript? I’d want to validate data (user, query_id, hash, ecc) without launch window.Telegram.WebApp.initData and pass ...
Hi! I’ve a problem with “Telegram.WebApp.themeParams”… As soon as I open the Web App the theme is correctly loaded ... but when I validate the user via ajax and update the pa...