I'v created a facebook sdk 3.5 binding project using the same method described in : https://github.com/xamarin/monodroid-samples/tree/master/Facebook
Everything is working well, but i have one problem, the facebook binding project uses Mono.Android.Support.v4, my main project uses Xamarin.Android.Support.v4 and these two can't live together. So i tried to change Facebook.Binding project to use Xamarin.Android.Support.v4 and i keep getting a compilation error:
"The type or namespace name 'FacebookDialog' does not exist in the namespace 'Xamarin.FacebookBinding.Widget' (are you missing an assembly reference?)"
By reading the error it's clearly some wrong mapping issue, any help on this?