Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrating FaceBook, Twitter, Social networks in Android [closed]

Integrating Multiple Social networks into Android with a single common Framework or API or JAR

For iPhone we have ShareKit, which integrates multiple sharing options in one framework. http://www.getsharekit.com/

For android i have no idea if something similar exists. I am building an application which shares information to social networks, like some posts and tweets. Its a simple game, where gamers publish updates about their achievements and levels.. etc.. I used Facebook and twitter APIs but they take up lots of memory and difficult to manage. Also i cannot handle them efficiently. Any help on how to integrate them would be appreciated.

I would like to have a few suggestions on this..

Another Example seems PinkelStar

http://www.pinkelstar.com/ (Not maintained anymore)

Thanks

like image 861
Anoop Chandrika HarisudhanNair Avatar asked Feb 22 '11 10:02

Anoop Chandrika HarisudhanNair


People also ask

What is social media integration in Android?

Android allows your application to connect to facebook and share data or any kind of updates on facebook. This chapter is about integrating facebook into your application. There are two ways through which you can integrate facebook and share something from your application. These ways are listed below − Facebook SDK.

What is integration in social media?

What Is Social Media Integration? Social media integration is defined as the use of social media platforms as part of a digital marketing strategy. That means having active social media accounts and linking them with a brand website to drive prospects to and from the site.

Why do we need social media?

What are the benefits of using social media? Billions of people around the world use social media to share information and make connections. On a personal level, social media allows you to communicate with friends and family, learn new things, develop your interests, and be entertained.

How does social media help people?

Social media may provide individuals with a platform that overcomes barriers of distance and time, allowing them to connect and reconnect with others and thereby expand and strengthen their in-person networks and interactions.


1 Answers

EDIT on 14 July 2012 21.30 IST.

The project is abandoned by the Creator and is no more usable due to changes in Facebook APIs. I contacted the Dev and he is not going to maintain it anymore. I will post any updates. Until then the best option would be to use intents.

Thank you..

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

  • Facebook
  • Twitter
  • Google Buzz
  • LinkedIn

This is the best solution i have found.. Thanks...

like image 153
Anoop Chandrika HarisudhanNair Avatar answered Sep 28 '22 06:09

Anoop Chandrika HarisudhanNair