了解用户安装的 Twitter 应用程序
首先,我是西班牙人,对我的英语感到抱歉。 这是我的第一个问题,所以我希望能正确回答。 我一直在搜索器和谷歌中寻找,但没有找到有关我的问题的解决方案。 我需要知道我的哪些朋友通过 API 安装了一个应用程序(我有 twitter4j 库)。 我有一个朋友的列表 ID,我需要知道每个人是否拥有某个应用程序的权限。 我已经看到了 twitter4j 中的所有方法,但我不知道该怎么做。 这似乎很容易......如果答案很愚蠢,我很抱歉,我已经尽力搜索所有可能的地方。
谢谢,
first of all, I'm spanish so sorry about my English.
It's my first question, so I hope do it correctly.
I have been looking for in the searcher and google but I didn't find solution about my problem.
I need to know who of my friends have installed one app via API (I have twitter4j lib.).
I have a friend's list id and I need to know if one per one have or not permission to one app.
I have seen all the methods in twitter4j but I don't know how do it.
It seems easy... so sorry if the answer is stupid, I have tried to search everywhere I have could.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可以通过 Twitter 设置 页面实现,但是没有可用的 API。
如果您指的是
推文来源
?与Web
、Mobile Web
、Twitter for Blackberry
一样,每条获取的推文都会返回推文来源(应用程序用户发布推文)。
https://dev.twitter.com/docs/api/ 1/获取/状态/显示/%3Aid
This is possible via twitters settings page, however there's no API available for this.
If you mean
source of the tweets
? LikeWeb
,Mobile Web
,Twitter for Blackberry
Source of tweets (Application user tweeted with) is returned for each tweet gotten.
https://dev.twitter.com/docs/api/1/get/statuses/show/%3Aid