[mono-android] Login with Facebook on Mono for Android

2012-09-17 Thread HemSingh
Hi, I have to built an app with mono for android. I am new to monodroid. I am using Visual Studio for development. My app will work with Facebook. e.g. User will loging with facebook account and then he can like and share Restaurants. I need some guide where I can start. Thanks Hem Singh -- Vie

Re: [mono-android] Login with Facebook on Mono for Android

2012-09-23 Thread HemSingh
Jon Thanks for the reply. I already have this example but looking some complex anyway I am trying on it now... - Thanks & Regards, Hem Singh -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Login-with-Facebook-on-Mono-for-Android-tp5711824p5711926.html Sent

[mono-android] problem inserting data in Sql Server in release mode

2012-10-03 Thread HemSingh
Hi, I am inserting data in Sql server successfully from my app in debug mode but it is neither working in release mode nor in a mobile device... I have checked the dlls in .apk by extracting it and there are all the dlls which I have added in my app. Here is my code: protected void addUser(int id,

Re: [mono-android] problem inserting data in Sql Server in release mode

2012-10-03 Thread HemSingh
for Android] < ml-node+s1047100n5712063...@n5.nabble.com> wrote: > On Oct 3, 2012, at 3:18 AM, HemSingh <[hidden > email]<http://user/SendEmail.jtp?type=node&node=5712063&i=0>> > wrote: > > Edit: I am getting System.NotSupportedException: > > Unfortunately

Re: [mono-android] problem inserting data in Sql Server in release mode

2012-10-08 Thread HemSingh
I have started a thread on xamarin for the same & it is solved there. so giving the link here if someone visits this thread for help in future. http://forums.xamarin.com/discussion/comment/160 - Thanks & Regards, Hem Singh -- View this me

[mono-android] parse facebook friend list in josn

2012-10-08 Thread HemSingh
Hi, I am getting facebook friends list in the following format: How can I parse them with System.Json in I am able to parse the profile values of a user but not friends list. I have tried many options but not succeeded. - Thanks & Regards, Hem Singh -- View this message in context: h

Re: [mono-android] parse facebook friend list in josn

2012-10-10 Thread HemSingh
Hi, I can't use Newtonsoft.Json. it is creating lots of problems in my Mono 4 Android project. It is asking for many other dll files. And I am already using System.Json. So I m using ServiceStack.Text desiralizer as below but not succeeded: getting error while trying to get id. The error is: in