ℹ️ Twitter authorize your app on a single URL. Exemple provided here for http://haphpy-birthday.dev/
If you plan to work on http://haphpy-birthday.dev/app_dev.php, just adapt the information provided.
-
Log in to your Twitter account.
-
Validating the form will show you the
Consumer Key (API Key)
you need for twitter_client_id and theConsumer Secret (API Secret)
for twitter_secret. -
Running
composer install
for the first time, provide the tokens when asked.
If your
app/config/parameters.yml
has already been generated, just replace thetwitter_client_id
andtwitter_secret
values in it.
Copy/paste helper 😉 :
Twitter field | Value |
---|---|
Application name | HaPHPy Birthday |
Homepage URL | http://haphpy-birthday.dev |
Application description | A commemorative and collaborative movie for the 20th anniversary of the PHP language. |
Authorization callback URL | http://haphpy-birthday.dev/login/check-twitter |