AntonBel Posted March 25, 2019 Share Posted March 25, 2019 I am having this message trying to load game on FB hosting Games must reference one of our supported SDKs via our CDN I have this string in index.html <script src="https://connect.facebook.net/en_US/fbInstant.6.2.js"></script> fbapp-config.json included also. So everythig is ok. This problem has a history. See this thread on FB https://developers.facebook.com/support/bugs/369279473553378/?disable_redirect=0 Is anyone have this problem or some solution ? Quote Link to comment Share on other sites More sharing options...
rich Posted March 25, 2019 Share Posted March 25, 2019 The SDK URL is wrong. It should be all lower-case for the filename: https://connect.facebook.net/en_US/fbinstant.6.2.js The URL you posted above (https://connect.facebook.net/en_US/fbInstant.6.2.js) gives me a 404 component error. The correct one, with the lower-case i, works. Quote Link to comment Share on other sites More sharing options...
AntonBel Posted March 25, 2019 Author Share Posted March 25, 2019 Thank for noticing. I do not know why it has upper-case letter here. It is lower case in my index.html. Any way I use this string https://connect.facebook.net/en_US/fbinstant.6.2.js Still the same: Games must reference one of our supported SDKs via our CDN Quote Link to comment Share on other sites More sharing options...
rich Posted March 25, 2019 Share Posted March 25, 2019 No idea then, works fine here. If it's really CDN related, check it isn't a geographical problem. I.e. only borked for your country, not for others. Quote Link to comment Share on other sites More sharing options...
Noel Posted March 26, 2019 Share Posted March 26, 2019 Checking with our team why this is happening. Edit: Can you confirm that you do not have our SDK anywhere in your zip file and that you put this in the header of your index.html file? <script src="https://connect.facebook.net/en_US/fbinstant.6.2.js"></script> Quote Link to comment Share on other sites More sharing options...
AntonBel Posted March 26, 2019 Author Share Posted March 26, 2019 2 hours ago, Noel said: Checking with our team why this is happening. Edit: Can you confirm that you do not have our SDK anywhere in your zip file and that you put this in the header of your index.html file? <script src="https://connect.facebook.net/en_US/fbinstant.6.2.js"></script> Yes I was using this string. It took me all day searching the web for answers, changing something in code and so on. Then all of the sudden it uploaded. Even those zip files I could not upload I can now add them to versions sheet. This is some wierd bug. To give your team a clue. Then I used WinRar ti make the zip instead on WinZip programm it uploaded the first time. But after I uploaded zips made with WinZip andthey uploaded also. Quote Link to comment Share on other sites More sharing options...
Noel Posted March 26, 2019 Share Posted March 26, 2019 @AntonBel Thanks for the feedback! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.