Start calling the Microsoft Graph API in under 5 minutes! | Tips & Tricks

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • НаукаНаука

Комментарии • 49

  • @ChopLabalagun
    @ChopLabalagun 3 года назад +14

    you missed the most import part of all this. How to get the token to do this outside of graph :(

    • @prashanthshivasubramani5134
      @prashanthshivasubramani5134 3 года назад +2

      To get a token-
      1) Create an app entry in your company's Microsoft AD
      2) Provide necessary permission to your app like readall, readprofile etc
      3) this would auto generate a client/app token which you need to use in your application

    • @ChopLabalagun
      @ChopLabalagun 3 года назад

      @@prashanthshivasubramani5134 thanks I would like to add that if you ain't admin on your org you would have to request access to the API. Otherwise the app won't work outside of graph

    • @prashanthshivasubramani5134
      @prashanthshivasubramani5134 3 года назад

      @@ChopLabalagun Yes, you're right..admin's help is a must here..so as developer you can share list of all permission needed for your app to admin and ask for approval

    • @DanWahlin
      @DanWahlin 3 года назад

      This video was all about introducing Microsoft Graph and showing how to call some of the APIs (in 5 minutes). If you want to learn more about creating an AAD app, getting a token, and more, check out the following learning path:
      docs.microsoft.com/learn/paths/m365-msgraph-fundamentals/

    • @microsoftgraphExplorer
      @microsoftgraphExplorer Год назад

      You can refer my channel for those details.

  • @MiniEggs1999
    @MiniEggs1999 2 года назад +21

    I can't seem to find an example of an application making a call where the application has been given permission by the admin. i.e. no user interaction. Have you done a video like that ? Thanks

  • @srikanthkyatham506
    @srikanthkyatham506 2 месяца назад +1

    Very helpful. I am big fan of you Dan. I follow your podcast WebRush.

  • @user-ts2ff7bb8b
    @user-ts2ff7bb8b Год назад +4

    Extremely clear, to the point, rich, useful information!

  • @anthonjhnon1
    @anthonjhnon1 Год назад +4

    How can I get a permanent access token for my app? The one I get from MS graph keeps changing.

  • @nishantaryal9287
    @nishantaryal9287 3 года назад +8

    Very clear and concise. Waiting for more videos on MS Graph.

    • @Microsoft365Developer
      @Microsoft365Developer  3 года назад +1

      Happy to hear it! We have a lot more coming. In the meantime, you can learn more about Graph by checking out aka.ms/learn-graph
      We also just released 3 videos about Microsoft Graph Explorer
      #1: ruclips.net/video/Jl2okpAgWKo/видео.html
      #2: ruclips.net/video/64kHAIq6LBQ/видео.html
      #3: ruclips.net/video/tsvNMDgJVbY/видео.html

  • @user-pt8qo4vr3b
    @user-pt8qo4vr3b 2 года назад +2

    How Can I Use Graph API Explorer ( PUT and PATCH) to update photo users
    (jpeg or image Base64 )? I do not understand what you mean by your
    manual "Binary data for the image"

  • @daniszwarc
    @daniszwarc 2 года назад +3

    Hello Dan, do you have a video showing how to download attachments from emails?

  • @shobs4464
    @shobs4464 3 года назад +1

    ""/me request is only valid with delegated authentication flow."" im getting this error

  • @arvindverma2898
    @arvindverma2898 2 года назад +1

    I am not able to get response from get presence API I am using work account in graph explorer any help ?

  • @NatarajanVasan
    @NatarajanVasan 3 года назад +2

    Thanks for this simple video

  • @cerberustecnologia
    @cerberustecnologia 2 года назад +1

    what is the best programing language for connect and working to api graph? what recommend me?

  • @sgodee
    @sgodee 2 года назад +1

    Works for Megan 40001 error after I sign in

  • @kabookeo
    @kabookeo 10 месяцев назад

    Very helpful. Thank you.

  • @ShiningMTV
    @ShiningMTV 11 месяцев назад

    Great intro to graph exlporer

  • @tmakahavok
    @tmakahavok 3 года назад +5

    Thank you for this. Exactly what I needed

    • @DanWahlin
      @DanWahlin 2 года назад

      Glad that helped - thanks!

  • @dalilaolfeo2380
    @dalilaolfeo2380 3 года назад +2

    How to authenticate to Microsoft Graph API to automate API registration?

    • @DanWahlin
      @DanWahlin 2 года назад

      It'll be challenging to answer that one here since it really depends on what you mean by "automate API registration". If you can provide more details I'm happy to try to point you i the right direction though.

  • @cafezinha881
    @cafezinha881 2 года назад +1

    How Can I to send an email with an attachement? PDF for exemple

  • @boristhedestroyerofancient508
    @boristhedestroyerofancient508 2 года назад +1

    Epic video!

  • @INT_MAX
    @INT_MAX 2 года назад +1

    "Authentication_RequestFromNonPremiumTenantOrB2CTenant"
    "message": "Neither tenant is B2C or tenant doesn't have premium license"
    I'm not paying for a feature I need once a year.

  • @adam-xt8te
    @adam-xt8te 2 года назад +2

    The main question is - how much does using the API cost?

    • @SIBUK
      @SIBUK 10 месяцев назад

      I don't think it costs money to use the api, but you need to pay for the licences for the apps.

  • @profglac
    @profglac Год назад

    I have a flow in Power Automate, executed by a PoweBI button to create meetings. I want the dashboard user to create their meetings with teams, but the meetings are showing up with the sender who owns the flow and not as the user of the flow. Is it possible for the meeting to have the flow executor as the author?

  • @user-vu2vz5pk5m
    @user-vu2vz5pk5m 2 года назад +1

    thanks !!

  • @hyuriaraujo
    @hyuriaraujo 10 месяцев назад

    Agradeço pelo vídeo de explicação

  • @grilledpikachu
    @grilledpikachu 2 года назад +2

    How to implement this API in my javascript project? Please respond

  • @user-xe5uh5rd2e
    @user-xe5uh5rd2e Год назад

    Hello Dan, How can we extract emails that are sent to a common shared folder which in turn has Inbox, Drafts, and other folders. Please respond. Thank you!

  • @matheusascencio2461
    @matheusascencio2461 2 года назад +1

    Thank you so much! That gave me a path for what i needed

  • @billaajith67
    @billaajith67 Год назад

    how to do with outside of graph explorer

  • @prashanth928
    @prashanth928 7 месяцев назад

    Hot to see PSTN call details.....

  • @TylerGill
    @TylerGill 2 года назад +1

    Great overview

  • @averagedev7768
    @averagedev7768 2 года назад +1

    When you straight up rip off postman but actually improve it

  • @DesignsbyBlanc
    @DesignsbyBlanc 2 месяца назад