Http Post via Ionic Native FB Plugin

I’ve been using the Ionic Native Facebook plugin with some success in reading information from Facebook.

Now I am weighing the options of using different styles of contributing content to FB from my app.
I’ve experimented with the Social Sharing plugin, the UI functions within the Facebook connect plugin.
Neither really seem to be able to give me the level of control or low level access that I need.

It seems that only being able to do HTTP GET and not HTTP POST to the API via the Ionic Native Facebook plugin is a big gap in functionality. I could go raw HTTP when I need to do posts (which I may do) and not use the plugin for these things but this seems like a big gap in functionality.

Am I missing an obvious way to do this that I haven’t mentioned?

Thanks,
Harley