facebook - Testing user_birthday permission - FB Graph API -


i'm trying test possible responses user_birthday permission. docs:

"[user_birthday permission] may or may not include person's year of birth, dependent upon privacy settings"

i'm trying recreate scenario. in test user account have set privacy settings of date of birth , year of birth 'only me' user_birthday still returns full date of birth. know under conditions prevent data being returned?

i know it's possible nothing returned because yesterday real user testing pre production app routed alternative mechanism within app collect date of birth because user_birthday permission didn't return anything.

thanks responses!

update: submitted bug report fb ask them make docs more clear on , told me "we don't expose exact conditions how [the birth year not being returned] can happen other general 'privacy settings', since in effect may give away users privacy setting."

if knows exact conditions they're talking please share!

i don't understand why case facebook don't want know under exact conditions users birth year not returned.

conclusion: make sure app can handle birth year not being returned.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -