Instaphp's configuration is manageable from the
oh_instagram.instaphp.config
configuration object.
InstaphpAdapter's configuration keys are the same as the keys used in Instaphp. There are a number of keys not exposed by this bundle (not all intentionally - feel free to make a PR):
access_token
- InstaphpAdapter will callsetAccessToken()
if a TokenHandler is passed to the constructor,redirect_uri
- generated fromredirect_route
,client_ip
,log_enabled
- but is set totrue
by default,log_level
- but is set toMonolog\Logger::DEBUG
by default,http_useragent
- set to "Instaphp/2.0; cURL/$CURLVERSION; (+http://instaphp.com)",debug
- set tofalse
by default,event.before
,event.after
,event.error
.