javascript - Facebook SDK for JS: My feeds are not reflected on my friend's news feed -


using fb feed dialog, posts not appearing on friends' news feed reason.

here code snippet↓

 fb.ui({             method: 'feed',             app_id: 'xxxxxx',             link: 'linktoasite',             picture: imgurl,             name: 'imgtitle'         }, function (res) {                 console.debug("res: ", res);;        }); 

is there wrong code?

i think because of status of facebook application.

do setting fix problem:

go facebook developer => application => status & review => set option yes:

"do want make app , live features available general public?"


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -