ZOOM Meeting Integration API Setup With OAUTH Authentication

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 51

  • @wordpressaccuratehelp4278
    @wordpressaccuratehelp4278 9 місяців тому +1

    Really Appreciated - I have all details for Zoom API, but I don't know how to do it all things, This video is very helpfull
    Thanks!!!!

    • @SnowExpertRohit
      @SnowExpertRohit  9 місяців тому

      Glad it was helpful!

    • @niju7489
      @niju7489 4 місяці тому

      Is there a way to only allow users from our app to join the live meeting without authentication but authenticate the users who join from the link outside the app

  • @madawakolla1251
    @madawakolla1251 Рік тому +1

    Please be note to show the URL section in the browser.By the way great video.Keep up the good work💚

  • @janhavipimplikar6048
    @janhavipimplikar6048 2 місяці тому

    Thank you! This was really needed!

  • @jaditi930
    @jaditi930 8 місяців тому

    Thankyou so much sir! I was really looking for this.

  • @wordpressaccuratehelp4278
    @wordpressaccuratehelp4278 9 місяців тому +1

    That is Great
    Thank you Brother

  • @dhiruram1530
    @dhiruram1530 Рік тому

    explain more about postman instead of already having it set up

  • @curiosidadesyrecuerdos1903
    @curiosidadesyrecuerdos1903 Рік тому

    thank you., when upload about integration zoom server to server Oauth with moodle

  • @sumantamarick8695
    @sumantamarick8695 Рік тому

    Thank You Bro
    It's really helpful

  • @xergiok1981
    @xergiok1981 Рік тому

    Thank you, i need integrate with .net core 7 is this posible?

  • @mdjiyauddinansari7083
    @mdjiyauddinansari7083 2 роки тому

    good video.please make a video on hrsd.Thank you

  • @RaviShankarDadhich
    @RaviShankarDadhich 2 роки тому

    Thank you for the video. It is really helpful.

  • @RabbanahMalayalam
    @RabbanahMalayalam 3 роки тому

    Very good bro

  • @anshidar7104
    @anshidar7104 Рік тому

    hey, Can i use others email id in place of {userid} so taht they are admin of the meeting?
    thanks for the video

  • @casazee5741
    @casazee5741 2 роки тому +1

    Very helpful. Prior to watching this video I couldn't figure out how to provide a valid callback URL.

    • @SnowExpertRohit
      @SnowExpertRohit  2 роки тому

      Thanks means a lot, please like share and subscribe

  • @darkhorse-ou9lo
    @darkhorse-ou9lo 3 роки тому +2

    I m getting invalid redirect, errorcode-4700 while getting acess token......please help!!!!

  • @sushilkumarkc1666
    @sushilkumarkc1666 3 роки тому +1

    Sir I was taking online class from one institution but now it says an error occured, error code 124, Can you please tell me how to solve the problem?

  • @Dhanmeetnijhawan
    @Dhanmeetnijhawan 6 місяців тому

    hey getting this error while get token access:
    {"status":false,"errorCode":4700,"errorMessage":"Invalid redirect url","result":null}

  • @karllazlo6237
    @karllazlo6237 2 роки тому

    Amazing video. Thank you!

  • @longguru
    @longguru 3 роки тому

    Good bro!

  • @GuillaumeDuhan1
    @GuillaumeDuhan1 2 роки тому

    Thank you so much my friend !

  • @algoristy1784
    @algoristy1784 Рік тому

    Can we use that same access token into another application too?? Like we get the access tocken from postman and use that tocken into creating java application

    • @SnowExpertRohit
      @SnowExpertRohit  Рік тому

      once you get access token you can use on other applications technically but the problem is access have sort life span its expire 30 min or 1 hr or in a day based on third party applications

    • @algoristy1784
      @algoristy1784 Рік тому

      @@SnowExpertRohit Thanks for the reply but can you make a tutorial on how to integrate zoom API in a flutter application??

  • @Ordelos
    @Ordelos 3 роки тому

    Amazing, love u

    • @Ordelos
      @Ordelos 3 роки тому

      So if i implement that request in a button on my Website is there any issue with the duration time of the access token? It expired sometime in postman and i needed To renew it

  • @alejandrocabrera3124
    @alejandrocabrera3124 3 роки тому

    thank you very much

  • @J_typoi
    @J_typoi Рік тому

    Sir, is postman really needed for this to work? Or I can do this in python or other programming languages as well?

  • @massimotarquini1168
    @massimotarquini1168 Рік тому

    did you try to do the authentication without the oauth 2.0 wizard in postman but directly using the post end point? I am trying to authenticate without using the postman wizard

    • @SnowExpertRohit
      @SnowExpertRohit  Рік тому

      Sorry but I never try to authenticate by direct url

    • @massimotarquini1168
      @massimotarquini1168 Рік тому

      @@SnowExpertRohit ok no problem man. i am experiencing an issue now. the app oauth was working up until yesterday and now when trying to get a new access token (since it expired) it does not allow me to authenticate anymore. i get the error "You cannot install the app because you don't have the required permissions. Please contact your IT administrator for permission and try again. " I am an admin and have full permissions on everything. i just cannot fathom how it was working up until yesterday no issue and now it does not work anymore. have you experienced this? thanks

  • @mohammadshohag604
    @mohammadshohag604 3 роки тому

    do it in react js

  • @muhammadaneesraza3084
    @muhammadaneesraza3084 Рік тому

    @api.get('/oauth/callback/', tags=['Integrations'])
    async def oauth_callback(request: Request):
    # error = request.query_params.get('error', '')
    # if error:
    # return "Error: " + error
    code = request.query_params.get('code')
    if code:
    access_token = generate_access_token(code)
    if access_token:
    return access_token
    else:
    return "No code provided"
    it returns no code provided

  • @BandanaYadav-j4o
    @BandanaYadav-j4o 5 місяців тому

    Very good bro