Questions tagged «twitter-oauth»


9
使用OAuth验证用户的Twitter身份后,是否可以获取用户的电子邮件ID?
我是OAuth的新手,并且一直在使用Twitter API。通过向发送请求,我可以在身份验证后获取用户的凭据http://api.twitter.com/1/account/verify_credentials.xml。响应中包含用户ID,屏幕名称等,但不包含电子邮件ID。 是否可以完全检索用户的电子邮件ID? 更新资料 我相信,如果您明确要求扩展权限, Facebook会提供此信息。Twitter有类似的东西吗?

8
Owin Twitter登录-根据验证步骤,远程证书无效
我最近尝试使用Twitter登录时开始出现此错误-为什么? Stack Trace: [AuthenticationException: The remote certificate is invalid according to the validation procedure.] System.Net.TlsStream.EndWrite(IAsyncResult asyncResult) +230 System.Net.PooledStream.EndWrite(IAsyncResult asyncResult) +13 System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar) +123 [WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.] System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) +6432446 System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar) +64
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.