Когда я пытаюсь удалить пользователя, как сказано в документации (http://developers.facebook.com/docs/test_users/#deleting), я получаю сообщение об ошибке:
(#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.
затем, когда я пытаюсь сделать то, что он говорит (заменив <user_id>
и <app_id>
числовым идентификатором facebook):
DELETE <app_id>/accounts/test-users/<user_id> to remove it from other apps first
я получаю эту ошибку:
Unknown path components: /<user_id>
я что-то упустил?