I am new to Android and i have a doubt regarding facebook integration.
Is it possible to integrate Facebook in our application without adding fbrocket or github in our application and writing our own libraries?
Anyone there, please help me....
Yes, there is the Facebook Graph API.
Related
I want to integrate gmail in my android app just like we do for facebook.
I used the sample provided by "sdk/extras/google/google_play_services/samples/auth" but this is not exactly i wanted. Please give your valuable suggestion. Thanks
you can use xmpp for integrating gmail into your app. It is easy to use. you can download asmack.jar for this.
Hi i am a newbie to android. I have a normal mysql login code and i want to integrate my app to Facebook login. Is there any easy way to do it. Should i have to download any sdk for this?
Please help me. Thanks in advance.
Yes definitely you need a facebook sdk. You can get it from here
I'd prefer you to follow this tutorial to connect/integrate your facebook.
Yes, you have to download facebook sdk and you can integrate facebook as instructed in my answer-
Facebook sdk 3.0.1 is not working properly
Renren is a famous social networking side of chaina is there any example or Tutorial like Facebook or Twitter integration for integrate my android app with Renren. can someone help me.
Thanks
I had complete my renren Integration from here
was just curious as to how I can go about reading Facebook status posts from a particular page through my Android application.
I looked into the Facebook API but that seems to be more related to making Facebook applications, which wasn't my intent.
If anyone can point me in the direction of a guide or link that will explain to me how to do this it will be much appreciated.
Well the whole idea of the Facebook API is so that you can call their functions to give you access to Facebook content. If you want to incorporate them into your Android Application, try using their Android SDK
I am very new to android development, now i am developing an app in android which needs to be
share with the social network like facebook but i haven't got any clue that how to take this step, i hope i can get a proper solution for my doubt.
Thanks,
Balaram.
You probably want to take a look at the Facebook API: http://developers.facebook.com/
Start with Facebook Android SDK at Github & download sdk (sample is included ) & follow the steps. hope it will help :)