Method: FacebookGraph::Authentication#client_id_and_secret
- Defined in:
- lib/facebook-graph/base/authentication.rb
#client_id_and_secret ⇒ Object
9 10 11 |
# File 'lib/facebook-graph/base/authentication.rb', line 9 def client_id_and_secret [client_id, client_secret] end |