stdClass Object
(
[error_description] => Invalid parameter: code
[error] => invalid_grant
)The authentication information returned:
stdClass Object ( [error_description] => Missing required parameter: code [error] => invalid_request )
--
You received this message because you are subscribed to the Google Groups "Disqus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to disqus-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
stdClass Object
(
[code] => 2
[response] => You must either provide a user or authenticate the user.
)Use this token as the value for access_token to authenticate as xxxxx.