Skip to content

huangxiangdan/renren-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

this is an example of how to use the renren gem(https://github.com/huangxiangdan/renren)
怎么用renren gem的示例

  bundle install
  bundle exec ruby example.rb

=============================================
renren 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:

  param = {:method, "feed.publishFeed", :name, "foo", :description, "bar", :url, "http://jihua.fm"}
  renren = Renren::Base.new(token)
  renren.call_method(param)

You can use Omniauth-renren to get token.
    
This gem was made in the process of creating 计划FM [http://jihua.fm], please take a moment and go and check out that project for example usage.
=============================================

== Sites using the renren gem
 计划FM [http://jihua.fm]

About

a example help to use renren sdk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published