I've created an app to share a link using the feed method. It worked fine but the shared link only appears in my timeline, it does not appear in the news feed, that is, only I can see it.
Note: I was careful to make public access in dialog but it did not work.
Could anyone tell me what went wrong? The code I used is the same basics:
FB.UI({
method: 'feed',
link: 'http://www.meusite.com',
picture: 'http://www.meusite.com/images/minhaimagem.jpg',
name: 'Compartilhando',
caption: 'Meu texto',
description: 'Minha descrição.'
});