1.1.0 • Published 5 months ago

capacitor-facebook-share v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

capacitor-facebook-share

Facebook Share plugin for Capacitor

Install

npm install capacitor-facebook-share
npx cap sync

API

sharePhotoToFeed(...)

sharePhotoToFeed(options: { base64Image: string; }) => Promise<{ status: string; }>

Share a photo to Facebook Feed.

ParamTypeDescription
options{ base64Image: string; }Object containing the photo as a base64 string.

Returns: Promise<{ status: string; }>


1.1.0

5 months ago

1.0.0

5 months ago