Javascript Facebook share dialog with open graph “og:url” not working
问题 I am currently using the javascript Facebook share dialog API version 3.2 as follows: FB.ui( { method: "share_open_graph", action_type: "og.likes", action_properties: { object: { "og:title": "Test Title", "og:description": "Test description here", "og:image": "https://url-to-image-here", "og:url": "https://google.com" } } }, (fbResponse: any) => { // handle response here. } ); When i include the og:url with a non-empty value, I keep getting the following response when the dialog loads