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!