<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/fetion_api/</link>
<title><![CDATA[中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[其他Unix技术]]></category>
<pubDate>Sun, 22 Mar 2009 02:35:39 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/</guid> 
<description>
<![CDATA[ 
	　　[文章作者：张宴 本文版本：v1.1 最后修改：2010.08.03 转载请注明原文链接：<a href="http://blog.zyan.cc/fetion_api/" target="_blank">http://blog.zyan.cc/fetion_api/</a>]<br/><br/>　　<span style="color: #FF0000;">备注：2010年7月底移动飞信修改协议，造成影响的 sms.api.bz 免费发送短信API接口，已于2010年8月3日19:00恢复正常。</span><br/><br/>　　<a href="http://www.fetion.com.cn/" target="_blank">飞信</a>是由中国移动通信集团公司推出的一款集商务应用和娱乐功能为一体的，基于手机应用以及与Internet深度互通的即时通讯产品，可免费给好友发送短信。<br/><br/>　　1、下载中国移动飞信PC客户端软件（<a href="http://www.fetion.com.cn/downloads/pc.aspx" target="_blank">http://www.fetion.com.cn/downloads/pc.aspx</a>），并注册开通飞信。注册成为飞信用户，下载飞信PC客户端、使用PC客户端基本功能，不收取费用。<br/>　　2、通过PC客户端，邀请并添加免费短信接收方的手机号码（仅限中国移动）到您的飞信好友，该手机号需要通过通过PC客户端、或回复短信接受您的邀请；<br/>　　3、通过 <a href="http://sms.api.bz/" target="_blank">http://sms.api.bz/</a> 提供的 API 接口，即可免费给飞信好友或给你自己的手机发短信。利用本API接口可进行日程提醒、服务器监控、报警、故障通知或短信自动控制等功能。<br/><br/><hr/><br/>　　<span style="color: #FF0000;">飞信免费发短信API接口在线演示页面：</span><br/><br/>　　<a href="http://sms.api.bz/" target="_blank">http://sms.api.bz/</a><br/><br/>　　<a href="https://sms.api.bz/" target="_blank">https://sms.api.bz/</a> （HTTPS加密接口）<br/><br/><br/><br/>　　飞信免费发短信API接口调用方式（通过HTTP访问以下网址、支持GET和POST）：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;"><a href="http://sms.api.bz/fetion.php?username=" target="_blank">http://sms.api.bz/fetion.php?username=</a>您的移动飞信登录手机号&password=您的移动飞信登录密码&sendto=接收短信的飞信好友手机号（也可以是你自己的手机号）&message=短信内容</div><br/>　　注：短信内容最大长度为180个汉字，超过180个汉字不发送。返回的信息为UTF-8编码的中文文本信息。<br/><br/><br/><br/>　　<span style="color: #FF0000;">2009年5月28日新增：</span>飞信免费发短信API接口调用方式（通过HTTPS加密隧道访问以下网址、支持GET和POST，进一步保证您的密码安全）：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;"><a href="https://sms.api.bz/fetion.php?username=" target="_blank">https://sms.api.bz/fetion.php?username=</a>您的移动飞信登录手机号&password=您的移动飞信登录密码&sendto=接收短信的飞信好友手机号（也可以是你自己的手机号）&message=短信内容</div><br/>　　注：短信内容最大长度为180个汉字，超过180个汉字不发送。返回的信息为UTF-8编码的中文文本信息。<br/><br/>　　<a href="http://zyan.cc/attachment.php?fid=70" target="_blank"><img src="http://zyan.cc/attachment.php?fid=70" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/><hr/><br/>　　例1：在Linux命令行下通过curl命令给自己的手机号（假设为13800138000）发送短信（HTTP GET 方式）<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">curl "http://sms.api.bz/fetion.php?username=13800138000&password=123456&sendto=13800138000&message=短信内容"</div><br/><br/>　　例2：在PHP5中通过file_get_contents函数发送短信（HTTP GET 方式）<br/><br/>............<br/><br/>Tags - <a href="http://zyan.cc/tags/%25E9%25A3%259E%25E4%25BF%25A1/" rel="tag">飞信</a> , <a href="http://zyan.cc/tags/fetion/" rel="tag">fetion</a> , <a href="http://zyan.cc/tags/api/" rel="tag">api</a> , <a href="http://zyan.cc/tags/%25E5%2585%258D%25E8%25B4%25B9%25E7%259F%25AD%25E4%25BF%25A1/" rel="tag">免费短信</a> , <a href="http://zyan.cc/tags/%25E5%2585%258D%25E8%25B4%25B9%25E5%258F%2591%25E7%259F%25AD%25E4%25BF%25A1/" rel="tag">免费发短信</a> , <a href="http://zyan.cc/tags/%25E5%2585%258D%25E8%25B4%25B9%25E5%258F%2591%25E9%2580%2581%25E7%259F%25AD%25E4%25BF%25A1/" rel="tag">免费发送短信</a> , <a href="http://zyan.cc/tags/%25E7%259F%25AD%25E4%25BF%25A1%25E7%25BD%2591%25E5%2585%25B3/" rel="tag">短信网关</a> , <a href="http://zyan.cc/tags/%25E5%2585%258D%25E8%25B4%25B9%25E6%2589%258B%25E6%259C%25BA%25E7%259F%25AD%25E4%25BF%25A1/" rel="tag">免费手机短信</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2849</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>1oki &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 22 Mar 2009 10:17:04 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2849</guid> 
<description>
<![CDATA[ 
	这个东西不错！
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2852</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>renothing &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 22 Mar 2009 13:32:19 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2852</guid> 
<description>
<![CDATA[ 
	我有API的源代码
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2856</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>LBJ &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 22 Mar 2009 18:41:30 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2856</guid> 
<description>
<![CDATA[ 
	涉及到用户飞信密码隐私是个问题，要是能把fetion.php这个文件开源给大家看看就好了
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2858</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 23 Mar 2009 01:31:52 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2858</guid> 
<description>
<![CDATA[ 
	sms.api.bz只提供以队列方式发送短信的API接口，不会存储飞信密码，就像开心网、校内网导入MSN、QQ联系人时需要MSN、QQ密码一样。<br/><br/>飞信密码与其他密码不同，只要手机是你自己的，就算密码被盗，也可以通过手机短信进行密码重置。可以通过2008版飞信PC客户端登录界面的“设置密码”按照提示进行密码重置操作，也可以通过手机短信编辑6-16位非中文字符、全角字符到12520050做密码重置。<br/><br/>2008版飞信PC客户端重置密码界面见下图：<br/><br/><img src="http://zyan.cc/template/RuiPai/images/viewimage.gif" alt=""/><a href="http://blog.s135.com/attachment/200903/fetion_mm.png" target="_blank">点击在新窗口中浏览此图片</a><br/><a href="http://blog.s135.com/attachment/200903/fetion_mm.png" target="_blank">http://blog.s135.com/attachment/200903/fetion_mm.png</a><br/>
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2859</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>imfantasy &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 23 Mar 2009 03:04:24 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2859</guid> 
<description>
<![CDATA[ 
	这个是不是一定要是自己的飞信好友才可以发？<br/><br/><br/>如果我自己的论坛想要 给会员注册的时候 发一个验证码。&nbsp;&nbsp;不是我的飞信好友，能发吗？&nbsp;&nbsp;貌似不行！<br/><br/><br/>还有就是， 如何避免别人那你这个东西，传播反社会的东西呢?<br/><br/>移动真的不收费吗?&nbsp;&nbsp; 如果我拿你这个API一天发一万个短信， 也免费？
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2862</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>plantegg &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 23 Mar 2009 07:01:31 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2862</guid> 
<description>
<![CDATA[ 
	这个底层实现代码是调用的Lib Fetion的吗？ 谢谢
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2863</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>游客 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 23 Mar 2009 07:52:04 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2863</guid> 
<description>
<![CDATA[ 
	估计是用的libfetion的代码。我自己也曾弄了一个这样的服务。
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2864</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>动漫驿站 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 24 Mar 2009 00:32:56 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2864</guid> 
<description>
<![CDATA[ 
	这个好 以后就这么搞
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2874</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>游客 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 24 Mar 2009 10:32:07 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2874</guid> 
<description>
<![CDATA[ 
	貌似这接口今天不灵了，今天发出去一条后，就再也发不出去了
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2879</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>xiu &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 25 Mar 2009 02:30:09 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2879</guid> 
<description>
<![CDATA[ 
	老大！怎么喜欢飞信！要是能做个自动添加好友的飞信机器人就好了！
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2883</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>shunz &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 26 Mar 2009 01:45:06 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2883</guid> 
<description>
<![CDATA[ 
	什么地方少了东西？<br/>提示：<br/>错误。每一项必须填写。
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2885</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>z0800 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 26 Mar 2009 03:20:31 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2885</guid> 
<description>
<![CDATA[ 
	是个好东西，如果兼容性能发挥出来之后，我想以后管理服务器会更方便一些了。爽，有空测试一下。
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2886</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>唐朝宰相 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 26 Mar 2009 06:48:41 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2886</guid> 
<description>
<![CDATA[ 
	貌似直接把密码和用户名发送到url,传递给这个网站,这个网站就等着收密码?感觉不是很可靠啊!再说了,飞信发送信息的延迟有时候几个小时,受不了!
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2895</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>ptubuntu &lt;admin@ptubuntu.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 26 Mar 2009 16:31:36 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2895</guid> 
<description>
<![CDATA[ 
	现在越来越多的程序都公开API端口让更多的人来做相关的动做.
]]>
</description>
</item><item>
<link>http://zyan.cc/fetion_api/#blogcomment2900</link>
<title><![CDATA[[评论] 中国移动飞信免费发短信API接口（第三方 Fetion API）[原创]]]></title> 
<author>ANY &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 27 Mar 2009 07:57:26 +0000</pubDate> 
<guid>http://zyan.cc/fetion_api/#blogcomment2900</guid> 
<description>
<![CDATA[ 
	这也有一个<br/><a href="http://download.csdn.net/source/1148854" target="_blank">http://download.csdn.net/source/1148854</a>
]]>
</description>
</item>
</channel>
</rss>