Package

ch.becompany.social

twitter

Permalink

package twitter

Visibility
  1. Public
  2. All

Type Members

  1. class TwitterClient extends HttpClient with CachingSupport with TwitterOAuthSupport with TwitterJsonSupport with LazyLogging

    Permalink

    Client for the Twitter REST API.

  2. class TwitterFeed extends SocialFeed

    Permalink

    Streams Twitter tweets.

    Streams Twitter tweets. The continuous stream is generated based on the statuses/filter method of the Twitter streaming API.

  3. trait TwitterJsonSupport extends SprayJsonSupport with DefaultJsonProtocol

    Permalink
  4. trait TwitterOAuthSupport extends HttpClient with OAuthSupport

    Permalink
  5. class TwitterStream extends HttpClient with TwitterOAuthSupport with TwitterJsonSupport with LazyLogging

    Permalink
  6. case class UserId(id: String) extends Product with Serializable

    Permalink

Value Members

  1. object TwitterStream

    Permalink

Ungrouped