module Bobot::GraphFacebook

Constants

GRAPH_FB_URL
GRAPH_HEADERS

Public Class Methods

included(receiver) click to toggle source
# File lib/bobot/graph_facebook.rb, line 75
def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end