Facebook Open Graph not showing on timeline

穿精又带淫゛_ 提交于 2019-12-04 09:16:57
Suresh

Have you tried to use 'fb:explicitly_shared=true' in your URL. Refer: https://developers.facebook.com/docs/technical-guides/opengraph/explicit-sharing/

When you are in development mode, and your actions have not yet been approved by Facebook, the posted actions are only visible to you and to others with developer, admin or tester privileges for your FB app.

See: Facebook action submission

Also, open graph actions will no longer appear in users' news feeds or even the Ticker: http://developers.facebook.com/bugs/398546930211799/. So you shouldn't expect activities performed in your app to appear in users' timelines, unless these activities are tagged as 'explicitly shared', and even then there's no guarantee they'll show up.

Only direct, active shares are more or less guaranteed to show up in the Timeline.

Did you submit your action to get approved by facebook? If you did not do this, it will only work on your facebook account.

Also, are you sure you request the correct permission when the user authenticates, such as 'publish_stream'?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!