We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
15.4
17.3.0
CocoaPods
Gaming Services
To clarify which part went wrong, Facebook function invocation from my side or Facebook internal services
To be able to invite friends using GameRequestDialog
Facebook opens a website showing an error
Login with Facebook then call the code in Code sample
let content = GameRequestContent() content.title = "Test title" content.message = "Test message" content.filters = .appUsers let dialog = GameRequestDialog(content: content, delegate: self) dialog.show()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist before submitting a bug report
Xcode version
15.4
Facebook iOS SDK version
17.3.0
Dependency Manager
CocoaPods
SDK Framework
Gaming Services
Goals
To clarify which part went wrong, Facebook function invocation from my side or Facebook internal services
Expected results
To be able to invite friends using GameRequestDialog
Actual results
Facebook opens a website showing an error
Steps to reproduce
Login with Facebook then call the code in Code sample
Code samples & details
The text was updated successfully, but these errors were encountered: