Twine: Invalid Version Specified Error

Hi everyone, every now and then when someone accesses our game https://chooseyourownfakenews.com, they receive this error message. Any one else experiencing it? What could be the problem?

Screenshot 2020-06-26 at 11.50.15

Looking at the page source HTML, you have this:

  window.fbAsyncInit = function() {
    FB.init({
      appId      : '{334053554243546}',
      cookie     : true,
      xfbml      : true,
      version    : '{api-version}'
    });
      
    FB.AppEvents.logPageView();   
      
  };

You need to replace {api-version} with a real value. I also suspect that there shouldn’t be brackets in appId : '{334053554243546}'.

Thanks so much for spotting this! I’ve fixed it. I don’t receive this error myself, so I’ll keep monitoring it based on feedback and hope this helps! Again, thank you!!! :grin:

I only got the error when the browser ad blocker was turned off, but now it seems to work with or without ad blocker.

:pray: :pray: :pray: great!!!