In my rails application i am using social-share-button gem to share an Url on Facebook. While sharing for the very first time , Facebook is not fetching the image and if i refresh again it's fetching the image. Is there any way to refresh the Facebook from Url parameters?
            Asked
            
        
        
            Active
            
        
            Viewed 60 times
        
    1 Answers
0
            
            
        You should verify that the social-share-button gem correctly defines the OpenGraph meta tags, like <meta property="og:....> and/or that you set them manually. 
An exact answer can be found in this issue, which does not seem related to the gem you're using.