Skip to content Skip to sidebar Skip to footer

Facebook-android-sdk Compatibility Issue

I am using this sample application : https://github.com/prajwol/Birthday-Reminder in which they have used old facebook-android-sdk, but now they are pointing to Facebook android SD

Solution 1:

You seem to have solved your own problem. Get the new SDK and resolve the issues. If the project is not compatible with new SDK, then you'll have to find the parts that are incompatible and modify them to be compatible.

If this is too hard/not worth it, then drop the sample app and go find a sample that works with the newer SDK.

Post a Comment for "Facebook-android-sdk Compatibility Issue"