Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would be nice to have Facebook Share Dialog #161

Open
chiemekailo opened this issue Dec 12, 2024 · 0 comments
Open

Would be nice to have Facebook Share Dialog #161

chiemekailo opened this issue Dec 12, 2024 · 0 comments

Comments

@chiemekailo
Copy link

Is your feature request related to a problem? Please describe.
I'm not sure about this, but I suspect that Facebook will require any app that uses the user_post permission to interact with the user's timeline. It says so here https://developers.facebook.com/docs/permissions#u
The user_posts permission allows your app to access the posts that a user has made on their timeline.
**Allowed Usage** Enable people to create physical or digital books or albums of their timelines, and to share memories from their timeline on Facebook or on other social apps.

Describe the solution you'd like
To implement a Facebook Share Dialog in the Native implementation of this plugin for both iOS & Android.

Describe alternatives you've considered
I am presently calling the share interface on the web (which uses the JavaScript SDK)
const navUrl = 'https://www.facebook.com/sharer/sharer.php?u=' + urlstring
let brow = this.iab.create(navUrl, "_blank", "location=true");

I'm not sure this will be allowed on a Native device.

Additional context
The share dialog https://developers.facebook.com/docs/sharing/reference/share-dialog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant