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'
});
See changelog v2.9 of the Graph API: https://developers.facebook.com/docs/graph-api/changelog/version2.9
This was changed to prevent users from using wrong OG Tags if they do not own the URL. Use OG Tags on the shared URL instead: https://developers.facebook.com/docs/sharing/webmasters/