Module Facebook | |
|
| |
Parameters | ||||||||||||||||||||
|
Shows the Wall of a user or Facebook Page Required parameters are in bold.Go to the source code
Related: | ||||||||||||||||||||
Configuration | |
1.1.1. Creating the Facebook Application | |
|
Go to https://developers.facebook.com/ and log in with your Facebook account. If this is your first application, you may need to create a Facebook developer account.
Once the application is created, you'll access the application dashboard. In the dashboard, find the Add Products to Your App section and click Set Up next to Facebook Login. The product will be added to your application.
In the left menu, go to "Settings" "Basic" and note the following information (you'll need it for Tiki):
- App ID: a 15-16 digit number
⚠️ Important: Keep this information secure. The App Secret must never be shared publicly. | |
1.1.2. Configuration in Tiki | |
|
Application ID: Enter the App ID you copied from Facebook Developers (e.g., `1234567890123456`). Application secret: Enter the App Secret you copied from Facebook Developers (e.g., `abcdef1234567890abcdef1234567890`).
| |
Example Usage | |
|
This code: Copy to clipboard
| |