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
Post a Comment