Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

vazco/universe-fb-share-content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vazco/Universe Fb Share Content

 

import {init, sharePost} from 'meteor/universe:fb-share-content';

// appId - App Id for account, you can generate it here: https://developers.facebook.com/apps/
// from  - Page Id (optional), usually it is a numeric part of page in url.
//   eg.: url https://www.facebook.com/Alamakota-1051044138316890 has: 1051044138316890

init({appId: 132334617192845, from: 1051044138316890});

sharePost('title', 'description', 'http://link');

License

Like every package maintained by Vazco, Universe Fb Share Content is MIT licensed.

About

Publish post on facebook (as a page or user)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published