We open a sharing popup (via window.open) with a url like
https://www.facebook.com/sharer/sharer.php?s=100&p[title]=EXAMPLE&p[summary]=EXAMPLE&p[url]=EXAMPLE&p[images][0]=EXAMPLE
and to some unknown point in the last month or so, everything was in order.
What is happening now; a pop-up dialog box appears and correctly includes the title, description, image and URL provided by the query string parameters, but when the message is sent, the resulting message on the wall on Facebook is missing the title, description and image, although it is still related correct url.
Does anyone know if there have been recent changes that could suddenly stop this from working?
Prevention of some common answers:
"Sharer.php url is out of date" - the use seemed to continue, and it seemed that the consensus was that it was largely considered bonding - I did not see any concrete indication that this should have stopped working suddenly - maybe I missed something
"Using the JavaScript SDK / these OG meta tags" is not possible in my specific situation - just believe me ... I can explain if you want REALLY, but it really is not relevant.
"Use feed dialog" - not suitable due to lack of support for posting with attachments on FB pages
javascript api php facebook sharing
tdous Jan 06 '14 at 5:59 a.m. 2014-01-06 17:59
source share