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

Faecbook ShareLinkContent with setQuote() is not wirking with large number of text while post #1263

Open
5 tasks done
GauravCreed opened this issue Sep 19, 2024 · 0 comments

Comments

@GauravCreed
Copy link

Checklist before submitting a bug report

Java version

VERSION_1_10

Android version

14

Android SDK version

34

Installation platform & version

Manual

Package

Share

Goals

Trying to share my application link with large number of text as facebook post.

Expected results

While text and link is post on facebook platform, text getting cut, need to show all text while posting on facebook.

Actual results

No stack trace is require for generating this issue.

Steps to reproduce

No response

Code samples & details

String shareText = strVerseText;
        ShareLinkContent content = new ShareLinkContent.Builder()
                .setContentUrl(Uri.parse("https://play.google.com/store/apps/details?id=" + getPackageName()))
                .setQuote(shareText)
                .build();

        ShareDialog shareDialog = new ShareDialog(this);
        if (ShareDialog.canShow(SharePhotoContent.class)) {
            shareDialog.show(content);
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant