API Documentation

users/listFollowing Beta

This method is currently under development and subject to change.

Returns a list of users a user is following.

URL

https://disqus.com/api/3.0/users/listFollowing.json

Accessibility

public key, secret key

Supported request methods

GET

Supported formats

json, jsonp

Requires authentication

no

Rate limited

inherits global rate limit

Arguments

Optional

  • since_id

    Defaults to null

  • cursor

    Defaults to null

  • attach allows multiple

    Defaults to []

    Choices: userFlaggedUser, thirdPartyAccounts

  • limit

    Defaults to 25

    Maximum value of 100

  • user

    Defaults to null

    Looks up a user by ID
    You may look up a user by username using the 'username' query type.

  • order

    Defaults to "asc"

    Choices: asc, desc