Akismet API

by 28star.com


以下使用的api key为临时key,正式使用时自行注册。
注册步骤:
1.只能使用代理服务器访问 wordpress.com
2.注册wordpress用户 http://wordpress.com/signup/
3.邮件激活
4.进入个人配置文件 http://你的blog名.wordpress.com/wp-admin/profile.php,
  右边可以看见“Your WordPress.com API key is:”的字样,这里就是显示你api的地方。
Update: 2008-02-29得知几个月前Akismet.com也被和谐,至此这个反垃圾回复服务在中国被彻底封杀。
Update: 2008-03-04今天修改这个页面的时候,同事无意点了提交按钮,发现Akismet.com复活了,希望不要太快死掉。
akismet_auto_check_comment(验证是否垃圾回复) 将提交者的web log特征和内容,提交到akismet服务器进行验证,返回true/false。
Api Key: *必要参数
referrer:
blog:
user_ip:
user_agent:
comment_author:
comment_author_email:
comment_author_url:
comment_content:
comment_type:
or return Demo
akismet_submit-ham/spam(提交 垃圾/非拉圾 样本) 将提交者的web log特征和内容,作为垃圾或非拉圾样本提交到akismet服务器,返回贺词。
Api Key: *必要参数
is spam:
referrer:
blog:
user_ip:
user_agent:
comment_author:
comment_author_email:
comment_author_url:
comment_content:
comment_type:
or return Demo
akismet_verify_key(验证Wordpress api key) 将Wordpress api key提交到akismet服务器,验证Key是否有效,返回有效/无效。
Api Key: *必要参数
blog:
or return Demo

more...
↑Top↑ - Blog - 28star.com
©2008 28star