test
Ruby
code posted
created at 01 Mar 17:11, updated at 07 May 23:21
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 |
require 'httparty' class Facebook include HTTParty base_uri 'https://graph.facebook.com/' # default_params :output => 'json' format :json def self.object(id) get "/#{id}" ... |
200 Bytes in 1 ms with coderay