2+應用程序當我嘗試刪除用戶喜歡它說,在文檔(http://developers.facebook.com/docs/test_users/#deleting)我得到的錯誤響應:如何刪除Facebook的測試用戶使用圖形API
(#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.
那麼當我嘗試做它說什麼(用Facebook的數字ID替換<user_id>
和<app_id>
):
DELETE <app_id>/accounts/test-users/<user_id> to remove it from other apps first
我得到這個錯誤:
Unknown path components: /<user_id>
我錯過了什麼?
我也創建了一個與facebook.com這裏的錯誤http://developers.facebook.com/bugs/194903963919864 – george