How to retrieve your credentials

  1. Go to https://apps.twitter.com/ and create a new app.
  2. Set Website to {{ url()->to('') }} and Callback URL to {{ $formModel->getProvider('twitter')->makeEntryPointUrl('callback') }}
  3. Click Create your Twitter Application.
  4. Copy your API Key and API Secret from the API Keys tab and paste them below.