Why Facebook SDK for android is so large?

2019-05-07 03:01发布

问题:

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?

回答1:

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.