From c5115ed7c8a7ca8c1033d3b750e9d8641fe1a660 Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Mon, 21 Sep 2015 17:06:06 -0700 Subject: [PATCH] Fix ParseUIDemo authentication with Facebook. --- ParseUIDemo/Other/Info.plist | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/ParseUIDemo/Other/Info.plist b/ParseUIDemo/Other/Info.plist index 014761d..a7b987b 100644 --- a/ParseUIDemo/Other/Info.plist +++ b/ParseUIDemo/Other/Info.plist @@ -58,5 +58,39 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + NSAppTransportSecurity + + NSExceptionDomains + + facebook.com + + NSIncludesSubdomains + + NSExceptionRequiresForwardSecrecy + + + fbcdn.net + + NSIncludesSubdomains + + NSExceptionRequiresForwardSecrecy + + + akamaihd.net + + NSIncludesSubdomains + + NSExceptionRequiresForwardSecrecy + + + + + LSApplicationQueriesSchemes + + fbapi + fb-messenger-api + fbauth2 + fbshareextension +