Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Merge pull request #44 from filipebarcos/get_info_method_back
Browse files Browse the repository at this point in the history
let get this method back in place ;)
  • Loading branch information
moomerman committed Jun 14, 2013
2 parents b64577a + d06c3a5 commit 5972f69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/twitter_oauth/account.rb
Expand Up @@ -9,6 +9,10 @@ def authorized?
return oauth_response.class == Net::HTTPOK
end

def info
get('/account/verify_credentials.json')
end

# Updates profile background image. Takes a File object and optional tile argument.
# Returns extended user info object.
def update_profile_background_image(image, tile = false)
Expand Down

0 comments on commit 5972f69

Please sign in to comment.