mattmedeiros
Member
Posted 8 months ago #
After installing the plugin, I tested one of my blog post URL's at https://developers.facebook.com/tools/debug
It reports the following warning:
Object at URL 'http://mattreport.com/2011/09/how-to-turn-on-new-facebook-timeline-profile/' of type 'article' is invalid because the given value '144083682318683' for property 'fb:admins' could not be parsed as type 'fbid'.
Any thoughts on this error?
http://wordpress.org/extend/plugins/wp-facebook-open-graph-protocol/
Your admin id is wrong. it's too long. After further looking at your site and linking fb page... you have your PAGE Id in the admin id field. Your admin ID is for your personal FB profile and the
https://graph.facebook.com/mattreport (that id # is your page_id)
I don't know what your personal profile is but replace your personal profile name with the 'mattreport' in the graph.facebook url above.
That'll fix it. Also beware that using app_id is buggy... and that's on FB's side not mine. I'm actually considering removing that field altogether because of the problems it seems to cause.
That'll help you tho... Cheers!
@chuckreynolds
mattmedeiros
Member
Posted 8 months ago #
Thanks!
That worked, but only to bring me to a new error:
Object at URL 'http://mattreport.com/2011/09/how-to-turn-on-new-facebook-timeline-profile/' of type 'article' is invalid because the domain 'mattreport.com' is not allowed for the specified application id '255450764493083'. You can verify your configured 'App Domain' at https://developers.facebook.com/apps/255450764493083.
Any idea how to authorize it?
Like I mentioned the app_id w/ Facebook seems to always give people troubles. You have to have your domain setup right and even then I still think it throws errors. Remove the app ID as all you should need is your personal admin id and the page id to have stats from the page.