Skip to content

Instantly share code, notes, and snippets.

@alvin2ye
Created November 4, 2009 02:01
Show Gist options
  • Select an option

  • Save alvin2ye/225700 to your computer and use it in GitHub Desktop.

Select an option

Save alvin2ye/225700 to your computer and use it in GitHub Desktop.
Subject: Re: 列出所有好友的手机号 [flyerhzm/rfetion GH-7]
你可以调用下面的方法
<pre><code>
fetion = Fetion.new
fetion.logger_level = level
fetion.mobile_no = mobile_no
fetion.password = password
fetion.login
fetion.register
fetion.get_buddy_list
fetion.get_contacts_info
</code></pre>
<code>fetion.contacts</code> 就是所有的联系人信息
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment