| Steps to Reproduce: | When i try to delete the user like it says in the docs (http://developers.facebook.com/docs/test_users/#deleting) i get the error response : (#2903) Cannot delete this test account because it is associated with other applications. Use DELETE app_id/accounts/test-users/test_account_id to remove it from other apps first. Use GET test_user_id/ownerapps to get complete list of owner apps. then when i try to do what it says replace <user_id> with a facebook numeric id : DELETE app_id/accounts/test-users/<user_id> to remove it from other apps first i get this error : Unknown path components: /<user_id> am i missing something ? |
|---|---|
| Expected Behavior: | i expect to be able to complete remove a test user solely using the graph api |
| Actual Behavior: | nothing happens. i have to manually remove them from the app |
| API/SDK: | Graph API |