求同步发博文和同步发微博的实现原理

WBOY
Release: 2016-06-23 14:15:37
Original
941 people have browsed it

假设我同时有人人网,qq空间,新浪博客的帐号。如何实现将同一篇文章同步发到人人/qq空间/新浪博客等等。。。。


回复讨论(解决方案)

接口

你说的这三家都有发一条微博/文章/说说的接口

看一下他们的api说明文档 在你的网站上使用  设置好相关的内容 就可以实现发一个东西同时在这三个地方也发.

去人人网,qq空间,新浪博客的帐号申请id和key,然后使用它们的平台接口

最好使用队列来延迟同步,加上重试队列确保排除网络问题,基本上就可以了

人人网,qq空间,新浪博客的帐号申请id和key,然后使用它们的平台接口

最好使用队列来延迟同步,加上重试队列确保排除网络问题,基本上就可以了

使用接口来实现这个功能。。。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!