简体   繁体   English

如何将Google+与Facebook一样集成到Android应用程序中?

[英]How to integrate Google+ in to android application same as facebook?

Hey I know this may be the duplicate post from other google plus post. 嘿,我知道这可能是其他Google Plus帖子的重复帖子。 But I still found nothing useful using that I can started my development. 但是,我仍然没有发现可以用来开始开发的任何有用的东西。 I want to integrate Google+ with my android application same as Facebook integration. 我想将Google+与我的android应用程序集成在一起,就像Facebook集成一样。

I want to show the latest posts as well as I want to post my application data from my application. 我想显示最新的帖子,也想发布应用程序中的应用程序数据。

Can anyone help me to achieve this goal...?? 谁能帮助我实现这个目标...?

Thanks in advance. 提前致谢。

Something for you interested.. 您感兴趣的东西。

Google+ Platform Java API Starter Project Google+平台Java API入门项目

These starter projects demonstrate use of the Google+ APIs and development best practices. 这些入门项目演示了Google+ API的用法和开发最佳实践。 You can use them as a starting point for building your own Google+ applications. 您可以将它们用作构建自己的Google+应用程序的起点。

These starter projects are the easiest way to get up and running with each library. 这些入门项目是启动和运行每个库的最简单方法。 They include everything needed to use OAuth authentication and demonstrate a few simple API calls . 它们包括使用OAuth身份验证和演示一些简单的API调用所需的一切。 Even though some languages may not have starter projects, you can still use those libraries with Google+ . 即使某些语言可能没有入门项目,您仍然可以将这些库与Google+ Check the project home page for the library for instructions on how to get started. 检查项目主页的库,以获取有关如何入门的说明。

They are available for these platforms: 它们可用于以下平台:

* Command line
* Google AppEngine
* J2EE web application
* Android 

Also play with LiveDemo 也可以玩LiveDemo


UPDATE: 更新:

Yes, you can integrate LinkedIn to your android application. 是的,您可以将LinkedIn集成到您的android应用程序中。

LinkedIn 领英

LinkedIn provides a REST based API . LinkedIn提供了基于REST的API you can code to that API using the Apache HTTP Client 您可以使用Apache HTTP Client对该API进行编码

visit the LinkedIn Developers site here 此处访问LinkedIn开发人员网站

also this might be helpful (I am not familiar with it, though): http://code.google.com/p/jlinkedin-linkedin-java-api/ 这也可能会有所帮助(不过我不熟悉): http : //code.google.com/p/jlinkedin-linkedin-java-api/

Also Here is the sample project and Source-Code 这也是示例项目源代码

Also look at this SO Question Posting LinkedIn message from Android application and LinkedIn integration with Android .. 还可以查看来自Android应用程序的该SO Question Posting LinkedIn消息以及与Android的LinkedIn集成 ..

Thanks... 谢谢...

您可以使用Google+ API https://developers.google.com/+/overview可能无法发布到活动流。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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