これらの指標の情報を取得しようとしていますhttps://developers.facebook.com/docs/reference/fql/insights/#like_sources。
しかし、これらのメトリックはどれも機能していないようです。私はこれを試しました:
graph.facebook.com/fql?q=SELECT metric, value FROM insights WHERE object_id = 256781961002361 AND metric = 'timeline'
そしてまた:
graph.facebook.com/256781961002361/insights/timeline
しかし、私はこれを取得し続けます:
{
"error": {
"message": "(#604) Invalid metric name: timeline",
"type": "OAuthException",
"code": 604
}
}
何か案は?