2011-12-21 48 views
0

我一直在嘗試編寫一個簡單的Django應用程序與社交平臺集成。我決定使用插件django-socialregistration連接到Facebook帳戶。我遵循http://django-socialregistration.readthedocs.org/en/latest/上的安裝指南。django-socialregistration access_token error

應用表明該按鈕,它重定向點擊後的Facebook登錄頁面,顯示請求對話框,最後用以下錯誤撈出:

KeyError at /social/facebook/callback/ 

'access_token' 

Request Method:  GET 
Request URL: http://somehost:8000/social/facebook/callback/?code= 
[here comes long code] 
Django Version:  1.3.1 
Exception Type:  KeyError 
Exception Value:  

'access_token' 

Exception Location: /usr/lib/python2.7/site-packages/ 
django_socialregistration-0.5-py2.7.egg/socialregistration/clients/oauth.py in get_access_token, line 273 

抱歉發佈錯誤消息樣的問題,但我有絕對不知道如何解決它。

非常感謝,

託梅克

回答