Forum Discussion

vbandi's avatar
vbandi
Contributor
9 years ago

Client Id for OAuth

Hi All,

I am working on OAuth Grant flow integration .

Currently ,our forum works in this way .My application tries to post to API by following Url.

 

https://test.community.com/messages/id/1/reply?para1='test'&para2='test1'.

 

Inorder to reply to a thread from my app, I need to make a request with above URL with  Authroization Token.

But I guess, API also expects Client ID which I am not sure how to get it.

Till now we worked on GET calls which require no Client ID.

 

This ClientID must be the configuration which was set during community setup.

Anyways I can know about that and pass that ClientID along with Token for posting a reply ?

 

Thanks.