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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -