robertcavanna
8 years agoMentor
Oauth Access Confirmation Page
Under Studio > Page, one of the available pages to edit (under the Authentication page group) is OAuth Access Confirmation Page. Is there a standard URL for this page? I'm hitting a wall ("A...
- 7 years ago
I think I figured out the answer to my real issue. The example for getting an Oauth code shows a URL encoded redirect_uri, but an un-encoded client ID. When I do the opposite, by encoding the Client ID, but using the un-encoded version of the redirect_uri, the resulting URL includes the Code I was looking for.