SDK for windows phone for Twitter API

落爺英雄遲暮 提交于 2019-12-01 13:31:28

There a few tutorial about buliding Twitter app. An example. There are also a lot examples of Twitter apps in WPF or OpenSource projects like Witty which can be easly changed to SL for WP7.

Client-side OAuth manager DLL / Documentation:
http://cropperplugins.codeplex.com/releases/view/57233

You can view the source here:
http://cropperplugins.codeplex.com/SourceControl/changeset/view/66350#1710422

Doc here:
http://cheeso.members.winisp.net/OAuthManager1.1

It allows you to specify params like username, password, consumer key, secret key, and it generates the required HTTP headers for you.

See also, this discussion.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!