Facebook Binding SDK 3.6 for Android

6

In my project with Xamarin, I need to use the binding of the Facebook SDK for Android in version 3.6. However, I could only find the binding of version 3.0 , which is out of date.

Does anyone know where I can find the Facebook Binding SDK for Android in version 3.6, or how to adapt what I found for the newer SDK? Is there any other alternative?

    
asked by anonymous 20.01.2014 / 18:19

1 answer

5

There are a couple of alternatives for you to use:

Alternative 1 - Using Facebook MonoDroid-Samples

You can simply follow the steps given by the page that you referenced yourself:

  • Download the SDK by clicking here
  • Extract% with%
  • Go to folder ZIP
  • Rotate facebook
  • Rotate android update project -p .
  • Rotate ant debug
  • Copy the zip -r facebook-android-sdk.zip bin/classes.jar bin/AndroidManifest.xml res file to the Jars folder of your project
  • Alternative 2 - Using the Xamarin Store coponent

    There are several components:

    Alternative 3 - Using the Facebook SDK for .NET

    This project can be found here , has its code open and is recommended for use in Windows 8 and Windows Phone, in addition to running on Mono / Xamarin

        
    21.01.2014 / 05:36