I need to get event stream of the organisation via web-hook on my given callback. I got my token using OAuth 2.0 (3LO) and successfully got my cloud Id for generating the url to make further requests. The url i have generated is as:
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
The OAuth 2.0 token has a lifetime of 1hr if I'm not mistaken. So you might want to reauthenticate or use a refresh token instead, so you do not have to reauth all the time (which I think is too much of a hassle if that happens).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.