How to initialise Facebook utils in cloud code?

I want to unlink Facebook user in cloud code. How to initialize Facebook SDK ? I did not find this anywhere. Also found that Facebook SDK for node does not exist. is this the case?

I was able to unlink using currentUser._unlinkFrom("facebook") but not sure if Facebook SDK does something additional and must i use it. Or above is okay?