Posting an action works... but no image
        Posted  
        
            by 
                Brian Rice
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Brian Rice
        
        
        
        Published on 2012-06-12T22:23:49Z
        Indexed on 
            2012/06/12
            22:40 UTC
        
        
        Read the original article
        Hit count: 368
        
I'm able to post an open graph action to facebook using the following url:
https://graph.facebook.com/me/video.watches
with the following post data:
video=http://eqnetwork.com/home/video.html?f=8e7b4f27-8cbd-4430-84df-d9ccb46da45f.mp4

It seems to be getting the title from the open graph metatags at the "video" object. But, it's not getting the image (even though one is specified in the metatag "og:image").
Also, if I add this to the post data:
picture=http://eqnetwork.com/icons/mgen/overplayThumbnail.ms?drid=14282&subType=ljpg&w=120&h=120&o=1&thumbnail=
still no image.
Any thoughts?
- Brian
 
© Stack Overflow or respective owner