- 1、本文档共56页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
腾讯微博客户端的设计与实现—本科毕业论文
腾讯微博客户端的设计与实现
摘要:微博,即微博客(MicroBlog)的简称,是一个基于用户关系的信息分享、传播以及获取平台,用户可以通过WEB、WAP以及各种客户端组建个人社区,以140字左右的文字更新信息,并实现即时分享。
此客户端是在VS2010平台下利用微软的MFC(微软基础类库
关键词:微博,腾讯,MFC,API接口
Design and Implementation of Tencent Microblog Client
Abstact: Micro blog (MicroBlog), referred to as microblogging, is a relationship based on user information sharing, dissemination and access to the platform, users can set up individual communities, through the WEB as well as a variety of clients to update the information in about 140 words of text, and to achieveinstant sharing. The microblogging integrates the advantages of mobile phone text messages, blog and social networking sites, consumers from the original simple information receiver to become a full participant to receive and publish information, so that the society entered the era of universal reporter.
This client is developed by using Microsofts MFC (Microsoft Foundation Class Library) in VS2010 platform. By calling Tencent microblogging opening platform API interface get Tencent microblogging users information. Through this client, users can access their own information, the new microblogging, check the microblogging of users that they are listening and reviews and collection. At the interface, using MFC controls. Perfect control function allows users to more easily use the customer a single to complete some of the basic operation of microblogging. Keywords: MicroBlog , Tencent , MFC , API interface.
目录
一、绪论 1
1.1引言 1
1.2微博的定义与特点 1
1.2.1微博的定义 1
1.2.2微博的特点 2
1.3国内外研究发展综述 2
1.3.1国外发展综述 2
1.3.2国内发展综述 3
二、系统开发环境简介 5
2.1系统开发软件环境 5
2.1.1 Visualstudio.NET2010简介 5
2.1.2 腾讯微博开放平台 5
2.2系统开发硬件环境 6
三、软件需求分析与总体设计 7
3.1系统需求分析 7
3.1.1 功能需求 7
3.1.2 稳定性需求 7
3.1.3 其它需求 7
3.2 微博客户端设计概要 8
3.3 微博客户端认证机制 8
3.3.1 腾讯微博 API OAuth认证介绍 8
3.3.2 OAuth认证机制介绍 8
3.3.3 OAUTH认证机制的运行过程 9
3.4 微博客户端信息抓取流程 10
3.4.1 CWeiboParam参数类及微博相关参数简介 11
3.4.2 信息传递函数SyncRequest()简介 11
3.5 对返回值的解析 12
3.5.1 Json格式简介 12
3.5.2 腾讯微博API对Json格式的解析
文档评论(0)