I created a game with sprite builder/cocos2d.
How can I send a user to a Facebook Messenger page on button click?
I created a game with sprite builder/cocos2d.
How can I send a user to a Facebook Messenger page on button click?
Your button's action needs to open a custom URL that will launch Messenger. The format is fb-messenger://user-thread/{user-id}.
See also this answer.