我正在为拥有许多特许经营权的特许经营组织建立一个网站。每个特许经营者都声称它自己是路径中代表的网站的一部分 - 例如主网站网址是bigcompany.com,而亚特兰大商店网址将是bigcompany.com/atlanta。当尝试在页面上放置类似按钮时,它在给定主组织的应用程序ID时起作用,但在给定特许经营应用程序ID时不显示任何内容。
我尝试在facebook(https://developers.facebook.com/tools/debug/)上使用url调试器,我收到的错误是
Object Invalid Value: Object at URL 'http://bigcompany.com/atlanta' of `type 'website' is invalid because the given value '12345678901' for property 'fb:admins' could not be parsed as type 'fbid'.`
我不确定这意味着什么,到目前为止还没有找到合适的答案。
为什么按钮没有显示?感谢