showing results for - "send message to user facebook game"
Padraig
24 Sep 2019
1FBInstant.updateAsync({
2  action: 'CUSTOM',
3  cta: 'Play',
4  text: nn+' originates from '+title_s[ii]+' - test another name.',
5  template: 'WORD_PLAYED',
6  data: { myReplayData: '...' },
7  strategy: 'IMMEDIATE',
8  notification: 'NO_PUSH'
9}).then(function() {
10  console.log('Message was sent successfully');
11});
12