本文介绍了发布更新(消息)微博的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何发布消息只使用JavaScript的(没有服务器端的认证方式)到Twitter。

How can I post a message to twitter using only javascript (no serverside authentification).

例如我有一个用户名,密码形式,和一个文本字段和一个提交按钮。

For example I have a form with username, password, and a text field and a submit button.

我想用它在网站的后台。

I want to use it on the backend of a website.

我看了这个, http://dev.twitter.com/doc/post /状态/更新,但我不知道如何处理的用户名的鉴别。

I have read this, http://dev.twitter.com/doc/post/statuses/update but I do not know how to handle the authentification of the username.

(我知道,它涉及到做这种方式很多安全隐患)

(I know that it involves many security risks doing it this way)

推荐答案

无论是使用JavaScript Twitter的API帮手的

either use the javascript twitter api helper athttp://sources.disruptive-innovations.com/twitterHelper/tags/latest/TwitterHelper.html

或更容易的方法是使用来自Twitter的@anywhere API( http://dev.twitter.com/anywhere/begin

or the far easier way is to use the @anywhere api from twitter(http://dev.twitter.com/anywhere/begin)

这篇关于发布更新(消息)微博的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 04:08
查看更多