フェイスブックグラフAPIを使ってアプリケーションを構築したところ、今まで順調に稼働しています。
Webサイトにアクセスするたびに、エラーが発生します
Uncaught FacebookApiException: Unsupported operation thrown on line 1254
これが1254行目です
$e = new FacebookApiException($result);
私がデバッグを実行したとき、これは私が得たものです
Open Graph Warnings That Should Be Fixed
Inferred Property:
The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property:
The 'og:title' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property:
The 'og:description' property should be explicitly provided, even if a value can be inferred from other tags.
誰かがこれを引き起こしているのを知っていますか?