my request.__dict__ is :
['session', 'openid', '_post_parse_error', 'openids', '_cached_user', '_files',
'facebook', '_post', '_get', 'META', 'environ', 'path_info',
'LANGUAGE_CODE', 'path', '_cookies', 'method']
my request.facebook is :
['feed', 'status', 'marketplace', 'uid', 'stream', 'locale', 'auth_token',
'is_session_from_cookie', 'connect', 'in_iframe', 'session_key', 'app_name',
'facebook_secure_url', 'friends', 'photos', 'sms', 'application', 'secret',
'internal', 'api_key', 'page_id', 'events', 'profile', 'added', 'users', 'facebook_url',
'in_canvas', 'auth', 'update', 'in_profile_tab', 'proxy', 'groups', 'data', 'pages', 'fql', 'notifications', 'ext_perms', 'session_key_expires', '_friends', 'admin', 'callback_path', 'profile_update_time', 'secret_key', 'fbml']
my request._get is :
{u'session': [u'{"session_key":"3.IyEX4u73AC9FOOGMYw__.3600.12670800-1642333986","uid":16333986,"expires":12670800,"secret":"RBQ4THlngbuHkW\QwWDYQ__","sig":"13620b3bb5f750d2abd1b0dbd2985d"}'], u'next': [u'http://zjm1126.3322.org:8000/facebookconnect1/xd_receiver.htm?fb_login&fname=_opener&guid=0.036060669488486']}
i follow this article:
http://teebes.com/blog/13/django-facebook-connect-integration-with-ajax-no-middleware
but it has some errors in
'login_facebook_connect'
view.
who can help me to change the work to running .
thanks