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

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -