From our CMS, we request
GET
https://disqus.com/api/oauth/2.0/authorize/?
client_id=MY_CONSUMER_PUBLIC_KEY&
scope=read,write,admin&
response_type=code&
redirect_uri=
https://www.mydomain.com/my_authenticated_path
and it takes us to the Disqus authentication screen. When the user
submits their credentials, they get a Disqus branded error page, not
the redirect. The title of the page is "CSRF verification failed (403)
- DISQUS" and the message is "There was an error submitting the form."
It's not a very informative error message, so any help would be great.
Thanks,
Keith