When using Facebook-Test-Java-API to grab test users of my app, why do some users have their name/email missing? -


i'm using following library: https://github.com/jayway/facebook-test-java-api information test users in private facebook app. can retrieve of test users of app, when use facebooktestaccount.getuserdetails(), accounts (~20%) test account's name and/or email missing.

is problem facebook-test-java-api or lack permission view data? when view test users of app via facebook's developer app dashboard, can see name/email test user accounts.

as far know, of these test user accounts generated same way via facebook's test user creation tool.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -