class Adparlor::Facebook::GraphApi::Application

Public Instance Methods

app_event_types() click to toggle source
# File lib/adparlor/facebook/graph_api/application.rb, line 9
def app_event_types
  @app_event_types ||= CollectionProxy.new AppEventType, "/#{id}/app_event_types", access_token
end