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.
I am getting this error all the time when i debug.I am trying to implement like button on my wordpress site www.kripalphotography.com as problem persist with facebook 'like' button. I am using Facebook Open Graph protocol plugin v2.0.2 to generate meta dynamically on header.php .Meta tags generated are:
<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">
can anybody suggest me what is my error here.