In the current version, the API only offers operation of contacts, which makes it really hard to use.
For example, if a contact removed me first, and i want to remove this contact, too, what can I do if I want the contact removed from both FL and AL? or maybe FL and BL?
Another example, if a contact added me first, what can I do if I only want to allow(or bolock) this contact?
To do this, I'd have to edit the source code myself, which I really don't want to...
Logged In: YES
user_id=10039
Originator: NO
Hrm. Yeah, at the moment, the functions that would allow you to do that are private. The non-private functions that would allow you to do that are:
blockFriend(email) // removes from allow list and adds to block list
and
unblockFriend(email) // removes from block list and adds to allow list
None-the-less, some more direct functionality might be nice. I'll look into it.