Facebook integration without library in android - android

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

Related

App Logging using facebook sdk last version

Please I want to login using facebook sdk last version
I tried a lot to follow steps in facebook tutorials but it does not succeed
Can anyone help me please?
Explaining each and every step to integrate facebook sdk in android app is bit vague.May be you can refere this link from AndroidHive which gives you basic implementation.
Another useful link from parse.com or even you can follow Tutorials Point
I recommend you use This Library(Simple Facebook), so easy and straight forward.

Android: Can anyone guide me to add the tips and photos to foursquare using the android application?

i am integrating foursquare app in my android app. In this i have to add the tips and photo's with the checking option. please any one give me suggestions in making code. thanks in advance.
The documentation for the foursquare API is available at http://developer.foursquare.com. There you can find the documentation for how to access tips, photos, and check-ins.

Facebook android SDK and App Distribution and Deep Linking

I am trying to make App Distribution from Facebook for android apps. But the official docs don't mention this possibility for android.
To be clear, the second part of step 9 in Facebook tutorial for iOS:
http://developers.facebook.com/docs/mobile/ios/build/#linktoapp
is what I need, but
Facebook tutorial for android:
http://developers.facebook.com/docs/mobile/android/build/
doesn't mention such a possibility.
Is there a way to implement this kind of app distribution or not?
Please help.
Thanks in advance
No, currently you can't do this on Android. But it is on the way, I was recently told 'within weeks' by a Facebook developer at one of their mobile hack days.
UPDATE:
The sdk for this is now available, here:
https://developers.facebook.com/docs/mobile/android/deep_linking/
In case someone will search for this, now it's possible to use facebook deep linking on Android. Here's their documentation.

facebook implementation in android

I am developing android application which involves implementation of facebook.I have found one example listed on
http://www.androidpeople.com/android-facebook-api-example-using-fbrocket/
It is running fine.But when i delete libraries from the code it gives error.Can anyone give me example
Thanks in advance
Tushar
The best link for me was:
http://integratingstuff.com/category/web-services/facebook/
It uses the official Facebook SDK from facebook for Android and works really great.
remember to try it on an emulator since the device will be looking for a single logon from facebook from your phone, and for that to work you have to register a key-hash in your application on Facebook (which is clearly explained in the official Facebook SDK for Android.
Other links that might be helpful:
http://www.shoutmeloud.com/how-to-acquire-your-facebook-api-key.html
http://stackoverflow.com/questions/2953146/android-java-post-simple-text-to-facebook-wall

How to share my android app with facebook?

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 :)

Categories

Resources