How to use complex search phrase in Facebook Graph API? -


the facebook site allows search phrases like:

pages liked people older 50 , live in munich, germany.

how can graph api? if not possible, know workaround such searches automatically?

you can not @ all.

the reason: privacy.

you can not search users of facebook demographic data detailed.

in order user you'll need user authorize app use "user_likes", requires review. source: scroll down "user_likes" section

in order other under 18, or under/over 21 you'll need "user_birthday", requires review. source: scroll down "guidelines" on load "ctrl+f" "user_birthday"

you can use "age_range" public profile, doesn't require review, users have authorized app. source: age range.

in order user location you'll need user authorize app use "user_location", requires review. source: ctrl+f type "user_loction"

you can use "locale" public profile, doesn't require review, users have authorized app, , show language use fb in. source: scroll down "gender & locale" under "public profile"

all of want requires facebook review doubt approved. next if did users have installed/authorized app available app. absolutely can not open search user data out users permission.


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -