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