Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 916 Bytes

File metadata and controls

39 lines (24 loc) · 916 Bytes

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; }>