Skip to content

Commit

Permalink
Fix verify_credentials to include a format (breaks in laconica).
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunemaker <nunemaker@gmail.com>
  • Loading branch information
dustin authored and jnunemaker committed Jan 5, 2009
1 parent eb6e82c commit bf6f783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def post(status, options={})
# Verifies the credentials for the auth user.
# raises Twitter::CantConnect on failure.
def verify_credentials
request('account/verify_credentials', :auth => true)
request('account/verify_credentials.xml', :auth => true)
end

private
Expand Down

0 comments on commit bf6f783

Please sign in to comment.