【发布时间】:2016-12-25 14:43:05
【问题描述】:
我目前正在开展一个项目,我必须在其中使用 Ionic 框架进行 twitter 集成。
我使用的是来自 ionic 论坛的示例程序:http://forum.ionicframework.com/t/twitter-integration-with-jsoauth/3936
可在 bitbucket:https://bitbucket.org/aaronksaunders/ionic.twitter.sample
我已经以两种方式进行了测试,即使用 ionic serve 和在模拟器上,但结果相同:每当我点击登录时,都会出现一个带有地址的新浏览器窗口:https://api.twitter.com/oauth/authorize?出现包含以下错误消息。
Whoa there!
There is no request token for this page. That's the special key we need
from applications asking to use your Twitter account. Please go back to
the site or application that sent you here and try again; it was probably
just a mistake.
我已将我的 twitter API Key 和 API Secret 放在适当的位置。
【问题讨论】:
-
我也遇到了同样的问题
-
已经快一个月了,我仍然没有解决这个问题......@Drastick如果你找到任何合适的解决方案,请告诉我......
标签: angularjs twitter ionic-framework oauth