Currently I am developing android application using Facebook SDK. And now, the actual size is more than 35 mb, where 22 of them is Facebook SDK library.
Is there any way to decrease it's size? or can I use facebook api without actual sdk?
Currently I am developing android application using Facebook SDK. And now, the actual size is more than 35 mb, where 22 of them is Facebook SDK library.
Is there any way to decrease it's size? or can I use facebook api without actual sdk?
You don't need any SKDs in order to use Graph API. They just make things easier when working with Facebook, having a lot of stuff already done for you.