There is documentation for tester users in the online documentation for Facebook developers, but how do you delete actual users where the application no longer appears in the application list? This is known for knowing access_token
and facebook_user_id
.
Used to remove test users:
https://graph.facebook.com/893450345999?method=delete&access_token=A2ADI1YMySweBABBGrWPNwKMlubZA5ZCrQbxwhtlEd9FIQUrOVjsGD3mnIWEbUhzDz7dkuBekMFdHvjvJ9CZAU7EMSSaZBsgN60FkMCi3AAZDZD
Running a test user link causes the following error:
"error": { "message": "(#100) Can only call this method on valid test users for your app", "type": "OAuthException", "code": 100 }
source share