开发者

Twitter Web service in Silverlight

开发者 https://www.devze.com 2023-01-01 20:24 出处:网络
I want to use twitter web service in my silverlight a开发者_运维知识库pplication but don\'t know where I can find skd and web service reference for the twitter ?When using twitter API with silverlight

I want to use twitter web service in my silverlight a开发者_运维知识库pplication but don't know where I can find skd and web service reference for the twitter ?


When using twitter API with silverlight or any .net client app, you cannot just add a service reference to the project. You have to hand code and make direct calls to each feature you require. You should go through the their API wiki here and a tutorial here.

If you want things done fast, use a library like tweetsharp.

0

精彩评论

暂无评论...
验证码 换一张
取 消