I am using the PHP library for Facebook Connect.
The library is used as follows:
$facebook->api_client->METHOD
Here's the documentation on how to unregister users from one Connect page: Connect.unregisterUsers
So, in fact, I have everything I need, right? But I can not delete user registration. How am I supposed to do this?
$facebook->api_client->unregisterUsers()
What settings? What are email hashes?
source
share