feat: implement social login functionality with Google, Facebook, and Twitter, including API integration and platform-specific configurations.
This commit is contained in:
@@ -47,9 +47,26 @@
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>fb2124098594797306</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>FacebookAppID</key>
|
||||
<string>2124098594797306</string>
|
||||
<key>FacebookClientToken</key>
|
||||
<string>c7ed8c0d68a517cca1cd0e6668282410</string>
|
||||
<key>FacebookDisplayName</key>
|
||||
<string>RE-Quest</string>
|
||||
<key>LSApplicationQueriesSchemes</key>
|
||||
<array>
|
||||
<string>mailto</string>
|
||||
<string>fbapi</string>
|
||||
<string>fb-messenger-share-api</string>
|
||||
</array>
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>We need access to your photo library to set your profile photo.</string>
|
||||
|
||||
Reference in New Issue
Block a user