monotouch-bindings の facebook api ラッパーが必要なので、github からmonotouch-bindingsのパッケージ全体をダウンロードしました。
コンパイルできませんfacebook dll
(macosx 10.8.3 で実行しています)。
フォルダーから make コマンドを実行すると、次monotouch-bindings-master/facebook
のエラーが表示されます。
git clone git@github.com:facebook/facebook-ios-sdk.git
Cloning into 'facebook-ios-sdk'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
make[1]: *** [facebook-ios-sdk] Error 128
make: *** [build-binding] Error 2
私もmakeで試しましsudo
たが、同じエラーが発生します。が存在するかどうかを確認しましたが、github.com:facebook/facebook-ios-sdk.git
存在するようです。