randall05 / gtap

A twitter API proxy based on Google App Engine.
0 stars 0 forks source link

xAuth & Basic Auth #163

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
希望加入对xAuth & Basic 
Auth的支持啊,现在很多客户端不能用,还有就是Search 
API是否能与API地址相同,很多客户端不能单独设置Search 
API.认证完毕,修改密码的时候,如果原密码输入错误(错误改动)
,则会报错,如果是点击修改密码,原密码错误则是正常提示,具�
��:

Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 703, in __call__
    handler.post(*groups)
  File "/base/data/home/apps/jionginlife/1.353273920800105034/main.py", line 254, in post
    user_access_token, user_access_secret  = client.get_access_from_db(screen_name, old_key)
  File "/base/data/home/apps/jionginlife/1.353273920800105034/oauth.py", line 224, in get_access_from_db
    result.decrypt(password)
  File "/base/data/home/apps/jionginlife/1.353273920800105034/oauth.py", line 56, in decrypt
    self.token  = DecodeAES(self.create_aes(self_key), self.token)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 599, in __set__
    value = self.validate(value)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 2745, in validate
    raise BadValueError('Property %s is not multi-line' % self.name)
BadValueError: Property token is not multi-line

Original issue reported on code.google.com by Rekin.Ch...@gmail.com on 15 Sep 2011 at 1:19