Module Twitter::REST::Undocumented
In: lib/twitter/rest/undocumented.rb

Methods

Included Modules

Twitter::REST::Utils

Public Instance methods

@note Undocumented @rate_limited Yes @authentication Requires user context @raise [Twitter::Error::Unauthorized] Error raised when supplied user credentials are not valid. @return [Twitter::Cursor] @overload following_followers_of(options = {})

  Returns users following followers of the specified user

  @param options [Hash] A customizable set of options.

@overload following_followers_of(user, options = {})

  Returns users following followers of the authenticated user

  @param user [Integer, String, Twitter::User] A Twitter user ID, screen name, URI, or object.
  @param options [Hash] A customizable set of options.

Returns Tweets count for a URI

@note Undocumented @rate_limited No @authentication Not required @return [Integer] @param uri [String, URI] A URI. @param options [Hash] A customizable set of options.

[Validate]