UI: Update Facebook get stream key URL

Old URL is being phased out for the cleaner interface. Changed in both
the settings pane and the wizard.
This commit is contained in:
JohannMG 2020-07-08 17:30:28 -07:00
parent f23d04b67f
commit 5020f61589
2 changed files with 4 additions and 2 deletions

View File

@ -592,7 +592,8 @@ void AutoConfigStreamPage::UpdateKeyLink()
streamKeyLink =
"https://restream.io/settings/streaming-setup?from=OBS";
} else if (serviceName == "Facebook Live") {
streamKeyLink = "https://www.facebook.com/live/create?ref=OBS";
streamKeyLink =
"https://www.facebook.com/live/producer?ref=OBS";
} else if (serviceName.startsWith("Twitter")) {
streamKeyLink = "https://www.pscp.tv/account/producer";
} else if (serviceName.startsWith("YouStreamer")) {

View File

@ -247,7 +247,8 @@ void OBSBasicSettings::UpdateKeyLink()
streamKeyLink =
"https://restream.io/settings/streaming-setup?from=OBS";
} else if (serviceName == "Facebook Live") {
streamKeyLink = "https://www.facebook.com/live/create?ref=OBS";
streamKeyLink =
"https://www.facebook.com/live/producer?ref=OBS";
} else if (serviceName.startsWith("Twitter")) {
streamKeyLink = "https://www.pscp.tv/account/producer";
} else if (serviceName.startsWith("YouStreamer")) {