Skip to content

Commit

Permalink
#7 Falling back to web auth
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jan 3, 2016
1 parent a27b638 commit 72ea55e
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.phonegap.plugins.facebookconnect"
version="1.0.0">
version="1.0.1">

<name>Facebook</name>

Expand Down Expand Up @@ -101,6 +101,25 @@
</array>
</config-file>

<!-- iOS9+ whitelisting, from here: https://developers.facebook.com/docs/ios/ios9 -->
<config-file target="*-Info.plist" parent="LSApplicationQueriesSchemes">
<array>
<string>fbapi</string>
<string>fbapi20130214</string>
<string>fbapi20130410</string>
<string>fbapi20130702</string>
<string>fbapi20131010</string>
<string>fbapi20131219</string>
<string>fbapi20140410</string>
<string>fbapi20140116</string>
<string>fbapi20150313</string>
<string>fbapi20150629</string>
<string>fbauth</string>
<string>fbauth2</string>
<string>fb-messenger-api20140430</string>
</array>
</config-file>

<!-- Facebook framework -->
<framework src="platforms/ios/FacebookSDK.framework" custom="true" />

Expand Down

0 comments on commit 72ea55e

Please sign in to comment.