On 11/23/08, Amir Michail <[EMAIL PROTECTED]> wrote:
> global User = <class 'twitter.User'>, builtin id = <built-in function
> id>, data = u'request', data.get undefined, builtin None = None, name
> undefined, screen_name undefined, location undefined, description
> undefined, profile_image_url undefined, url undefined, status = None
> <type 'exceptions.AttributeError'>: 'unicode' object has no attribute
> 'get'
>
> Any ideas on how to get this to work?

Your "data" object is wrong. It's a string (with the content
'request') and not a dictionary.

-- 
Julio Biason <[EMAIL PROTECTED]>
Twitter: http://twitter.com/juliobiason

Reply via email to