Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

send message to user facebook game

FBInstant.updateAsync({
  action: 'CUSTOM',
  cta: 'Play',
  text: nn+' originates from '+title_s[ii]+' - test another name.',
  template: 'WORD_PLAYED',
  data: { myReplayData: '...' },
  strategy: 'IMMEDIATE',
  notification: 'NO_PUSH'
}).then(function() {
  console.log('Message was sent successfully');
});
 
PREVIOUS NEXT
Tagged: #send #message #user #facebook #game
ADD COMMENT
Topic
Name
5+5 =