Class | Twitter::OAuth |
In: |
lib/twitter/oauth.rb
|
Parent: | Object |
consumer_options | [R] | |
csecret | [R] | |
ctoken | [R] |
Options
:sign_in => true to just sign in with twitter instead of doing oauth authorization (http://apiwiki.twitter.com/Sign-in-with-Twitter)
For web apps use params[:oauth_verifier], for desktop apps, use the verifier is the pin that twitter gives users.