--- gwibber/microblog/plugins/buzz/__init__.py 2011-03-11 20:25:40 +0000 +++ gwibber/microblog/plugins/buzz/__init__.py 2011-03-13 11:51:07 +0000 @@ -39,7 +39,7 @@ self.account = acct self.sigmethod = oauth.OAuthSignatureMethod_HMAC_SHA1() self.consumer = oauth.OAuthConsumer("anonymous", "anonymous") - self.token = oauth.OAuthToken(acct["access_token"], acct["secret_token"]) + self.token = oauth.OAuthToken(acct["access_token"].encode('ascii'), acct["secret_token"].encode('ascii')) def _actor(self, user): if user["thumbnailUrl"] == "":