0
我在我的django應用程序中使用social_auth來使用facebook連接。我遵循了文檔(https://github.com/omab/django-social-auth)中給出的步驟。但我很努力地訪問額外的信息,如'user_about_me','profile_pic'等。我能夠在我的數據庫列中看到訪問令牌,但我真的在努力使用它。使用social_auth爲django訪問Extra-Date
有人可以幫助我。
感謝提前:)
是的,在這一點上我同意你的看法,但我一直在努力使用該訪問權限來訪問額外的信息。所以如果你能幫助我,那對我很有幫助。 bingo_user.hometown = request.user.social_auth.values_list('extra_data',flat = True) 請問可以幫我修改這一行,如果可能的話 – amd 2011-05-25 19:24:53
data = urllib.urlopen('https://graph.facebook。 com/me?access_token ='+ access_token) data = data.read() j_data = json.loads(data) j_data ['birthday']' – 2011-05-26 08:36:51