0

Im trying to place fb like and share buttons on my site, following this instructions.

Debugging the code on facebook debug page I'm getting the following warning:

Share App ID Missing
The 'fb:app_id' property should be explicitly provided, Specify the app ID so that stories shared to Facebook will be properly attributed to the app. Alternatively, app_id can be set in url when open the share dialog.

I don't have any app on facebook and I don't want to have any.

What should I do?

qadenza
  • 9,025
  • 18
  • 73
  • 126

1 Answers1

0

try to add this into your HTML

<meta property="fb:app_id" content="966242223397117" />

That is default app id.

Bunty
  • 1,549
  • 13
  • 18
  • You can find more clear ans at here : http://stackoverflow.com/questions/35066102/facebook-debugger-why-complaining-about-app-id-missing/38692177#38692177 – Bunty Oct 25 '16 at 07:07