+ Added new parameters for statuses/update; lat & long
+ friends_ids() & followers_ids() parameter changed page -> cursor
+ search() added "locale" parameter
+ + expose last httplib.HTTPResponse object received as API.last_response
+ OAuthHandler
+ Added set_request_token() method
+ Added support for "sign in with twitter".
# Get response
resp = conn.getresponse()
+ api.last_response = resp
api.logger.debug('Received response...')
api.logger.debug(' headers: %s' % resp.getheaders())
api.logger.debug(' status code: %s' % resp.status)