fb.ui feed picture not showing when posting to facebook new design -


i see common problem caused several reasons, i'm not sure case. js code post on users wall simple , straight forward, , has been working far no problem (about 6 month in use):

fb.ui(       {           method: 'feed',           name: 'some text',           link: 'https://apps.facebook.com/myapp',           picture: 'http://mydomain.com/content/images/theimage.png?v=123',           caption: 'my caption',           actions: [             { 'name': 'play now' , 'link': 'https://apps.facebook.com/myapp' }],           description: 'my description',           ref: 'my ref'       },       function (response) {       }     ); 

i've switched facebook account new design (2013), , on feed these publishes appear without image. checking account running previous design, these publishes shows correctly correct image.

so, it's not facebook cache, , it's not code. facebook bug? other ideas?

thanks!


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -