If you should happen to see this error when calling Users.GetInfo() it's because facebook changed something in the way their hs_info is passed down and the C# API is not expecting nullable values.
Here is the fix:
recompile the binaries from source with the following members and their referencing properties set to set to int?
These are members of > Facebook.Schema.hs_info
private int? grad_yearField;
private int? hs1_idField;
private int? hs2_idField;
If you don't have the capability or need to get your site running ASAP.. i've attached the binaries with this change already compiled in.
~Lucas Smolic
File Attachments
recompiled_binaries.zip
Xsd2CodeSource.cs
http://facebooktoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=17036
asp.net facebook application etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
asp.net facebook application etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
Could not deserialize data returned from server
Gönderen
pantepember
31 Mart 2010 Çarşamba
Etiketler: asp.net facebook application
facebook application notes
Gönderen
pantepember
29 Mart 2010 Pazartesi
* Canvas Callback URL
debug yapabilmek için,
http://localhost:3681/Musicower.Web.Test/
'e ayarlarsın ve lokaldeki kodlar çalışır.
yayına almak için, sunucu adresine ayarlarsın;
http://212.154.37.195/Musicower/
Etiketler: asp.net facebook application
facebook app - asp.net facebook application links
Gönderen
pantepember
17 Kasım 2009 Salı
http://www.alialtugkoca.com/arsiv/facebook-uygulama-gelistirme-1-gerekenler-onhazirlik/
http://www.marketing-ninja.com/asp-net/5-facebooknet-development-tips/
http://www.stevetrefethen.com/wiki/Facebook%20application%20development%20in%20ASP.NET.ashx?NoRedirect=1
http://www.stevetrefethen.com/blog/DevelopingFacebookApplicationsInCWithASPNET.aspx
Etiketler: asp.net facebook application