gaussblurinc
gaussblurinc

Reputation: 3682

Disqus: is it possible to post from foreign identity

I develop ios-application and my target is to deploy Disqus comments to app.

Is it possible to post comments from foreign identity? (Facebook, Twitter, etc)? I found this post to Disqus developers google group.

Also, i have found this example, which implements Disqus.
But it uses email and nickname.

Thank you for help!

Upvotes: 0

Views: 142

Answers (1)

Ryan V
Ryan V

Reputation: 3100

Nope, the only authentication that's supported with the API is:

  1. Disqus accounts
  2. Single Sign-on (SSO)
  3. Using the permissions of the website owner (to post unregistered guest comments)

You can find more information here: http://disqus.com/api/docs/auth/

Upvotes: 1

Related Questions