Appolos Posted September 12, 2018 Share Posted September 12, 2018 have game on Phaser 2, I start integrate it in Facebook. And have some problem with function that allow user to share with friends. 1)Here example of code: let msg = 'Try this game' FBInstant.shareAsync({ intent: "REQUEST", image:user.playerPic, text: "Hey I'm stuck on this target! Can you help me?", data: {myReplayData:msg} }).then(() => { console.log("Success share"); this.resumeGame = true; this.checkStatusContinue(); }); 2) Here my error: POST https://m.facebook.com/games/quicksilver/share_score/ 500 ErrorUtils caught an error: "Cannot read property 'message' of null". Subsequent errors won't be logged; see https://fburl.com/debugjs. Please help with it. Thanks. Link to comment Share on other sites More sharing options...
Yehuda Katz Posted September 14, 2018 Share Posted September 14, 2018 @Appolos There is a little chance to get answer here since the issue is not related to Phaser or even web requests. You should try official support. Link to comment Share on other sites More sharing options...
Recommended Posts