Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 0560bf1

Browse files
committed
Merge pull request #161 from ParsePlatform/nlutsenko.fb
Fix ParseUIDemo authentication with Facebook.
2 parents 423d464 + c5115ed commit 0560bf1

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

ParseUIDemo/Other/Info.plist

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,39 @@
5858
<string>UIInterfaceOrientationLandscapeLeft</string>
5959
<string>UIInterfaceOrientationLandscapeRight</string>
6060
</array>
61+
<key>NSAppTransportSecurity</key>
62+
<dict>
63+
<key>NSExceptionDomains</key>
64+
<dict>
65+
<key>facebook.com</key>
66+
<dict>
67+
<key>NSIncludesSubdomains</key>
68+
<true/>
69+
<key>NSExceptionRequiresForwardSecrecy</key>
70+
<false/>
71+
</dict>
72+
<key>fbcdn.net</key>
73+
<dict>
74+
<key>NSIncludesSubdomains</key>
75+
<true/>
76+
<key>NSExceptionRequiresForwardSecrecy</key>
77+
<false/>
78+
</dict>
79+
<key>akamaihd.net</key>
80+
<dict>
81+
<key>NSIncludesSubdomains</key>
82+
<true/>
83+
<key>NSExceptionRequiresForwardSecrecy</key>
84+
<false/>
85+
</dict>
86+
</dict>
87+
</dict>
88+
<key>LSApplicationQueriesSchemes</key>
89+
<array>
90+
<string>fbapi</string>
91+
<string>fb-messenger-api</string>
92+
<string>fbauth2</string>
93+
<string>fbshareextension</string>
94+
</array>
6195
</dict>
6296
</plist>

0 commit comments

Comments
 (0)