How to Manage Social Accounts in Omnitron?
The Social Accounts feature in Omnitron enables integration with various social platforms, such as Google, Apple, Facebook, Turkcell and Akifast. This functionality allows users to authenticate and manage their social connections directly within the Omnitron panel, ensuring a streamlined and secure experience.
Before proceeding with the steps outlined in this guide, ensure that the necessary configurations have been completed on the relevant platform (Developers Facebook, Developers Google, etc.). This guide will then walk you through accessing the panel, navigating the settings, and adding new social account providers to effectively configure and utilize the Social Accounts feature for your business needs.
Step 1: Access to Omnitron
Get access to the Omnitron panel.
Enter your Username and Password, and then click the Sign In button.
Step 2: Navigate to Social Accounts Page
Follow the Sales Channels > Sales Channels Settings sidebar and click the Social Accounts page.
This page displays various social accounts, including Akifast and applications. It allows users to log in using platforms like Google, Akifast, or Facebook, among others.
Step 3: Adding Social Account
To add a new social account, click the + New Social Account button. Complete the form by filling in the following fields:
Provider: Select a provider, such as Akifast, Facebook, etc.
Name: Enter the name for this social account.
Client Id: The unique client value for this social account.
Secret: The unique secret value for this social account.
Key: The unique key value for this social account.
Site: Select the site on which it is located.
Certificate: Optionally fill in this field for certificate usage.
Once you have filled in the relevant fields, click the Save button.
Important Note for Project Zero Integration
To ensure the system functions correctly, it is essential to configure the USE_X_FORWARDED_HOST
setting appropriately for different environments:
ACC and Project Zero Projects: The
USE_X_FORWARDED_HOST = True
setting must be read from the environment variables. Ensure this configuration is correctly defined in the respective environment files.Other Projects: For all other projects, the
USE_X_FORWARDED_HOST = True
setting should be added to thesettings.py
file within the project.
Last updated
Was this helpful?