- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
当我访问 127.0.0:8000/associate/twitter
时,我的 django 会获取除电子邮件地址之外的所有 twitter 信息。
访问127.0.0:8000/associate/facebook
没有问题,我只是想知道为什么我的django没有收到twitter账号的邮件?
有人知道如何解决我的案子吗?提前致谢...
这是在我的 settings.py 中
FACEBOOK_APP_ID = '.....'
FACEBOOK_API_SECRET = '.........'
FACEBOOK_EXTENDED_PERMISSIONS = ['email']
#twitter
TWITTER_CONSUMER_KEY = '.........'
TWITTER_CONSUMER_SECRET = '.........'
最佳答案
twitter 不提供电子邮件。您将尽可能多地访问验证 credentials 时提供的数据
关于python - django-社会-auth : did not save twitter's email,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10845713/
// // Social.h // Social // // Copyright (c) 2012 Apple Inc. All rights reserved. // #import #im
我有两个简单的 MySQL 表:用户和关系。 关系表: user_id int(10) unsigned NO PRI friend_id int(10) unsigned
当我访问 127.0.0:8000/associate/twitter 时,我的 django 会获取除电子邮件地址之外的所有 twitter 信息。 访问127.0.0:8000/associate
当我尝试 http://127.0.0.1/login/twitter 时,我看到它会转到 Twitter 进行身份验证,但我看到以下错误 不正确的身份验证服务 我检查了很多次,TWITTER_CON
我是一名优秀的程序员,十分优秀!