URL handling in config file

Hello everyone!

I have a small issue with config files. I am using a default OnlineSubsystemFacebook, which requires having certain records in DefaultEngine.ini, for example:

[OnlineSubsystemFacebook.OnlineIdentityFacebook]

LoginUrl = https://www.facebook.com/v2.8/dialog/oauth

LoginRedirectUrl = https://www.facebook.com/connect/login_success.html

This syntax works ok in editor, but when packaged, LoginUrl and LoginRedirectUrl return only a https: part. I suppose the problem somehow is in double slashes. Does anyone faced same issue? What is a correct way of having URLs in config?

Thanks in advance!

Working on win7 and win10

LoginUrl=“https://www.facebook.com/v2.8/dialog/oauth

Weird, never worked in my case. I ended up making own version of OnlineSubsystemFacebook with slightly different format of input from config.