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

Facebook Share Not Working #2404

Closed
5 tasks done
joycastle-gaoyang opened this issue Apr 29, 2024 · 6 comments
Closed
5 tasks done

Facebook Share Not Working #2404

joycastle-gaoyang opened this issue Apr 29, 2024 · 6 comments

Comments

@joycastle-gaoyang
Copy link

Checklist before submitting a bug report

Xcode version

15.2

Facebook iOS SDK version

17.0.0

Dependency Manager

CocoaPods

SDK Framework

Share

Goals

Sharing function is working properly

Expected results

Sharing function is working properly

Actual results

The share function doesn't work properly and displays a blank page
IMG_8992

Steps to reproduce

No special reproduction steps are needed, using the samples/FacebookShareSample project and replacing the relevant information with our project's will reproduce the issue.

FacebookAppID: 342073336607831
FacebookClientToken: cf3d11a9410df20bf58c8f25f3f48a37

Code samples & details

@IBAction func shareLink() {
        guard let url = URL(string: "https://newsroom.fb.com/") else {
            preconditionFailure("URL is invalid")
        }

        let content = ShareLinkContent()
        content.contentURL = url
        content.hashtag = Hashtag("#bestSharingSampleEver")

        dialog(withContent: content).show()
    }
@joycastle-gaoyang
Copy link
Author

Also, I tested the 16.3.1 version of sample and the same bug exists.

@alwayswith
Copy link

same here

@ceejayoz
Copy link

This appears to be an issue with the Facebook iOS app itself; if I try to share a photo from Apple Photos to Facebook "story" is the only option shown. It previously would offer "Feed", "Group", "Reel" as options.

@mazhigbee-pb
Copy link

This appears to be an issue with the Facebook iOS app itself; if I try to share a photo from Apple Photos to Facebook "story" is the only option shown. It previously would offer "Feed", "Group", "Reel" as options.

Having the same issue.. Only seeing the "Stories" option. The other options (feed/group/reels) were working up until a few days ago.

@RushanB
Copy link

RushanB commented Apr 29, 2024

Same here

@joycastle-gaoyang
Copy link
Author

I upgraded the Facebook App from the AppStore to the latest version and this resolved the issue.
IMG_8996

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

5 participants