Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

renren

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

renren

  • 0.0.13
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

A third party, non-official renren API gem created by huangxiangdan. Inspired by ballantyne's weibo API gem.

To install the gem simply enter:

gem install renren

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:

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 the token.Also you can visit https://github.com/huangxiangdan/renren-example to see the example.

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]

FAQs

Package last updated on 28 Feb 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc