I'm playing with the Facebook development toolkit and I can't get profile.setinfo to work. The documentation is not useful. I'm using the latest source - 28656.
Can someone post a VB.Net example for me please?
Update: I was asked for a specific problem, so here it is:
Setinfo takes a List(Of facebook.Schema.info_field)
and info_field is supposed to take a List (Of facebook.Schema.info_item)
but it seems to want an itemsLocalType instead. So the error is
Unable to cast object of type 'System.Collections.Generic.List`1[facebook.Schema.info_item]' to type 'itemsLocalType'.