Odnoklassniki
To enable authentication through Odnoklassniki, add the following elements to Info.plist. Instead of _111_, specify the id of your project in Odnoklassniki.
Please, ask your manager for these parameters.
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
<string>ru.ok</string>
<key>CFBundleURLSchemes</key>
<array>
<string>ok_111_</string>
</array>
</dict>
</array>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>okauth</string>
<string>ok_111_</string>
</array>
<key>P101XPOdnoklassnikiAppKey</key>
<string>CBADPEAGEBABABABA</string>
<key>P101XPOdnoklassnikiAppID</key>
<string>1157886464</string>