Home > Backend Development > PHP Tutorial > 如何自动发布微博??

如何自动发布微博??

WBOY
Release: 2016-06-06 20:45:59
Original
1519 people have browsed it

情况是这样:
我自己写了一个网站(PHP的),
我专门为此网站申请了一个新浪微博,
当我在自己网站的后台添加文章时,怎样自动发布一条相应的微博?

需要向新浪申请什么KEY之类的东西吗?
最好给出此程序的大概制作流程,谢谢!

另外,如果再写腾讯微博的自动发布代码,区别大吗?

回复内容:

情况是这样:
我自己写了一个网站(PHP的),
我专门为此网站申请了一个新浪微博,
当我在自己网站的后台添加文章时,怎样自动发布一条相应的微博?

需要向新浪申请什么KEY之类的东西吗?
最好给出此程序的大概制作流程,谢谢!

另外,如果再写腾讯微博的自动发布代码,区别大吗?

你自己申请的应用得到的key用相同的号发是没有限制的,也就是说不用重新受权什么的

你可以用微博的测试工具生成 一个token,然后用这个token就可以了
代码看起来是这个样子的

<code>$conn.post 'statuses/update.json', {:status => text, :access_token => Admin.weibo_access_token}
</code>
Copy after login
Related labels:
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