How to open simple Invite Dialog in Instant Games

Using FBInstant.shareAsync with INVITE

like

FBInstant.shareAsync({
intent: 'INVITE',
image: myBase64Picture,
text: 'Hey I\'m stuck on this puzzle! Can you help me?',
data: { myReplayData: '...' },
})

won’t work. It shows invite button and share button same as REQUEST intent

Any clue guys :slight_smile: