Class Twitter::OAuth
In: lib/twitter/oauth.rb
Parent: Object

Methods

Attributes

consumer_options  [R] 
csecret  [R] 
ctoken  [R] 

Public Class methods

Options

  :sign_in => true to just sign in with twitter instead of doing oauth authorization
              (http://apiwiki.twitter.com/Sign-in-with-Twitter)

Public Instance methods

For web apps use params[:oauth_verifier], for desktop apps, use the verifier is the pin that twitter gives users.

Note: If using oauth with a web app, be sure to provide :oauth_callback. Options:

  :oauth_callback => String, url that twitter should redirect to

[Validate]