Skip to content

Instantly share code, notes, and snippets.

@fujimura
Created November 19, 2010 08:56
Show Gist options
  • Save fujimura/706268 to your computer and use it in GitHub Desktop.
Save fujimura/706268 to your computer and use it in GitHub Desktop.
fb_controller.rb
class FbController < ApplicationController
def index
result = fbg_client.get params[:id]
render :text => result[params[:key]]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment