Search Facebook Developers
Docs
Tools
Support
News
Apps
Log In
Created By
Andrew Dryga
07/18/2012 7:44am
Subscribers (1)
Tags
test users
Bugs
test_users endpoint returns empty list
Status:
Fixed
Priority:
Medium
Updated:
August 7, 2012 at 4:35pm
Toggle 1 older responses
Latest response from Facebook
Jesse Chen
This should now be resolved. Thanks for your patience.
Status changed to Fixed
Eric Osgood
Thanks for the report. We are looking into this.
Status changed to Assigned · Priority changed to Medium
Sometimes request to "/[APP_ID]/accounts/test-users" returns empty list:
{
"data": []
}
It nappens even though i can see test users on roles page (
https://developers.facebook.com/apps/395096410536617/permissions?role=test+users
) and even though sometimes endpoint works correctly (not often).
Steps to Reproduce:
1. Request "/[APP_ID]/accounts/test-users" with access_token param
2. Enjoy
Expected Behavior:
List of users
Actual Behavior:
Empty list
1 person
can reproduce this issue by following these steps
Repro