capacitor-facebook-share
v1.1.0
Published
Facebook Share plugin for Capacitor
Downloads
70
Maintainers
Readme
capacitor-facebook-share
Facebook Share plugin for Capacitor
Install
npm install capacitor-facebook-share
npx cap syncAPI
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; }>
