I've been googling for a really long time, and there is no example of how to display TwitterResponse object to something that datagrid or listview can display ... anyone has any solution to that ?

BTW, i tried to convert TwitterResponse to JSON Object, and itz just chaos ...

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I've never used it, but it's clear from the documentation for Twitterizer that you need to bind to the ResponseObject property of the TwitterResponse object. If that is enumerable and contains properties then you should be able to bind to it.

link|improve this answer
This is correct. Do what Dan says. – Ricky Smith Jan 3 at 22:34
I used a very complicated way ... convert it to a JSONObject i found in Facebook SDK, and dictionary.Dictionary it ... but , thanks for the help ! – aladdin Jan 7 at 5:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.