【问题标题】:get tweets from tweeter to android studio从 twitter 获取推文到 android studio
【发布时间】:2019-04-27 18:00:40
【问题描述】:

大家好,我只是想问一下是否有可能从 Twitter 获取推文,然后将其扔到 android studio 中的项目中?如果可能的话,谁能告诉我怎么做?论文目的。非常感谢

【问题讨论】:

标签: android android-studio android-fragments android-activity


【解决方案1】:

您可以从 Twitter API 获取特定用户的推文,但没有人会将其扔到 android studio 中的项目中。

您必须创建 Android 项目并使用所需的身份验证参数访问 API,然后它将为您提供用户的推文。

要了解有关 API 和 AUTH 参数的更多信息,请访问以下链接:

  1. Get Tweet timelines - developer.twitter.com
  2. Android, getting new tweets from specific users
  3. Show Tweets - Github

获取用户推文的示例项目:

  1. How can get the twitter tweets in android list view from a twitter public page
  2. Show user tweets.

希望这会有所帮助。

【讨论】:

    猜你喜欢
    • 2016-02-16
    • 1970-01-01
    • 2015-10-14
    • 2016-06-21
    • 1970-01-01
    • 2012-10-06
    • 2013-02-02
    • 1970-01-01
    • 2023-03-31
    相关资源
    最近更新 更多