We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
我在与许多开发人员进行大量讨论后找到了它。
Sociallib 是唯一可靠的。
https://github.com/sdossick/SocialLib
它允许集成
这是我找到的最佳解决方案.. 谢谢...
I found it after a lot of discussions with many developers.
sociallib is the only reliable one.
https://github.com/sdossick/SocialLib
It allows to integrate
This is the best solution i have found.. Thanks...
我知道这个问题已经一年多了。然而,如果你在谷歌上搜索,这个问题就会不断出现在结果中。这就是为什么我觉得有必要提供另一个答案。
自 2012 年 6 月以来,出现了一个名为 Socialauth-android 的优秀库,可以轻松集成 4 个流行的社交网络(Facebook、Twitter、Myspace、LinkedIn)。
我还没有任何使用这个库的实践经验,但它看起来非常有前途。一旦我使用了该库,我将发布更多详细信息。
请参阅 socialauth-android 网站
替代链接: - GitHub
I know the question is over a year old. However, if you search on Google this question keeps coming up in the results. Thats why I felt the need to provide another answer.
Since June 2012 a nice library called socialauth-android exists to easily integrate the 4 popular social networks (Facebook, Twitter, Myspace, LinkedIn).
I haven't had any hands on experience with this library yet, but it looks very promising. I will post more details once I've played with the library.
Please see socialauth-android website
Alternative Link : - GitHub
也许使用 ASNE 库 让你的生活更轻松?
只需向您的项目添加依赖项即可:
设置并请求几乎任何内容!
Maybe using ASNE library make your life easier?
Just add dependency to your project:
setup and request almost anything!
Android 使用基于 Intents 的可扩展架构。首选的方法是连接到该框架,而不是像您所要求的那样尝试直接在您的应用程序中支持每个社交网络。优点之一是新的社交网络和新的 API 将自动得到支持。请参阅:
Android uses an extensible architecture based on Intents. The preferred way is to hook into that framework, instead of trying to support every social network directly in your app as you're asking. One advantage is that new social networks and new APIs will be supported automatically. See:
这是一个很老的问题,但我会对此写一个非常好的答案。您可以使用 CloudRail API 轻松完成此操作。
支持 Facebook、Twitter、G+、Instagram、LinkedIn、Yahoo、Windows Live、GitHub 和 Slack 的集成。
只需以相同的方式创建每个对象并获取应用程序密钥和应用程序密钥。例如
等等。
此处是一篇完整的博客文章,向您展示如何实现这一目标。希望有帮助
免责声明:那篇文章是我写的
This is a pretty old question but I will write a very answer to this. You can easily do this using the CloudRail API.
Supports integration of Facebook, Twitter, G+, Instagram, LinkedIn, Yahoo, Windows Live, GitHub and Slack..
Just have to create an object of each in the same way and get an app key and app secret key. For example
and so on.
HERE is a full blog post that shows you how to achieve this. Hope that helps
DISCLAIMER: I wrote that post