Facebook Share plugin for Capacitor
npm install capacitor-facebook-share
npx cap syncsharePhotoToFeed(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; }>