|
|
|
|
|
by marram
6087 days ago
|
|
Here is one problem: After I authenticated my twitter account, I got the following error message:
"""
You registered the Twitter screen name foobar but authenticated the Twitter screen name fooBar.
""" I'm sure you know you should convert strings to lowercase before comparing them! :) |
|