Module Twitter | |
|
Module to show public/friends Twitter timeline Introduced in Tiki10. See https://sourceforge.net/p/tikiwiki/code/42459 | |
Parameters | |||||||||||||||||||||||||
|
Shows the tweets from the Twitter timeline of a user Required parameters are in bold.Go to the source code
| |||||||||||||||||||||||||
Configuration | |
|
| |
1.1.1. Creating the Twitter / X Application | |
|
Log in with your Twitter/X account and create a Developer account if you do not already have one. Create a new Project and App. Once the application is created, locate the following information in the application settings:
You will need these values later when configuring Tiki. Configure the application's callback URL. Replace: URL Copy to clipboard
Callback URL Copy to clipboard
Important The callback URL configured in Twitter/X must exactly match the URL used by Tiki. Even a missing /tiki/ may prevent authentication from working.
-
| |
1.1.2. Configuration in Tiki | |
|
Go to: Path Copy to clipboard
URL Copy to clipboard
Feature Copy to clipboard
Go to: Path Copy to clipboard
URL Copy to clipboard
Provider Copy to clipboard
Open the 'Settings' tab and locate the 'Twitter' section. Fill the following fields: Consumer Key
Example: Copy to clipboard
Consumer Secret
Example: Copy to clipboard
Social networks login base URL
Example: Copy to clipboard
Important If your Tiki instance is installed in a subdirectory, include that directory in the URL.
Copy to clipboard
Copy to clipboard
Copy to clipboard
Copy to clipboard
Twitter login allowed?
Copy to clipboard
Twitter auto-create user?
Copy to clipboard
Click 'Apply'. Administration → Users & Community → Social Networks → Settings → Twitter
| |
Testing the Configuration | |
|
Open: Copy to clipboard
Copy to clipboard
Copy to clipboard
If authentication succeeds:
| |
Troubleshooting | |
|
| |
Error: No route found | |
|
Verify: Copy to clipboard
Example: Copy to clipboard
Copy to clipboard
| |
Error: Not Found | |
|
| |
Error: Authentication succeeds but login fails | |
|
Related: | |