Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.38 KB

register-twitter.md

File metadata and controls

30 lines (20 loc) · 1.38 KB

Authorizing the application in Twitter

⚠️ Authorizing the app on Twitter requires your phone number to be activated in your Twitter account. 😩

ℹ️ 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.


  1. Log in to your Twitter account.

  2. Go to Applications Registering page.

  3. Fill the form as follows: twitter-app

  4. Validating the form will show you the Consumer Key (API Key) you need for twitter_client_id and the Consumer Secret (API Secret) for twitter_secret.

  5. Running composer install for the first time, provide the tokens when asked.

If your app/config/parameters.yml has already been generated, just replace the twitter_client_id and twitter_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