Current section

Files

Jump to
facebook lib facebook config.ex
Raw

lib/facebook/config.ex

defmodule Facebook.Config do
use LibEx.Config, application: :facebook
@doc """
iex> Facebook.Config.graph_url
"graph_url"
"""
defkey :graph_url
@doc """
iex> Facebook.Config.appsecret
"appsecrettokenhere"
"""
defkey :appsecret
end