android/twitter4j 问题
大家好!
我正在尝试通过 Twitter 实现来实现。我遵循了几个教程,终于在这个实现上取得了进展: 代码。
一切都显示良好,因为我通过 Twitter 浏览器应用程序获得了授权,甚至通过回调返回到我的应用程序/视图。这就是我感到困惑的地方......此时,我假设调用了 onNewIntent() 方法并发送了测试推文?如果是这样,这对我不起作用...不会抛出/记录任何错误。有人可以告诉我我错过了什么吗?
使用的资源: - twitter4j-core-2.1.7 - 路标核心-1.2.1.1 -路标-commonshttp4-1.2.1.1 - 2.1 SDK
greetings all!
i'm trying to work my way through a twitter implementation. i've followed several tutorials and finally made progress with this implementation: code.
All appears well as i'm authorized through the twitter browser app and even returned back to my app/view via the callback. this is where i'm confused... at this point, i assumed the onNewIntent() method is called and a test tweet is sent? if so, this doesn't work for me...no error are thrown/logged. can someone pls tell me what i'm missing?
resources used:
- twitter4j-core-2.1.7
- signpost-core-1.2.1.1
- signpost-commonshttp4-1.2.1.1
- 2.1 SDK
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将以下内容添加到我的清单文件和活动中: android:launchMode="singleInstance"
就像魅力一样!
added the following to my manifest file and activity: android:launchMode="singleInstance"
works like a charm!