Skip to content

Commit 497dc89

Browse files
authored
Release 'live' 3-29-19 (#1392)
1 parent 54a4382 commit 497dc89

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

articles/bot-builder-tutorial-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 10/04/2018
1111
monikerRange: 'azure-bot-service-3.0'
1212
---
1313

14-
[!INCLUDE [pre-release-label](includes/pre-release-label-v3.md)]
14+
[!INCLUDE [pre-release-label](includes/pre-release-label-v3.md)]
1515

1616
# Add authentication to your bot via Azure Bot Service
1717
This tutorial uses new bot authentication capabilities in Azure Bot Service, providing features to make it easier to develop a bot that authenticates users to various identity providers such as Azure AD (Azure Active Directory), GitHub, Uber, and so on. These updates also take steps towards an improved user experience by eliminating the _magic code verification_ for some clients.

articles/bot-service-channel-connect-facebook.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ Please refer to the **Connect a bot to Facebook Messenger** section and [Workpla
146146
### Make the App public and publish the Page
147147
Please refer to the **Connect a bot to Facebook Messenger** section for details.
148148

149+
## Setting the API version
150+
151+
If you receive a notification from Facebook about deprecation of a certain version of the Graph API, go to [Facebook developers page](https://developers.facebook.com). Navigate to your bot’s **App Settings** and go to **Settings > Advanced > Upgrade API version**, then switch **Upgrade All Calls** to 3.0.
152+
153+
![API version upgrade](~/media/channels/facebook-version-upgrade.png)
154+
149155
## Sample code
150156

151157
For further reference the <a href="https://aka.ms/facebook-events" target="_blank">Facebook-events</a> sample bot can be used to explore the bot communication with Facebook Messenger.

articles/bot-service-channel-connect-skypeforbusiness.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ ms.date: 12/13/2017
1515

1616
Skype for Business Online keeps you connected with co-workers and business partners through instant messaging, phone, and video calls. Extend this functionality by building bots that users can discover and interact with through the Skype for Business interface.
1717

18-
> [!NOTE]
19-
> The Skype for Business Bot Framework channel is currently in developer preview.
20-
> It is available for Skype for Business Online and Hybrid configurations. Skype for Business Server 2015 is not supported.
18+
> [!IMPORTANT]
19+
> **Skype for Business channel in Bot Framework is being deprecated on June 30, 2019.**
20+
>
21+
> No new bots will be able to add Skype for Business channel after that date. Existing bots will continue to work until October 31, 2019. Microsoft Teams is the preferred communication tool from Microsoft. Learn how to [connect your bot to Microsoft Teams](https://msdn.microsoft.com/en-us/microsoft-teams/bots).
2122
2223
## Enable the channel
2324

67.3 KB
Loading

0 commit comments

Comments
 (0)