Facebook api chart - interest found on facebook but not through api

I am trying to find specific interests for targeting via facebook api. My request is as follows:

https://graph.facebook.com/v2.8/search?type=audienceinterest&q=showbuzz.hr&access_token={ACCESSTOKEN}

The documentation on Facebook reads:

Use type = audience to get possible identifiers as targeting parameters and use the returned identifier to indicate.

When I search for the term "showbuzz.hr", it returns 0 results, but if I try to find the same keyword as the target when posting the message through the facebook page, it will find it without any problems.

The only way I can find showbuzz.hr is when I use type = page or type = adworkemployer, but they are not suitable for post interests when using api.

Am I doing something wrong here? Why can some keywords be targeted via facebook but not via api? Is this a bug or a facebook solution?

+4
source share

Source: https://habr.com/ru/post/1666583/


All Articles