我可以使用任何 jar 文件从 twitter 获取个人资料信息吗?
我在我的应用程序中使用 Twitter 登录,一旦用户使用他的 Twitter ID 登录,我需要从 Twitter 检索基本个人资料信息。
有没有jar文件可以实现这个功能?
我在一些 JAR 文件的帮助下在 facebook
个人资料检索中做了同样的事情,并且更容易集成。
我还尝试使用来自 Twitter 开发者网站的 Android 版 twitter4android,但它相当复杂。如果您知道有任何 jar 文件,请告诉我。
提前致谢。
I am using a Twitter login in my application and once when a user logs in with his twitter id I need to retrieve the basic profile information from the twitter.
Is there any jar file to achieve that?
I did the same thing in facebook
profile retrieval with the help of some JAR file and it is easier to integrate.
I also tried with twitter4android
from twitter developer site for android but it is quite complicated. If there is any jar file as you know please let me know.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用 Twitter4j jar 文件。
使用下面的代码,您可以获取有关任何用户的所有详细信息。
You can use Twitter4j jar file.
With the below code , you can get every detail about any user.
Twitter4J 可能会满足您的需求。
Twitter4J may meet your needs.
Twitter 开发者官方网站上列出了 3 个非常好的 Twitter Java 库。
Twitter Java 库
There are 3 very good Twitter Java libraries listed on the official Twitter developer website.
Twitter Java Libraries