ren_ren¶ ↑
A third party, non-official renren API gem created by Eiffel Qiu
To install the gem simply enter:
gem install ren_ren
This is a minimalistic API implementation, where all function calls goes through a single method. For example to publish a feed item one might do the following:
RenRen::Config.access_token = "XXXX" renren = RenRen::Base.new(RenRen::Config.access_token) renren.api({:method, "users.getInfo"})
Copyright¶ ↑
Copyright © 2011 Eiffel Q. See LICENSE.txt for further details.