Facebook application shares the link but does not show in the feed

Asked

Viewed 56 times

2

I created an App to share a link using the method feed.
Everything worked well but the shared link only appears on my Timeline, does not appear in the news feed, IE, only I can see it.

Note: I was careful to make the public access in dialog but it didn’t help.

Would anyone know what was wrong?
The code I used is the same basic:

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.'
});
  • I’m not 100% sure, but I think he’s supposed to behave even that way. Already the button compartilhar normal, you can make the posts visible in the news feed/homepage. You can raise this issue in the group Facebook Developers Community for a more accurate and detailed answer by the Facebook team.

  • Thanks Chun was looking to inform me

  • I switched to share but it was like before :(

  • I used the basic permissions, didn’t send the app for review. This would be the reason?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.