1. the redirect_uri value should be url-encoded 2. double-check the URL also wrt. "http" vs."https" and port number 3. make sure you use the right client_id
- Hans Z.
Hi, thanks for for quick response.I checked points 2,3,tehy are perfect.However, 1 is not much clear to me..how redirect_uri must be url-encoded..could you give me example for same?
- BHAGYASHRI GAIKWAD
great, I've converted it in to an answer so you can accept it.
- Hans Z.
1 Answers
4
votes
There are 3 things to check:
the redirect_uri value should be url-encoded
double-check the URL also wrt. "http" vs."https" and port number
make sure you use the right client_id
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
redirect_urivalue should be url-encoded 2. double-check the URL also wrt. "http" vs."https" and port number 3. make sure you use the rightclient_id- Hans Z.