Skip to content

Only import facebook lib when sending to facebook

Nicolas Lenz requested to merge github/fork/Eisfunke/cond-facebook-import into master

Moved the import of the facebook library into the send function, the only place it is needed, so that one can get recipes offline without installing yucky facebook lib stuff.

(The import is only actually done the first time the function is started.)

Merge request reports