简体   繁体   中英

Fetching tweets from twitter

我想从IPL官方页面获取推文并显示在我的android应用中。如何进行此操作?我以前从未在android中使用过twitter。我在互联网上搜索并找到了许多与创建twitter登录相关的文章,但无法找不到与从android中的Twitter中的特定页面获取推文有关的学习材料。如果有人能告诉我我应该如何进行此操作的步骤,我将不胜感激?

i have used twitter4j Library for twitter

Twitter4J is an unofficial Java library for the Twitter API. With Twitter4J, you can easily integrate your Java application with the Twitter service. Twitter4J is an unofficial library.

Twitter4J is featuring:

  • 100% Pure Java - works on any Java Platform version 5 or later
  • Android platform and Google App Engine ready
  • Zero dependency : No additional jars required
  • Built-in OAuth support
  • Out-of-the-box gzip support
  • 100% Twitter API 1.1 compatible

and folow dome twitter4j example http://twitter4j.org/en/code-examples.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM