moomerman-twitter_oauth 0.1.17 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/twitter_oauth/client.rb +5 -0
  2. metadata +1 -1
@@ -28,6 +28,11 @@ module TwitterOAuth
28
28
  @secret = @access_token.secret
29
29
  @access_token
30
30
  end
31
+
32
+ def authentication_request_token
33
+ consumer.options[:authorize_path] = '/oauth/authenticate'
34
+ request_token
35
+ end
31
36
 
32
37
  def show(username)
33
38
  oauth_response = access_token.get("/users/show/#{username}.json")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moomerman-twitter_oauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Taylor