If you use cookies in your website, Cookie Conset Window is must. Read for more details Cookie Consent window with Vanilla JS //localStorage.removeItem("cookiesAccepted"); // this line is for testing only. always comment after testing // Check if the user has already accepted cookies if (!localStorage.getItem('cookiesAccepted')) { //alert("cookiesAccepted is " + localStorage.getItem('cookiesAccepted')); // Display the cookie…
Month: May 2023
Some usefull references FB Developer Page My Apps Page change username Web apps JS JS SDK APIs Graph API SDKs PHP SDK Access token with PHP Access Token with PHP from JS Android SDK Sequence Sequence Diagram1 On access of an url or in welcome page the Facebook Login button is shown. The user will…