Simple facebook post

I just can’t find a simple example for this super simple thing.
I want to post on facebook the text from my app’s input.
can anybody show me a simple way to do this?
better off without packages.

Why don’t you want to use any packages for this? Using something like stevezhu:fbgraph (a simple wrapper for the node fbgraph library) will simplify things. Once you have the package installed, take a look at the fbgraph documentation - the Publish data to the Graph Api section in particular.

giving it a try, it does look rather simple, and compatible with current Meteor version.
thanks @hwillson

looks like it’s doing the thing! thanks!

1 Like

Awesome - no problem!