How to clear Facebook Sharer cache?

后端 未结 10 1739
心在旅途
心在旅途 2020-11-30 17:59

We used the link:

http://www.facebook.com/sharer.php?u=[shared URL]

...to share a particular page. However, Facebook Sharer uses the cache

10条回答
  •  失恋的感觉
    2020-11-30 18:33

    I thing these two links have a wide discussion on your problem related stuff. fb:ref clear cashes by calling

    fbml.refreshRefUrl
    

    like this

    fbml.refreshRefUrl("http://www.mysite.com/someurl.php")
    

    You can study the related stuff from here fb:ref. I hope it will work for you

提交回复
热议问题