oauth 2.0 - Moxtra authorization to generate acces_token fails -


i trying embedded moxtra chat functionality app.

for followed steps mentioned oauth 2 authentication moxtra developer site

i able registered app in moxtra , in response got clientid , secret key it.

but when follow step 1) begin authorization & request access token (client-side (implicit) flow section in above link), lands me page, says below

oauth2 error there problem oauth2 protocol (error="invalid_request", error_description="invalid_client") please go client application , try again, or contact owner , ask support

point note: following format of uri using access_token. https://api.moxtra.com/oauth/authorize?client_id=123&response_type=token instead of 123 (this e:g) cliendid (trust me entering correct clientid). , have not used request_uri, because document states optional parameter.

please correct me if wrong above , let me know if required more information.

could please me rid of , me generate access_token. can move onto next step.

thanks in advance.

can please check if created app using moxtra production or sandbox environment. sandbox environment endpoint url https://apisandbox.moxtra.com/ (https://developer.moxtra.com/docs/docs-oauth/#introduction)


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -