-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Sharing Image Redirects to Incorrect App #2506
Labels
Comments
Deactivate my account please
…On Thu, 21 Nov 2024 at 5:16 PM Ahmed abdelstar ***@***.***> wrote:
Checklist before submitting a bug report
- I've updated to the latest released version of the SDK
- I've searched for existing GitHub issues
<https://github.com/facebook/facebook-ios-sdk/issues>
- I've looked for existing answers on Stack Overflow
<https://facebook.stackoverflow.com>, the Facebook Developer Community
Forum <https://developers.facebook.com/community/> and the Facebook
Developers Group <https://www.facebook.com/groups/fbdevelopers>
- I've read the Code of Conduct
<https://github.com/facebook/facebook-ios-sdk/blob/main/CODE_OF_CONDUCT.md>
- This issue is not security related and can safely be disclosed
publicly on GitHub
Xcode version
15.4
Facebook iOS SDK version
17.0.2
Dependency Manager
CocoaPods
SDK Framework
Share
Goals
When sharing an image to a Facebook story from the first iOS app (App A),
the Facebook sharing interface redirects to the second iOS app (App B)
instead of completing the share action in App A. This behavior occurs
consistently and is likely related to both apps using the same Facebook app
ID.
I want after sharing story redirect to same app not another app
Expected results
The image should be shared directly with Facebook Stories from App A and
after the finished story redirects to the same app.
Actual results
The image should be shared directly with Facebook Stories from App A, and
after the finished story, it redirect me to another app that is connected
to the same Facebook ID.
Steps to reproduce
*No response*
Code samples & details
// INSERT YOUR CODE HEREvar example = "Example code"
—
Reply to this email directly, view it on GitHub
<#2506>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7VGIVWVBSRAEZK2ZVRSUGD2BXMKRAVCNFSM6AAAAABSG7FG36VHI2DSMVQWIX3LMV43ASLTON2WKOZSGY3TSNBQGM2TCNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Facebook iOS SDK doesn't handle sharing to Story. Please file a bug here instead: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist before submitting a bug report
Xcode version
15.4
Facebook iOS SDK version
17.0.2
Dependency Manager
CocoaPods
SDK Framework
Share
Goals
When sharing an image to a Facebook story from the first iOS app (App A), the Facebook sharing interface redirects to the second iOS app (App B) instead of completing the share action in App A. This behavior occurs consistently and is likely related to both apps using the same Facebook app ID.
I want after sharing story redirect to same app not another app
Expected results
The image should be shared directly with Facebook Stories from App A and after the finished story redirects to the same app.
Actual results
The image should be shared directly with Facebook Stories from App A, and after the finished story, it redirect me to another app that is connected to the same Facebook ID.
Steps to reproduce
No response
Code samples & details
The text was updated successfully, but these errors were encountered: