在 iphone 应用程序中使用来自 sharekit 的 twitter 时无法验证 OAuth
我正在实施 facebook &在 iPhone 应用程序中使用 sharekit 进行 Twitter 分享。 Facebook 共享工作正常,但 twitter 共享出现错误“无法验证 OAuth”。
I m implementing facebook & twitter share using sharekit in iphone app. Facebook share is working fine but twitter share gives error "could not authenticate OAuth".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的问题 - 这解决了它:
https://github.com/ideashower/ShareKit/ issues/229
摘要:
将 SHKTwitter.m 第 54-56 行从
更改
为:
并在第 323 行从 http 更改为 https:
I was having the same problem - this fixed it:
https://github.com/ideashower/ShareKit/issues/229
Summary:
Change SHKTwitter.m in lines 54-56 from
to
like this:
and in line 323, from http to https: