I am working with Facebook Share Dialog
When i call the Facebook Sharedialog it always get the data from href
.
Code snippet -
this.facebook.showDialog({
method: 'share',
href: 'https://google.com',
name: 'Name',
picture: 'https://www.w3schools.com/w3css/img_forest.jpg',
description: 'Description'
});