(FB Instant games)如何从 Game Play Button 获取有效负载数据?
(FB Instant games) How I can get payload data from Game Play Button?
根据这篇文章:https://developers.facebook.com/docs/messenger-platform/reference/buttons/game-play/ 我可以 post 参数 "payload" 用于带有 "SERIALIZED_JSON_PAYLOAD" 和 "this data will be sent to the game" 的按钮。我如何在我的游戏中接收这些数据?
您可以在游戏中使用 getEntryPointData
来访问负载。请注意,它必须有效 JSON 才能起作用。
根据这篇文章:https://developers.facebook.com/docs/messenger-platform/reference/buttons/game-play/ 我可以 post 参数 "payload" 用于带有 "SERIALIZED_JSON_PAYLOAD" 和 "this data will be sent to the game" 的按钮。我如何在我的游戏中接收这些数据?
您可以在游戏中使用 getEntryPointData
来访问负载。请注意,它必须有效 JSON 才能起作用。