I have developed a website that contain feeds. When one new feed added, the facebook share working as correctly. The old datas are saved on facebook cache. When I edited ther is no change in share data.
After scraping the page in https://developers.facebook.com/tools/debug/sharing/ it will clear the old data and place the new edited data on facebook share page.
Any working code in PHP that automatically rescrap the share datas????
My website is http://www.foxdray.com/feeds/ .
I want to share the page www.foxdray.com/feeds/index/posts/?genre=317 , or else any new feed, after editing.
Thank you all