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.
Xamarin.Android (previously known as Mono for Android) is an implementation of Mono that runs on the Android platform, allowing you to write Android applications in C# using native Android libraries as well as using the .NET BCL (Base Class Libraries).
0
votes
0answers
30 views
User table vs friendlist Table
Original question posted
Here
I'm having trouble getting a friendlist table to read correctly. I'm using Xamarian's Facebook Component. I've taken an example that displays an alert showing a count of ...
0
votes
1answer
59 views
How to implement social api (facebook) for monodroid/mvvmcross application?
Which api do you use to implement facebook in monodroid/mvvmcross application ?
Someone tried to do a java bindings library from facebook android sdk ?
I just have to send a picture on the wall of a ...
2
votes
0answers
79 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
1answer
256 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
641 views
Java.Lang.NoClassDefFoundError: com.facebook.android.R$drawable Error when using ForceAuthDialog
I noticed that after I updated my Monodroid SDK and tried to use the following:
facebook.Authorize(activity, FB_PERMISSIONS, Facebook.ForceDialogAuth, new LoginDialogListener());
I get this error: ...
0
votes
0answers
120 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 ...
2
votes
3answers
637 views
Using the Facebook API from Mono
I am developing a mobile application with MonoTouch and Mono for Android, and possibly Win8. I need to access the Facebook API, and I would prefer to do that in C# given the above mentioned platforms.
...
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 ...
