How to read twitter public time using Silverlight 4.0
Can anyone who can give me a step by step instruction on downloading my twitter public time line using Silverlight 4.0?
I already have a consumer key, consumer secret, token and token secret.开发者_如何学JAVA
Thank you in advance/.
I used LinqToTwitter library. It is quite scenarios complete and it lets you query Twitter in Linq style.
im sure Twitter has an API. Go download it, read its documentation. The best case scenario is if twitter exposes a web service. then things would be trivial implementing it in SL 4.
精彩评论