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.
Asked
Active
Viewed 248 times
1
3 Answers
1
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.

Stephan Branczyk
- 9,363
- 2
- 33
- 49
1
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
-
shareintent can i have examples on it – Ramya Jun 26 '13 at 06:04
1
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

SAURABH_12
- 2,262
- 1
- 19
- 19