Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there a way to use the new facebook sdk in my monotouch application?

share|improve this question

1 Answer

Have you tried using the MonoTouch bindings here: https://github.com/mono/monotouch-bindings/tree/master/facebook

share|improve this answer
It seems that is SDK 3.0. I was wondering about new SDK 3.1, with native UI. – Henrique Duarte Oct 4 '12 at 21:13
You should be able to use the newer Obj-C library (the *.a file), and make the changes to the binding to support anything new. Make sure to make a pull request if you change anything for the better. – jonathanpeppers Oct 8 '12 at 12:04

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.