Skip to content

eiffelqiu/ren_ren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

require "rubygems"
require 'ren_ren'

RenRen::Config.access_token = "XXXX"
RenRen::Config.api_secret = "ZZZZ"
renren = RenRen::Base.new(RenRen::Config.access_token)
puts renren.api({:method => "users.getInfo"})

Copyright © 2011 Eiffel Qiu. See LICENSE.txt for further details.

About

ren ren api gem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages