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.

Mono is an open source implementation of .NET that runs on many platforms, including Linux, Mac OS X, and Windows. This allows running .NET applications on platforms other than Windows with little to no modification.

learn more… | top users | synonyms

1
vote
1answer
315 views

Install Facebook SDK just for Facebook Mobile App Install Ads

I'm trying to enable Facebook Mobile App Install Ads for my iOS app, I've installed Facebook SDK, the SDK itself is around 13MB. I'm just concerned about the size of my app, should I incorporate the ...
0
votes
0answers
122 views

How to use facebook SDK on Mono?

I'm an old developer of microsoft .Net/C# and now I'm trying the evaluation version of mono for android. I like it very much but is about a week that I'm trying to do something on facebook. Assuming ...
1
vote
1answer
1k views

Facebook SDK for Mono for Android

Can any one guide me how to integrate FB sdk for Mono platform for android in C#. I've tried implementing from some sample JAVA codes which are available but have not got any success. I would ...
0
votes
1answer
50 views

facebook: Is there a documented way to send facebook updates from an external application?

Is there an official way for sending facebook updates (i.e. wall texts with links) from a (desktop) application? Does anyone know an existing .NET library for doing this?