stackove フローに既にある同じ質問をして申し訳ありません。Facebook を iPhone アプリに統合しようとしています。これを行うには、 https://developers.facebook.com/docs/mobile/ios/build/#sdkに従いました。アプリで Facebook ボタンをクリックするたびに、ログイン画面が正しく表示されます。しかし、ログインボタンをクリックするたびに、「アドレスが無効なため、Safariはページを開くことができません」というアラートが表示されます。私の問題に関連しているスタックオーバーフローに関する非常に多くの質問を読んでくださいが、問題は修正されていません。SSOを適切に追加したにもかかわらず。あなたの助けはとても感謝しています
私の情報 plist も正しいと思います。
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>fb432606956784814</string>
</array>
</dict>
</array>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>VJILConsultingLtd.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
<string>MainWindow</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
それでも私はそれを得ていません。問題が何であるかわかりません。