当我尝试使用 Graph API Explorer 测试我的一个页面时,我不断收到以下错误:
{
"error": {
"message": "(#3502) Object at URL https://example.com/place/123456-Something has og:type of 'website'. The property 'bar' requires an object of og:type 'example:bar'. (http response code: 401)",
"type": "OAuthException",
"code": 3502
}
}
问题是这个页面落后于 HTTP 基本身份验证,即使我通过正确的凭据来验证这个页面,它也会返回401 Unauthorized 。我不敢相信,但在我看来,Graph API Explorer不支持 HTTP 基本身份验证。以前有没有人遇到过这个问题并且知道如何强制 Graph API Explorer 能够进行身份验证?