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

[ BUG ] : Can't get facebook and ig share to work #284

Open
KKTadena opened this issue May 15, 2024 · 0 comments
Open

[ BUG ] : Can't get facebook and ig share to work #284

KKTadena opened this issue May 15, 2024 · 0 comments
Assignees
Labels
Appinio social share This label is used to indicate that this issue belongs to Appinio social share plugin

Comments

@KKTadena
Copy link

Plugin name
appinio_social_share: ^0.3.1

Describe the bug
I'm getting this error:
No Activity found to handle Intent { act=android.intent.action.SEND typ=text/plain flg=0x10000001 pkg=com.instagram.android clip={text/plain {...}} (has extras) }
when calling:
appinioSocialShare.android.shareToInstagramDirect(message)

and this error:
Apps that target Android API 30+ (Android 11+) cannot call Facebook native apps unless the package visibility needs are declared. Please follow https://developers.facebook.com/docs/android/troubleshooting/#faq_267321845055988 to make the declaration.
when calling:

appinioSocialShare.android
          .shareToFacebook(
        message,
       [],
      )
@khanmujeeb687 khanmujeeb687 added the Appinio social share This label is used to indicate that this issue belongs to Appinio social share plugin label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Appinio social share This label is used to indicate that this issue belongs to Appinio social share plugin
Projects
None yet
Development

No branches or pull requests

2 participants