android/twitter4j 问题

发布于 2024-10-06 09:12:54 字数 435 浏览 2 评论 0原文

大家好!

我正在尝试通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笨笨の傻瓜 2024-10-13 09:12:54

将以下内容添加到我的清单文件和活动中: android:launchMode="singleInstance"

就像魅力一样!

added the following to my manifest file and activity: android:launchMode="singleInstance"

works like a charm!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文