Skip to content

Commit

Permalink
Merge pull request tdegrunt#1 from ebababi/master
Browse files Browse the repository at this point in the history
Add secret to credentials hash
  • Loading branch information
tdegrunt committed Feb 21, 2015
2 parents 79a1bab + c2214ae commit 2fdcefd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/omniauth/strategies/twitter-access-token.rb
Expand Up @@ -48,8 +48,7 @@ class TwitterAccessToken
end

credentials do
hash = {'token' => access_token.token}
hash
{'token' => access_token.token, 'secret' => access_token.secret}
end

def raw_info
Expand Down

0 comments on commit 2fdcefd

Please sign in to comment.