Object Base Domain Not Allowed: Object at URL 'http://www.kripalphotography.com/' of type 'website' is invalid because the domain 'www.kripalphotography.com' is not allowed for the specified application id '404118679628536'. You can verify your configured 'App Domain' at https://developers.facebook.com/apps/404118679628536.
Facebookの「いいね」ボタンで問題が解決しないため、ワードプレスサイトwww.kripalphotography.comにいいねボタンを実装しようとしています。Facebook Open Graph プロトコル プラグイン v2.0.2を使用して、header.php で動的にメタを生成しています。生成されるメタ タグは次のとおりです。
<meta property="fb:admins" content="1118311203">
<meta property="fb:app_id" content="404118679628536">
<meta property="og:url" content="http://www.kripalphotography.com/home">
<meta property="og:title" content="Kripal Photography">
<meta property="og:site_name" content="kripalphotography.com">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://www.kripalphotography.com/wp-content/uploads/2012/05/logo1.png">
<meta property="og:locale" content="en_US">
ここで私のエラーは何ですか?