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.

Binding provides a simple and consistent way for applications to present and interact with data.

learn more… | top users | synonyms (1)

2
votes
1answer
88 views

Monodroid .jar Binding Issue

I'm trying to fix some binding errors with the Facebook SDK. I have two functions that have the same name "setPermissions" in the same class. The IntPtr generated by the Monodroid binding generator ...
5
votes
2answers
290 views

Facebook v3 sdk monodroid binding

Has anyone tried to create a new monodroid binding for version 3 of the Facebook sdk? I've been using the older version of the Facebook sdk created with Monodroid Facebook Binding. But the new ...
0
votes
1answer
288 views

Monotouch Facebook Binding Publish to Wall crash

I downloaded and build the facebook-binding from https://github.com/mono/monotouch-bindings The authentication works, but when I try to post something to my wall I get native crashes. After the "Post ...
4
votes
2answers
1k views

Facebook api with monotouch

I'm having troubles using the facebook binding from here ( https://github.com/mono/monotouch-bindings/tree/master/facebook ) and the problem is that the authorize ( login ) function doesn't work on ...