Twitter API Client(gridtwit) oauth demo C++源代码

时间:2013-10-05 12:22:35
【文件属性】:
文件名称:Twitter API Client(gridtwit) oauth demo C++源代码
文件大小:509KB
文件格式:GZ
更新时间:2013-10-05 12:22:35
twitter api oauth c++ gridtwit 附件有更新,新增了以前没有实现的tweet功能,这里附件不能更新,请有兴趣的,到这里去下载:http://code.google.com/p/gridtwit/ ---------------------------------------------------------------------- you can refer to the demo program "gridtwit": http://code.google.com/p/gridtwit/ especially the files: "gridtwit_client_oauth_demo\Demo_Description.doc" and "gridtwit_client_oauth_demo\liboauth-0.9.1\tests\gridtwit.c" It details oauth authentication flow and coding(c++, liboauth). ----------------------------------------------------------- Version info V0.1.0 20100915 oauth authentication flow demo request token direct token access token timeline get get public timeline get friend timeline get following timeline get user timeline ids get get user's followed friends' ids (followers' ids) get user's following friends' id tweet get get tweet by id V0.1.1 20100923 tweet send the function works ok. upgrade liboauth liboauth-0.9.1 <- liboauth-0.8.9 Prompt: The latest version information in the file gridtwit.c recorded in the third line. ------------------------------------------------------------------------------- gridtwit_client_oauth_demo_src_0.1.0 用 C++ 语言实现 twitter 的 oauth 鉴权全过程。另外还有详细的文档试用说明(Demo_Description.doc)。这里拿出来共享,是希望大家在做同类产品时,在 OAUTH 鉴权过程中,可以参考这个,并少花点时间。 文件清单: gridtwit_client_oauth_demo.tar.gz file list: | Demo_Description.doc | gridtwit_run_output_info.txt | \---liboauth-0.8.9 | aclocal.m4 | AUTHORS | ChangeLog | compile | config.guess | config.sub | configure | configure.ac | COPYING | COPYING.GPL | COPYING.MIT | depcomp | Doxyfile.in | INSTALL | install-sh | liboauth.lsm.in | LICENSE.OpenSSL | ltmain.sh | Makefile.am | Makefile.in | missing | NEWS | oauth.pc.in | README | +---doc | libOAuth.png | mainpage.dox | mainpage.dox.in | Makefile.am | Makefile.in | oauth.3 | +---m4 | libtool.m4 | ltoptions.m4 | ltsugar.m4 | ltversion.m4 | lt~obsolete.m4 | +---src | config.h | config.h.in | hash.c | Makefile.am | Makefile.in | oauth.c | oauth.h | oauth_http.c | xmalloc.c | xmalloc.h | \---tests commontest.c commontest.h gridtwit.c ---- add Makefile.am ---- Modified, please cover the original file Makefile.in ---- Modified, please cover the original file oauthbodyhash.c oauthdatapost.c oauthexample.c oauthsign.c oauthtest.c oauthtest2.c selftest_eran.c selftest_other.c selftest_wiki.c
【文件预览】:
gridtwit_client_oauth_demo
----Demo_Description.doc(260KB)
----liboauth-0.8.9()
--------missing(11KB)
--------ltmain.sh(238KB)
--------Doxyfile.in(53KB)
--------COPYING(112B)
--------COPYING.GPL(18KB)
--------compile(4KB)
--------aclocal.m4(41KB)
--------m4()
--------tests()
--------INSTALL(9KB)
--------configure(424KB)
--------ChangeLog(5KB)
--------install-sh(13KB)
--------Makefile.in(28KB)
--------depcomp(17KB)
--------AUTHORS(1KB)
--------src()
--------oauth.pc.in(286B)
--------COPYING.MIT(1KB)
--------configure.ac(6KB)
--------config.guess(44KB)
--------README(2KB)
--------config.sub(34KB)
--------NEWS(0B)
--------doc()
--------Makefile.am(829B)
--------liboauth.lsm.in(548B)
--------LICENSE.OpenSSL(7KB)
----gridtwit_run_output_info.txt(10KB)

网友评论

  • 看着 等更新