<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>I-JC☞用技术做网络营销 &#187; API</title>
	<atom:link href="http://www.i-jc.cn/index.php/Tag/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.i-jc.cn</link>
	<description>关注RIA、教育、网络营销、口碑营销，探求教育网络+口碑营销的有效途径</description>
	<lastBuildDate>Wed, 18 Aug 2010 16:44:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>可以自己做的飞信API</title>
		<link>http://www.i-jc.cn/index.php/%e5%8f%af%e4%bb%a5%e8%87%aa%e5%b7%b1%e5%81%9a%e7%9a%84%e9%a3%9e%e4%bf%a1api-416/</link>
		<comments>http://www.i-jc.cn/index.php/%e5%8f%af%e4%bb%a5%e8%87%aa%e5%b7%b1%e5%81%9a%e7%9a%84%e9%a3%9e%e4%bf%a1api-416/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 16:21:22 +0000</pubDate>
		<dc:creator>JCLee</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[飞信]]></category>

		<guid isPermaLink="false">http://www.i-jc.cn/index.php/%e5%8f%af%e4%bb%a5%e8%87%aa%e5%b7%b1%e5%81%9a%e7%9a%84%e9%a3%9e%e4%bf%a1api-416/</guid>
		<description><![CDATA[今天又发现有人自己建立了一个飞信API，并提供给其他人使用，我测试了一下居然真的能发送通过。之前也见过其他人自己创立过这样的飞信API服务。 好奇间，就搜索想研究一下。果然，功夫不怕有心人。终于让我找到了方法。 原来飞信的通讯协议已经被破解。研究飞信通讯协议的博客地址：http://hi.baidu.com/nathan2007/ 上面都是分析的文章，虽然很久没有更新，但还是有很大的学习意义。 协议破解还是比较复杂的，看不懂就不要看了，可以直接动手做应用。 有人开源了飞信PHP版本的类库：http://code.google.com/p/phpfetionapi/ 有类库，可以快速的实现应用： &#60;?php include &#8220;./class_fetion.php&#8221;; //new fetion class and init $fetion = new fetion(&#8217;1381126xxxx&#8217;, &#8216;your password&#8217;); $fetion-&#62;init() or die(&#8220;fetion init failure!\n&#8220;); //example 1 $fetion-&#62;sent_sms(&#8216;tel:1381126xxxx&#8217;, &#8216;我想撒点野！&#8217;); //example 2 $fetion-&#62;sent_sms(&#8216;sip:58971xxxx@fetion.com.cn;p=4013&#8242;, &#8216;我想撒点野！&#8217;); //example 3 $friends = $fetion-&#62;get_friends_list(); var_dump($friends); ?&#62; 偶自己做的简单API应用：链接 Technorati 标签: 飞信, API 猜测您可以感兴趣的内容: 淘宝航母起航了！]]></description>
			<content:encoded><![CDATA[<p>今天又发现有人自己建立了一个飞信API，并提供给其他人使用，我测试了一下居然真的能发送通过。之前也见过其他人自己创立过这样的飞信API服务。</p>
<p>好奇间，就搜索想研究一下。果然，功夫不怕有心人。终于让我找到了方法。<br />
原来飞信的通讯协议已经被破解。研究飞信通讯协议的博客地址：<a rel="nofollow" href="http://hi.baidu.com/nathan2007/"><span style="color: #0000cc;">http://hi.baidu.com/nathan2007/</span></a> 上面都是分析的文章，虽然很久没有更新，但还是有很大的学习意义。</p>
<p>协议破解还是比较复杂的，看不懂就不要看了，可以直接动手做应用。<br />
有人开源了飞信PHP版本的类库：<a href="http://code.google.com/p/phpfetionapi/">http://code.google.com/p/phpfetionapi/</a></p>
<p>有类库，可以快速的实现应用：<br />
<strong> </strong><strong> </strong></p>
<div class="source" style="color: #9fb6cd; background-color: #000029;">
<p><span style="color: #cd2626; font-style: italic;"><strong>&lt;?php</strong></span><strong><br />
<span style="font-weight: bold; color: #cdc673; text-decoration: underline;">include</span> <span style="color: #cd5555;">&#8220;./class_fetion.php&#8221;</span>; </strong></p>
<p><span style="color: #66cd00;"><strong>//new fetion class and init </strong></span><strong><br />
<span style="color: #9fb6cd;">$fetion</span> <span style="color: #9fb6cd;">=</span> <span style="font-weight: bold; color: #cdc673; text-decoration: underline;">new</span> <span style="color: #9fb6cd;">fetion</span>(<span style="color: #cd5555;">&#8217;1381126xxxx&#8217;</span><span style="color: #9fb6cd;">,</span> <span style="color: #cd5555;">&#8216;your password&#8217;</span>);<br />
<span style="color: #9fb6cd;">$fetion</span><span style="color: #9fb6cd;">-&gt;</span><span style="color: #9fb6cd;">init</span>() <span style="font-weight: bold; color: #cdc673; text-decoration: underline;">or</span> <span style="font-weight: bold; color: #cdc673; text-decoration: underline;">die</span>(<span style="color: #cd5555;">&#8220;fetion init failure!</span><span style="color: #cd5555;">\n</span><span style="color: #cd5555;">&#8220;</span>); </strong></p>
<p><span style="color: #66cd00;"><strong>//example 1 </strong></span><strong><br />
<span style="color: #9fb6cd;">$fetion</span><span style="color: #9fb6cd;">-&gt;</span><span style="color: #9fb6cd;">sent_sms</span>(<span style="color: #cd5555;">&#8216;tel:1381126xxxx&#8217;</span><span style="color: #9fb6cd;">,</span> <span style="color: #cd5555;">&#8216;我想撒点野！&#8217;</span>); </strong></p>
<p><span style="color: #66cd00;"><strong>//example 2 </strong></span><strong><br />
<span style="color: #9fb6cd;">$fetion</span><span style="color: #9fb6cd;">-&gt;</span><span style="color: #9fb6cd;">sent_sms</span>(<span style="color: #cd5555;">&#8216;sip:58971xxxx@fetion.com.cn;p=4013&#8242;</span><span style="color: #9fb6cd;">,</span> <span style="color: #cd5555;">&#8216;我想撒点野！&#8217;</span>); </strong></p>
<p><span style="color: #66cd00;"><strong>//example 3 </strong></span><strong><br />
<span style="color: #9fb6cd;">$friends</span> <span style="color: #9fb6cd;">=</span> <span style="color: #9fb6cd;">$fetion</span><span style="color: #9fb6cd;">-&gt;</span><span style="color: #9fb6cd;">get_friends_list</span>();<br />
<span style="color: #9fb6cd;">var_dump</span>(<span style="color: #9fb6cd;">$friends</span>); </strong></p>
<p><span style="color: #cd2626; font-style: italic;"><strong>?&gt;</strong></span></div>
<p>偶自己做的简单API应用：<a href="http://www.i-jc.cn/app/phpfetionapi/index.php" target="_blank">链接</a></p>
<p>Technorati 标签: <a class="performancingtags" rel="tag" href="http://technorati.com/tag/%E9%A3%9E%E4%BF%A1">飞信</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/API">API</a><br />
<h3 class='related_post_title'>猜测您可以感兴趣的内容:</h3>
<ul class='related_post'>
<li><a href='http://www.i-jc.cn/index.php/taobao-open-platform-403/' title='淘宝航母起航了！'>淘宝航母起航了！</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.i-jc.cn/index.php/%e5%8f%af%e4%bb%a5%e8%87%aa%e5%b7%b1%e5%81%9a%e7%9a%84%e9%a3%9e%e4%bf%a1api-416/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>淘宝航母起航了！</title>
		<link>http://www.i-jc.cn/index.php/taobao-open-platform-403/</link>
		<comments>http://www.i-jc.cn/index.php/taobao-open-platform-403/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 09:56:22 +0000</pubDate>
		<dc:creator>JCLee</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[运营]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[TOP]]></category>
		<category><![CDATA[淘宝]]></category>

		<guid isPermaLink="false">http://www.i-jc.cn/index.php/%e6%b7%98%e5%ae%9d%e8%88%aa%e6%af%8d%e8%b5%b7%e8%88%aa%e4%ba%86%ef%bc%81-403/</guid>
		<description><![CDATA[今天淘宝开发平台( Taobao Open Platform, 简称：TOP )Beta，正式推出了。预示着淘宝不再停留在网站，要建立一个强大的淘宝网上购物的生态圈。如同远洋中的航空母舰，已经下海起航。 媒体对淘宝TOP的评价： 大淘宝开放平台 购物搜索没有明天？ 【2009.7.1更新】 Technorati 标签: 淘宝, TOP, API 猜测您可以感兴趣的内容: 回答“淘宝店铺，网上销售，怎么做团购推广” 可以自己做的飞信API]]></description>
			<content:encoded><![CDATA[<p>今天<a href="http://open.taobao.com/" target="_blank">淘宝开发平台</a>( Taobao Open Platform, 简称：TOP )Beta，正式推出了。预示着淘宝不再停留在网站，要建立一个强大的淘宝网上购物的生态圈。如同远洋中的航空母舰，已经下海起航。</p>
<p><img style="max-width: 800px;" src="http://www.i-jc.cn/wp-content/uploads/2009/06/787px-%E5%BC%80%E6%94%BE%E5%B9%B3%E5%8F%B0.jpg" alt="" width="453" height="344" /></p>
<p>媒体对淘宝TOP的评价：</p>
<ul>
<li><a href="http://news.iresearch.cn/0200/20090701/96451.shtml" target="_blank">大淘宝开放平台 购物搜索没有明天？</a> 【2009.7.1更新】</li>
</ul>
<p>Technorati 标签: <a class="performancingtags" rel="tag" href="http://technorati.com/tag/%E6%B7%98%E5%AE%9D">淘宝</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/TOP">TOP</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/API">API</a><br />
<h3 class='related_post_title'>猜测您可以感兴趣的内容:</h3>
<ul class='related_post'>
<li><a href='http://www.i-jc.cn/index.php/group-buy-965/' title='回答“淘宝店铺，网上销售，怎么做团购推广”'>回答“淘宝店铺，网上销售，怎么做团购推广”</a></li>
<li><a href='http://www.i-jc.cn/index.php/%e5%8f%af%e4%bb%a5%e8%87%aa%e5%b7%b1%e5%81%9a%e7%9a%84%e9%a3%9e%e4%bf%a1api-416/' title='可以自己做的飞信API'>可以自己做的飞信API</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.i-jc.cn/index.php/taobao-open-platform-403/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
