문제

I have integrated Facebooks Comment box into my page. I copied the generated code into my page. The App-ID shows up correctly in the sourcecode, but Facebook does not recognize it. I am treated as admin, because my UserID is also in the sourcecode, so I see the moderation view. But if I switch to "settings" on the embedded comment box, I get this error message:

removed

Also if I enter a comment, I can edit it on the embedded box directly, but it will not show up in the Comment Moderation Tool on Facebook.

Here is my embedded code:

  removed

I also tried the debug tool. It displays an "Open Graph Warnings That Should Be Fixed" error, but this seems not to be the app-id problem. Also the debugger displays my User/Moderator-ID but no app-ID.

Can anyone help me? :/ Thanks a lot!!

도움이 되었습니까?

해결책

The problem was the missing meta tag:

<meta property="fb:app_id" content="APPID_HERE">
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top