Skip to content

Instantly share code, notes, and snippets.

@mssoylu
Created February 6, 2021 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mssoylu/6d61cc5d0832c58fb75bf5e1005aec66 to your computer and use it in GitHub Desktop.
Save mssoylu/6d61cc5d0832c58fb75bf5e1005aec66 to your computer and use it in GitHub Desktop.
<!-- src/Acme/SocialBundle/Resources/config/services.xml -->
<?xml version="1.0" encoding="UTF-8" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services
https://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service id="acme.social.twitter_client" class="Acme\SocialBundle\TwitterClient">
<argument></argument> <!-- will be filled in with client_id dynamically -->
<argument></argument> <!-- will be filled in with client_secret dynamically -->
</service>
</services>
</container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment