Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pages/12.Plugins/18.Twitter/docs.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ This plugin can:

### Authorize the plugin

A Twitter application has to be created for authorization. To create/manage one, go to [apps.twitter.com][twitter]. While creating your Twitter app, you'll have to insert a *Callback URL*. This callback URL is written in the Twitter plugin configuration.
A Twitter application has to be created for authorization. To create/manage one, go to [developer.twitter.com][twitter]. While creating your Twitter app, you'll have to insert a *Callback URL*. This callback URL is written in the Twitter plugin configuration. Once you have created a Twitter App, you can edit the user Authentication settings. It is important to enable OAuth 1.0a and disable OAuth 2.0 on your Twitter App for this plugin to work properly.

When your Twitter app is created, copy the *API Key* to the *Client Key* field in Mautic's Twitter configuration and *API Secret* to *Client Secret* field. Click the *Authorize* button.
Now that your twitter app is set up correctly, copy the *API Key* to the *Client Key* field in Mautic's Twitter configuration and *API Secret* to *Client Secret* field. Click the *Authorize* button.

Don't forget to switch *Published* to *Yes* and save the configuration.

Expand Down Expand Up @@ -58,5 +58,5 @@ All these tokens are easily accessible in the UI, so you can just click a button

The original idea was that Mautic will search for additional information about a contact in various social platforms. But since the time the social plugins were written, social platforms restricted the API search only to the username.

[twitter]: <https://apps.twitter.com/>
[field-mapping]: </plugins/plugin-resources/field-mapping>
[twitter]: <https://developer.twitter.com/>
[field-mapping]: </plugins/plugin-resources/field-mapping>