Hello, I include basic Facebook status update functionality in my game as a means to promote it, I did this by building the java components from the facebook Android https://github.com/facebook/facebook-android-sdk/tree/master/facebook/src/com/facebook/android SDK inside of my mono project (Build Action = AndroidJavaSource), I had to amend FbDialog.java to reference the drawable for the cross by integer and I also had to include the CustomWebView.java fixed mentioned http://www.zubha-labs.com/workaround-for-null-pointer-excpetion-in-webv here as I kept seeing crashes on my Droid2.
I then made a helper class in C# which used JNI to call into another helper class I made in Java which then used the Facebook SDK directly to do my posting. It sounds like a handful and it took me a couple of days but it isnt impossible. Cheers Warren http://market.android.com/details?id=com.Exterminator.Game Exterminator Game on Android Marketplace http://www.exterminator-game.com Game WebSite Here is a list of the components for Facebook in my project http://mono-for-android.1047100.n5.nabble.com/file/n5111561/fb.jpg -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Facebook-Connect-bindings-for-MonoDroid-tp5111515p5111561.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
