I tried using Page Affinity in documentation, and I tried using this endpoint
https://graph.facebook.com/v2.10/197010460481516?fields=audience&access_token=TOKEN
"(#100) Tried accessing nonexisting field (audience) on node type (Page)",
And also tried
https://graph.facebook.com/v2.10/197010460481516?fields=facebook&access_token=TOKEN
Same error:
"(#100) Tried accessing nonexisting field (facebook) on node type (Page)",
What am I doing wrong? I have been trying all combinations like trying page_id (which is above example and what it says in the documentation) and AdInterest_id but no luck. Still getting the same error. Isn't it supposed to work? What am I missing?
Does it has to be authenticated user's page?