Facebook Open Graph Debugger Error
Posted
by
Darshanjit Badrain
on Stack Overflow
See other posts from Stack Overflow
or by Darshanjit Badrain
Published on 2012-02-09T01:26:08Z
Indexed on
2012/06/18
3:16 UTC
Read the original article
Hit count: 166
Hi I am new to programming and have tried to make a facebook app with open graph beta tutorial. I have done exactly as described in the tutorial but when i try to use the debug tool it gives me an error:
Extraneous Property: Objects of this type do not allow properties named og:app_id.
I have noticed and searched that its doing this because the tag needs to be <fb:app_id>
. I checked my file it says fb:app_id only, but the raw data that pulls up on the debug tool shows
meta property="og:app_id" content="267029796703617"
even though i have changed and uploaded with fb:app_id. I have checked my page several times and tried some possible solutions but have had no success. Can someone help me fix this.
© Stack Overflow or respective owner