Facebook Connect: unregister users with PHP library

lauriemanatee

New Member
I use the PHP library for Facebook Connect.The library is used as follows:\[code\]$facebook->api_client->METHOD\[/code\]Here's the documentation for how to unregister users from one's Connect page: Connect.unregisterUsersSo, actually, I have everything I need, haven't I? But I can't manage to unregister users, though. How must I do this?\[code\]$facebook->api_client->unregisterUsers()\[/code\]Which parameters? What are the email hashes?
 
Top