I am looking for a native facebook application for android application. I need to display all the feeds that has been posted in my account.
Sample example code shall be useful.
Looking forward for your response.
Have a look at this example, this may help you.
http://www.integratingstuff.com/2010/10/14/integrating-facebook-into-an-android-application/
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.
I have done with facebook integration
But by adding complete library to my application it was using lot of memory
For this I want to take necessary file only
But I'm unsuccesful for attempting this.
Can i have faacebook integration without adding complete library?
Is there are any tutorials for this? though i have searched i didn't found it.
Hope my question is clear.
The official Facebook Android sdk is huge and complicated.
I recommend you use this sdk instead:
http://www.easyfacebookandroidsdk.com/
It's just 480Kb. I am not affiliated with those guys.
Please follow the following tutor FacebookExample and you can also download source code with a small FacbookSdk library from this link Saurabh-12 github Hope this will help you
Thanks
If you just want to share message you can use Share Intent.
But if you want whole lot of functionality like getting profile , contacts , albums, uploading photos , then you need to use sdk.
Secondly the available solution for facebook integration
facebook sdk
socialauth-android sdk
are lightweight and will not consume much memory.
Edit:
This may help you. You need to check facebook package name com.facebook.katana
Android and Facebook share intent
I want, When i install my app which is directly login using saved gmail credential which is stored in Setting->accounts and sync.How it is possible it has any good tutorial.
Please help me.
Thanks in advance
This is an in-depth look into how you can authenticate based on the users Android credentials, has an example of how things work and how the UI should be try this
use some refrence api also available link
You can get help from android developer blog link
After all surfing for answer for this question i have found great tutorial for start to end
implementation. click here
I am planing to build an android app, which will have user posted content and comment on that content. I want to use a ready made solution for the comments, which is also viral.
For example, using Facebook comments for website can do the job. But I am not able to locate such a plugin for Android (java) app.
Is there a way I can do it easily? or should I build my app using phone gap or something like that and use fb comments widget.
Will there be any problem in approval if the app is in phone gap?
Thanks in advance!
#happyhardik This might be just what you're looking for: Socialize. http://www.GetSocialize.com. SDKs for both iOS and Android. Integration with Facebook (and soon Twitter). Let me know if it's what you wanted!
I m using share to Facebook using the following url and load that url in web view but i cant able to type comments and also some time post button is also not working.
http://www.facebook.com/sharer.php?u=xxx&t=yyy&refsrc=http://m.facebook.com/sharer.php
Can any one provide good solution or an alternative for this (plz give example for using api for facebook share and wall post).
Thank you.
I have written a quick tutorial about how to integrate official Facebook Android SDK into your Android apps.
Check it out here. I feel it'll help you