More Related Content
Microsoft Graph完全に理解した気がしてた Microsoft Graphことはじめ クエリパラメータ編 Microsoft Graphを使ってアプリケーションを作った時の話 個人の生産性を上げるために。 Office 365 サービスを連携して使おう Office ScriptsとPower Automate連携による業務効率化 Similar to TeamsのチャネルとやりとりするWeb Applicationを作ったお話 (10)
【de:code 2020】 Microsoft Teams アプリケーション開発入門 今更聞けない!?Microsoft Graph で始める Office 365 データ活用と事例の紹介 [Japan M365 Dev UG] Teams Toolkit v4 を使ってみよう! Skype for Business + Bot + Graph API IBM Notes 9.0 Social EditionとIBM Connections 4.5を貫く一本の線 Microsoft Graph APIを活用した社内アプリケーション開発 C#で作成するfacebookアプリ mvp community camp 20150221 めとべや東京-プライベートコード共有サービス More from DevTakas (13)
Microsoft Graph Toolkitで手軽にM365フロント開発 Azure Web PubSub Serviceを触ってみた Microsoft Graph Toolkitを使ってGraph開発を体験しよう Azure ADアプリケーションを使用した認証のあれやこれ ASP.NET Core編 Azure ADアプリケーションを使用した認証のあれやこれ ASP.NET Core WebAPIでODataを使おう Azure Event HubsでGraph変更通知を受け取る 僕はあなたを監視する(MS Graph Subscriptionのβで公開されたpresencesを使おう!) Azure AD Applicationを使用した認証のアレコレ TeamsのチャネルとやりとりするWeb Applicationを作ったお話
- 5. (おさらい)Microsoft Graphとは
• 今までの発表の続き物みたいな感じです
1. Microsoft Graph完全に理解した気がしてた
• https://www.slideshare.net/ssuser293809/microsoft-graph-166030378
2. Microsoft Graphことはじめ クエリパラメータ編
• https://www.slideshare.net/ssuser293809/microsoft-graph-177001996
3. Microsoft Graphを使ってアプリケーションを作った時の話
• https://www.slideshare.net/ssuser293809/microsoft-graph-199712616
4. Microsoft Graphの変更通知で遊ぶ
• https://www.slideshare.net/ssuser293809/microsoft-graph-232617634
- 30. 参考文献• 季節のMicrosoft Teams APIの基礎、OBS Studioでの配信ソースを添えて
• https://www.youtube.com/watch?v=BlX-83yb948&t=10s
• サブスクリプション リソースの種類
• https://docs.microsoft.com/ja-jp/graph/api/resources/subscription?view=graph-rest-beta
• Microsoft Teams の保護された API
• https://docs.microsoft.com/ja-jp/graph/teams-protected-apis
• api call error 403 microsoft teams messages
• https://stackoverflow.com/questions/56953608/api-call-error-403-microsoft-teams-messages
• Microsoft Graph の変更ログ
• https://docs.microsoft.com/ja-jp/graph/changelog
• チャネルで chatMessage を作成する
• https://docs.microsoft.com/ja-jp/graph/api/channel-post-messages?view=graph-rest-1.0&tabs=http
• チャネルを取得する
• https://docs.microsoft.com/ja-jp/graph/api/channel-get?view=graph-rest-1.0&tabs=csharp
• チャネル内のメッセージに返信する
• https://docs.microsoft.com/ja-jp/graph/api/channel-post-messagereply?view=graph-rest-beta&tabs=http
• チャネルメッセージの返信を一覧表示する
• https://docs.microsoft.com/ja-jp/graph/api/channel-list-messagereplies?view=graph-rest-beta&tabs=http
• チャネル メッセージを取得する
• https://docs.microsoft.com/ja-jp/graph/api/channel-get-message?view=graph-rest-beta&tabs=http
• 作ったデモアプリケーション
• https://github.com/Takas0522/learn-front-chat-system