【发布时间】:2021-10-04 09:09:19
【问题描述】:
我在使用此代码时遇到问题
FBInstant.updateAsync({
action: 'CUSTOM',
template: 'play_turn',
cta: 'Join',
text: `Test user just played. Come join in game!`,
image: imagebase64encoded,
})
当我运行此代码时,我在控制台中收到错误“GraphQL 服务器响应错误 1675030:执行查询时出错。”当我尝试在没有图像的情况下运行它时,我在控制台“自定义更新需要图像或媒体输入”中出现错误我的 imagebase64encoded 没有错误。有人遇到过这个问题吗?
【问题讨论】:
标签: javascript phaser-framework facebook-instant-games