1.1.0 • Published 5 months ago
capacitor-facebook-share v1.1.0
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.
Param | Type | Description |
---|---|---|
options | { base64Image: string; } | Object containing the photo as a base64 string. |
Returns: Promise<{ status: string; }>