Module: RubyMetaGraph
- Included in:
- Me
- Defined in:
- lib/ruby_meta_graph.rb,
lib/ruby_meta_graph/me.rb,
lib/ruby_meta_graph/version.rb
Defined Under Namespace
Classes: Me
Constant Summary collapse
- BASE_URL =
"https://graph.facebook.com/v16.0/"- VERSION =
"0.1.2"
Instance Method Summary collapse
Instance Method Details
#connect ⇒ Object
9 10 11 12 13 14 15 16 17 |
# File 'lib/ruby_meta_graph.rb', line 9 def connect initial = Faraday.new(url: BASE_URL, request: { params_encoder: Faraday::NestedParamsEncoder } ) return initial end |