Facebook Open Graph not showing on timeline

I am using FB Open Graph in my application. This does not fully work. When I submit an object, it appears in the last activity of the user; however, it does not appear on their timeline. Metadata has no errors, and I use FBGraph pearls, but it also does not work when I do it with curl. Any advisor to fix this?

+5
source share
3 answers

You tried to use "fb: explicitly_shared = true" in your url. See https://developers.facebook.com/docs/technical-guides/opengraph/explicit-sharing/

+21
source

, Facebook, , FB.

: Facebook

, : http://developers.facebook.com/bugs/398546930211799/. , , , , " ", , .

, .

+1

Did you submit your actions to get facebook approval? If you have not done so, it will only work on your facebook account.

Are you also sure that you are requesting the correct permission when authenticating the user, for example, publish_stream?

0
source

All Articles