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
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
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
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
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 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
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!!!!
Glad it was helpful!
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
Please be note to show the URL section in the browser.By the way great video.Keep up the good work💚
Thanks
Thank you! This was really needed!
Thanks
Thankyou so much sir! I was really looking for this.
You are most welcome
That is Great
Thank you Brother
Thanks
explain more about postman instead of already having it set up
thank you., when upload about integration zoom server to server Oauth with moodle
Thank You Bro
It's really helpful
Welcome, please like share and subscribe
Thank you, i need integrate with .net core 7 is this posible?
good video.please make a video on hrsd.Thank you
Thank you
Thank you for the video. It is really helpful.
Wc
Very good bro
hey, Can i use others email id in place of {userid} so taht they are admin of the meeting?
thanks for the video
yes you can if you have access to query
Very helpful. Prior to watching this video I couldn't figure out how to provide a valid callback URL.
Thanks means a lot, please like share and subscribe
I m getting invalid redirect, errorcode-4700 while getting acess token......please help!!!!
same for me
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?
hey getting this error while get token access:
{"status":false,"errorCode":4700,"errorMessage":"Invalid redirect url","result":null}
Amazing video. Thank you!
Thanks.. please like share and subscribe.
Good bro!
Thank you so much my friend !
You're very welcome.
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
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
@@SnowExpertRohit Thanks for the reply but can you make a tutorial on how to integrate zoom API in a flutter application??
Amazing, love u
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
thank you very much
Sir, is postman really needed for this to work? Or I can do this in python or other programming languages as well?
postman fod testing purpose
okay sir. Thank you!
@@J_typoi how to make it in Python? My dubts is CALLBACK URL. How to create this URL callback?
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
Sorry but I never try to authenticate by direct url
@@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
do it in react js
@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
Very good bro
Thanks