Hi,
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.
Thank you in advance/.
Hi,
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.
Thank you in advance/.
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.
I used LinqToTwitter library. It is quite scenarios complete and it lets you query Twitter in Linq style.