Documentation
X TOKKO ID - The Ultimate PHP Social Network Platform
X TOKKO ID is a Social Network Platform is the best way to create your own social website or online community. Launch it in just 1 minute with ultimate features. It's easy to install
- Version: 1.2
- Author: IAM TOKKO
- Created: Dec 2025
- Updated: Jan 2026
If you have any questions that are beyond the scope of this documentation, Please feel free to contact us via Chat.
Installation
- Apache
- MySQL 5.0+ or MariaDB 10+ (MySQL 8+ supported)
- PHP 8.2+
- PHP Extensions: mysqli, mbstring & curl & gd & fileinfo & zip
- PHP Funcrions: mail()
- PHP Runtime Configuration: allow_url_fopen = On
How to Install
- Now make sure you created an empty MySQL database along with user account for it.
- After unzip TOKKO ID Files, you will found Script Folder
- Start your FTP client (Like Filezila which is free) and login. Login to your server. You will need your host name (often times this will be your domain name), username, and password that you setup with the hosting company.
- Locate the domain folder you wish to upload your TOKKO ID files to on your server. You are going to upload all files located in Script Folder to your FTP client.
- Once the files are done uploading, you have to change chmod of content/uploads folder and content/themes/default/templates_compiled folder to 777.
- Just goto your website and TOKKO ID installer wizard will run automatically https://yourdomain.com/path_to_script
- In case you got the following error "wizard cannot create the config file" just make sure that the includes folder is writable "777" then go and empty the database then try to run the installer wizard again and after installation change it back to its normal permissions.
Social Logins
Learn how to integrate TOKKO ID with the different social login supported by TOKKO ID like Facebook, Google, X and much more.
After installing TOKKO ID now you can in easy steps integrate Facebook with it to let your users login with their Facebook accounts
-
First goto: https://developers.facebook.com and Sign in with your Facebook account
-
Now click My Apps and click Create App
-
Fill the form and click Create App ID
-
Now go to Settings and enter your domain or subdomain where you installed TOKKO ID in the App Domains
Also provide Privacy Policy URL and Terms of Service URL you can use your TOKKO ID static pages for these also you will need to select the app Category
For User Data Deletion add your website link then /settings/delete
Finally click Save Changes
-
Also make sure you added your website URL in Site URL
-
Now go to Use cases then Use cases then Settings and put the following URL as Valid OAuth redirect URIs then click Save Changes
If you installed TOKKO ID in your domain directly like www.domain.com the URI should be like this:
https://www.domain.com/connect/facebookIf you installed TOKKO ID in your domain directly but without www like domain.com the URI should be like this:
https://domain.com/connect/facebookIf you installed TOKKO ID in sub-domain like sub.domain.com the URI should be like this:
https://sub.domain.com/connect/facebookIf you installed TOKKO ID in a directory like domain.com/directory the URI should be like this:
https://www.domain.com/directory/connect/facebookFill form Valid OAuth Redirect URIs with your Domain. Example: https://yourdomain.com/connect/facebook
-
App still "In Development", Click on the Publish and follow the steps as required by Facebook
-
Now goto to TOKKO ID
Admin Panel -> Settings -> Registration Settings -> Social Loginand paste both keys (App ID & App Secret)
After installing TOKKO ID now you can in easy steps integrate Google with it to let your users login with their Google accounts
-
First goto: https://console.developers.google.com/ and Sign in with your Google account
-
Click Select a project then click on NEW PROJECT and follow the steps
-
Select Credentials and click Create Credentials and select OAuth client ID
-
But first you will need to configure Consent Screen and will need verification from Google Team
-
After you configured the Consent Screen you need to submit your app to verification process by Google Team
-
Now we can create credentials select Credentials and click Create Credentials and select OAuth client ID
-
Provide this URI as the Callback URL for your application as following:
If you installed TOKKO ID in your domain directly like domain.com the URI should be like this:
https://www.domain.com/connect/googleIf you installed TOKKO ID in your domain directly but without www like domain.com the URI should be like this:
https://domain.com/connect/googleIf you installed TOKKO ID in sub-domain like sub.domain.com the URI should be like this:
https://sub.domain.com/connect/googleIf you installed TOKKO ID in a directory like domain.com/directory the URI should be like this:
https://www.domain.com/directory/connect/google -
Copy both Client ID and Client Secret
-
Now goto to TOKKO ID
Admin Panel -> Settings -> Registration Settings -> Social Loginand paste both keys as shown
X
After installing TOKKO ID now you can in easy steps integrate X with it to let your users login with their X accounts
- First goto: https://developer.x.com/en/portal/dashboard and Sign in with your X account
-
Click New Project and fill the form
-
Provide this URI as the Callback URL for your application as following:
If you installed TOKKO ID in your domain directly like domain.com the URI should be like this:
https://www.domain.com/connect/twitterIf you installed TOKKO ID in your domain directly but without www like domain.com the URI should be like this:
https://domain.com/connect/twitterIf you installed TOKKO ID in sub-domain like sub.domain.com the URI should be like this:
https://sub.domain.com/connect/twitterIf you installed TOKKO ID in a directory like domain.com/directory the URI should be like this:
https://www.domain.com/directory/connect/twitter -
Now goto to your app and click on Keys and tokens and then click on Consumer Keys and select Regenerate and copy both API Key and API Secret Key
-
Now goto to TOKKO ID
Admin Panel -> Settings -> Registration Settings -> Social Loginand paste both API Keys as shown
After installing TOKKO ID now you can in easy steps integrate Linkedin with it to let your users login with their Linkedin accounts
- First goto: https://www.linkedin.com/developer/apps and Sign in with your Linkedin account
-
Click Create Application and fill the form
-
Now after creating the app go to Products tab and select Sign in with Linkedin and it will need review from Linkedin team
-
Now back to your Authentication and Provide this URI as the OAuth 2.0 Redirect URIs for your application as following:
If you installed TOKKO ID in your domain directly like domain.com the URI should be like this:
https://www.domain.com/connect/linkedinIf you installed TOKKO ID in your domain directly but without www like domain.com the URI should be like this:
https://domain.com/connect/linkedinIf you installed TOKKO ID in sub-domain like sub.domain.com the URI should be like this:
https://sub.domain.com/connect/linkedinIf you installed TOKKO ID in a directory like domain.com/directory the URI should be like this:
https://www.domain.com/directory/connect/linkedin -
If your app got approved Now goto to TOKKO ID
Admin Panel -> Settings -> Registration Settings -> Social Loginand paste both keys as shown
Vkontakte
After installing TOKKO ID now you can in easy steps integrate Vkontakte with it to let your users login with their Vkontakte accounts
- First goto: https://vk.com/dev and Sign in with your Vkontakte account
-
Click Connect VK ID and fill the form
-
Now enter your domain name as base domain & Provide this URI as the OAuth 2.0 Redirect URIs for your application as following:
If you installed TOKKO ID in your domain directly like domain.com the URI should be like this:
https://www.domain.com/connect/vkontakteIf you installed TOKKO ID in your domain directly but without www like domain.com the URI should be like this:
https://domain.com/connect/vkontakteIf you installed TOKKO ID in sub-domain like sub.domain.com the URI should be like this:
https://sub.domain.com/connect/vkontakteIf you installed TOKKO ID in a directory like domain.com/directory the URI should be like this:
https://www.domain.com/directory/connect/vkontakte -
Now copy both Application ID and Secure key
-
Now goto to TOKKO ID
Admin Panel -> Settings -> Registration Settings -> Social Loginand paste both keys as shown
WordPress
After installing TOKKO ID now you can in easy steps integrate WordPress with it to let your users login with their WordPress accounts
- First goto: https://developer.wordpress.com/apps/ and Sign in with your WordPress account
-
Click Create New Application and fill the form
-
Enter your domain name as Website URL & Provide this URI as the OAuth 2.0 Redirect URIs for your application as following:
If you installed TOKKO ID in your domain directly like domain.com the URI should be like this:
https://www.domain.com/connect/wordpressIf you installed TOKKO ID in your domain directly but without www like domain.com the URI should be like this:
https://domain.com/connect/wordpressIf you installed TOKKO ID in sub-domain like sub.domain.com the URI should be like this:
https://sub.domain.com/connect/wordpressIf you installed TOKKO ID in a directory like domain.com/directory the URI should be like this:
https://www.domain.com/directory/connect/wordpress -
Now copy both Application ID and Secure key
-
Now goto to TOKKO ID
Admin Panel -> Settings -> Registration Settings -> Social Loginand paste both keys as shown
Payments
Learn how to integrate TOKKO ID with the different payments supported by TOKKO ID like PayPal, Stripe, CoinPayments and more.
PayPal
After installing TOKKO ID now you can in easy steps integrate PayPal with it
- First goto: https://developer.paypal.com/developer/applications/ and Sign in with your PayPal account
-
Now under Testing Tools click Sandbox Accounts then click Accounts then click on Create Account button and Create new Business (Merchant Account) and fill the form
-
Then Create Personal (Buyer Account) and fill the form
- Both accounts will be linked with your new PayPal app for SandBox Mode
-
Now click My Apps & Credentials
-
Now goto to your PayPal App and add new webhook, Webhook URL should be like this:
If you installed TOKKO ID in your domain directly like www.domain.com the URI should be like this:
https://www.domain.com/webhooks/paypal_subscriptions.phpIf you installed TOKKO ID in your domain directly but without www like domain.com the URI should be like this:
https://domain.com/webhooks/paypal_subscriptions.phpIf you installed TOKKO ID in sub-domain like sub.domain.com the URI should be like this:
https://sub.domain.com/webhooks/paypal_subscriptions.phpIf you installed TOKKO ID in a directory like domain.com/directory the URI should be like this:
https://www.domain.com/directory/webhooks/paypal_subscriptions.php -
Also make sure that your app has subscriptions enabled
-
Now if you will use PayPal in SandBox (Test) Mode Copy Client ID and Secret
-
For Live Mode Copy Client ID and Secret from Live Tab
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste both Client ID and Secret and select the mode you want Test or Live
Paystack
After installing TOKKO ID now you can in easy steps integrate Paystack with it
-
First goto: https://dashboard.paystack.com and Sign in with your Paystack live account or create a new one
Your Paystack live account need to be activated to start using the live mode -
Now you will copy your Secret Key
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste your Secret Key and enable the Paystack click Save
Stripe
After installing TOKKO ID now you can in easy steps integrate Stripe with it
-
First goto: https://dashboard.stripe.com/ and Sign in with your Stripe account
-
Now click Developers -> API Keys
-
Now goto to Webhooks and add new webhook, Webhook URL should be like this:
If you installed TOKKO ID in your domain directly like www.domain.com the URI should be like this:
https://www.domain.com/webhooks/stripe_subscriptions.phpIf you installed TOKKO ID in your domain directly but without www like domain.com the URI should be like this:
https://domain.com/webhooks/stripe_subscriptions.phpIf you installed TOKKO ID in sub-domain like sub.domain.com the URI should be like this:
https://sub.domain.com/webhooks/stripe_subscriptions.phpIf you installed TOKKO ID in a directory like domain.com/directory the URI should be like this:
https://www.domain.com/directory/webhooks/stripe_subscriptions.php -
Copy API Keys and your Webhook Signing Secret then goto to your TOKKO ID Admin panel -> Settings -> Payments Settings and paste all and select the mode you want Test or Live
-
For Live you will need to activate your account first
CoinPayments
After installing TOKKO ID now you can in easy steps integrate CoinPayments with it
- First goto: https://www.coinpayments.net/ and Sign in with your CoinPayments account
-
Now click Account -> Account Settings
-
Click on Merchant Settings tab and enter IPN Secert You can enter any string you want but try to make it difficult like a password
-
Now Click on Basic Settings tab and copy your Merchant ID then goto to your TOKKO ID Admin panel -> Settings -> Payments Settings and paste both Merchant ID and IPN Secret and enable the CoinPayments and click Save
Verifone (2Checkout Previously)
After installing TOKKO ID now you can in easy steps integrate 2Checkout with it
-
First goto: https://secure.2checkout.com/cpanel/ and Sign in with your 2Checkout live account or create a new one
Your 2Checkout live account need to be activated to start using the live mode -
Now click Integrations and from API sections you will copy both APIs Keys and Merchant Code
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste both APIs Keys and Merchant Code and enable the 2Checkout on Live mode and click Save
Authorize.net
After installing TOKKO ID now you can in easy steps integrate Authorize.net with it
-
First goto: https://login.authorize.net/ and Sign in with your Authorize.net live account or create a new one
Your Authorize.net live account need to be activated to start using the live mode -
Now click API Credentials & Keys and from API sections you will copy both API Login ID and Transaction Key
-
For Live mode you can change it from "Test Mode" to "Live Mode"
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste both API Login ID and Transaction Key and enable the Authorize.net on Live mode and click Save
Razorpay
After installing TOKKO ID now you can in easy steps integrate Razorpay with it
-
First goto: https://dashboard.razorpay.com/app/website-app-settings/api-keys and Sign in with your Razorpay account or create a new one
-
Now go to Account & Settings and select API Keys and generate new Keys
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste both Keys ID and Secret -
For Live Mode you will need to chaneg the mode then re-generate the keys
Cashfree
After installing TOKKO ID now you can in easy steps integrate Cashfree with it
-
First goto: https://www.cashfree.com/ and Sign in with your Cashfree account or create a new one
-
Now go to Developers and select API Keys and generate new Keys
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste both Keys ID and Secret -
For Live Mode you will need to activate your account
Coinbase
After installing TOKKO ID now you can in easy steps integrate Coinbase with it
-
First goto: https://beta.commerce.coinbase.com/ and Sign in with your Coinbase account or create a new one
-
Now go to Settings and select Security and click New API Keys and copy both Keys ID and Secret
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste both Keys ID and Secret
Shift4 (SecurionPay Previously)
After installing TOKKO ID now you can in easy steps integrate Shift4 with it
-
First goto: https://dev.shift4.com/dashboard and Sign in with your Shift4 account or create a new one
-
Now click on Settings then API keys and copy both Public and Secret Keys
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste both Keys Public and Secret -
For Live Mode you will need to activate your account
MoneyPoolsCash
After installing TOKKO ID now you can in easy steps integrate MoneyPoolsCash with it
-
First goto: https://www.moneypoolscash.com/user/dashboard and Sign in with your MoneyPoolsCash account or create a new one
-
Now click on Merchants -> Developers and copy both API-KEY and MERCHANT EMAIL
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste both Keys API KEY and MERCHANT EMAIL
MyFatoorah
After installing TOKKO ID now you can in easy steps integrate MyFatoorah with it
-
First you will need to get Test Token and you can find it here: https://docs.myfatoorah.com/docs/test-token Just copy it to your TOKKO ID.
-
Secondly you will need to get Live Token and API URL for your country you can find both here: https://docs.myfatoorah.com/docs/live-token Just copy it to your TOKKO ID.
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste both Tokens & API URL
Epayco
After installing TOKKO ID now you can in easy steps integrate Epayco with it
-
First goto: https://dashboard.epayco.com and Sign in with your Epayco account or create a new one
-
Now copy both Public Key and Private Key
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste both Keys
Flutterwave
After installing TOKKO ID now you can in easy steps integrate Flutterwave with it
-
First goto: https://app.flutterwave.com/dashboard/settings/apis/live and Sign in with your Flutterwave account or create a new one
-
Now copy Public key and Secret Key and Encryption Key
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste all Keys
Verotel
After installing TOKKO ID now you can in easy steps integrate Verotel with it
-
First goto: https://controlcenter.verotel.com/ and Sign in with your Verotel account or create a new one
-
Now setup your website details and Your Success URL should be like this:
If you installed TOKKO ID in your domain directly like www.domain.com the URI should be like this:
https://www.domain.com/webhooks/verotel.php?state=successIf you installed TOKKO ID in your domain directly but without www like domain.com the URI should be like this:
https://domain.com/webhooks/verotel.php?state=successIf you installed TOKKO ID in sub-domain like sub.domain.com the URI should be like this:
https://sub.domain.com/webhooks/verotel.php?state=successIf you installed TOKKO ID in a directory like domain.com/directory the URI should be like this:
https://www.domain.com/directory/webhooks/verotel.php?state=successDecline URL is the same as your website URL
-
Now you need to copy both Shop ID and Signature Key
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste both Shop ID and Signature Key
MercadoPago
After installing TOKKO ID now you can in easy steps integrate MercadoPago with it
-
First goto: https://www.mercadopago.com/ and Sign in with your MercadoPago account or create a new one
-
Go to the Developer Dashboard Click on “Credentials” from the sidebar (or find it under your App or account menu).
-
You will see two environments: Production and Sandbox Under each environment, you will find: Public Key and Access Token
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste both Public Key and Access Token
Plisio
After installing TOKKO ID now you can in easy steps integrate Plisio with it
-
First goto: https://plisio.net/account and Sign in with your Plisio account or create a new one
-
Now setup your API
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Payments Settingsand paste Secret key
Cloud Storage
Learn how to integrate TOKKO ID with the different cloud storage providers supported by TOKKO ID like AWS S3, DigitalOcean and Wasabi.
Amazon S3
After installing TOKKO ID now you can in easy steps integrate Amazon S3 with it
-
First goto: https://console.aws.amazon.com/console/home and Sign in with your Amazon account
-
Now click Services And Select IAM under Security, Identity & Compliance and create a new user as the followings
-
Now click Services And Select S3 under Storage
-
Now click Create bucket
-
Now Make sure you have gave public access to your bucket
-
Also make sure you added the Bucket Policy by adding this JSON code in Bucket Policy, You'll need to replace "YOUR-BUCKET-NAME" with your full bucket name
{ "Version": "2012-10-17", "Statement": [ { "Sid": "AllowPublicRead", "Effect": "Allow", "Principal": { "AWS": "*" }, "Action": "s3:GetObject", "Resource": "arn:aws:s3:::YOUR-BUCKET-NAME/*" } ] } -
Also make sure you configered the CORS configuration by adding this JSON code
[ { "AllowedHeaders": [ "*" ], "AllowedMethods": [ "GET", "HEAD", "PUT", "POST", "DELETE" ], "AllowedOrigins": [ "*" ], "ExposeHeaders": [], "MaxAgeSeconds": 3000 } ] -
Now goto to your TOKKO ID
Admin panel -> Settings -> Upload Settingsand paste both Keys
Google Cloud Storage
After installing TOKKO ID now you can in easy steps integrate Google Cloud Storage with it
-
First goto: https://console.cloud.google.com/iam-admin/serviceaccounts and Sign in with your Google account and select your project or create a new one
-
Now click Create service account and fill the form
-
Make sure you give this account Storage Admin Role as shown
-
Now we need to generate new Key as JSON so select your new account Click Manage Keys
-
Your new public/private key pair is generated and downloaded to your machine as a new file. This file is the only copy of this key
-
Now we can create our new Bucket so https://console.cloud.google.com/storage/browser and click Create Bucket
-
Now we need to make sure your bucket is public, So follow the followings
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Upload Settingsand paste both bucket name and your JSON Key file content and after click Save Changes click Test Connection
DigitalOcean Spaces
After installing TOKKO ID now you can in easy steps integrate DigitalOcean Spaces with it
-
First goto: https://cloud.digitalocean.com and Sign in with your DigitalOcean account
-
Now click Spaces And Click Create a Space
-
Now make sure from space settings page that Everyone can list the space files
-
Now click API And Click Generate New Key and copy both Key & Secret
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Upload Settingsand paste both Keys and your space name and location and after click Save Changes click Test Connection
SMS
Learn how to integrate TOKKO ID with the different SMS providers supported by TOKKO ID like Twilio SMS, BulkSMS and Infobip
Twilio SMS
After installing TOKKO ID now you can in easy steps integrate Twilio SMS with it to use SMS it for account activation and for the two-way verification
-
First goto: https://console.twilio.com/ and Sign in with your Twilio account
-
Now copy both ACCOUNT SID and AUTH TOKEN
-
Select Messaging service then click on Services and Create Messaging service
-
Now goto to TOKKO ID
Admin Panel -> Settings -> SMS Settingsand paste both keys and phone number as shown also you can add your own number to test your settings (Save First before Testing)
Push Notifications
In easy steps integrate OneSignal with TOKKO ID to enable push notifications feature for:
-
Web Apps (For Web Site, Web-View Apps and PWA Apps)
-
Messaging Apps (For native Android and iOS messaging apps)
-
Timeline Apps (For native Android and iOS timeline apps)
This is means you will need to create 3 different apps in OneSignal and get 3 different API keys for each app
Web Apps Notifications
To enable push notifications for Web Apps you need to follow the following steps:
-
First goto: https://app.onesignal.com/ and Sign in with your account or Sign up a new one.
-
Click on New App/Website
-
Now Enter your webiste or app name then Select Web then click Next: Configure Your Platform
-
Now Select Custom Code and Enter your website data and then click Save
-
Now your need to create new API Key, Go to Settings and click on Keys & IDs then click on Add Key
-
Now copy your new API ID & APP Key and paste it in TOKKO ID
Admin panel -> Settings -> Notifications Settingsin Web Apps section -
Now to integrate OneSignal with your Android Web-View App you need to go to Settings and click on Push & In-App then click on Google Android (FCM)
-
And to to get help with your Service Account JSON you can follow this link https://documentation.onesignal.com/docs/android-firebase-credentials
-
After that you will need to add the OneSignal APP ID to your IOS Web-View App and rebuild the app and republish it
Messaging Apps Notifications
To enable push notifications for Messaging Apps you need to follow the following steps:
-
Simply you will create a new app in OneSignal and get the API Key and APP ID as you did in the previous steps except that you will exclude the Web option.
Also you will use the same Service Account JSON for Android
Also you will use the same p8 Auth Key for the IOS But the only difference is that you will use it with different APP BUNDLE ID
-
And you will save the APP ID & API KEY in TOKKO ID
Admin Panel -> Settings -> Notifications Settingsin Messaging Apps section
Video & Audio Calls
TOKKO ID supports video & audio calls with the a lot of services, you can choose the one you want to use
Twilio
After installing TOKKO ID now you can in easy steps integrate Twilio with it for video & audio calls
-
First goto: https://console.twilio.com/ and Sign in with your Twilio account
-
Now copy ACCOUNT SID
-
Now go to Account then select APIs keys & tokens
-
After added your API name and click Create new API Key and then copy your API SID and API SECRET
-
Copy both and Now goto to TOKKO ID
Admin Panel -> Settings -> Chat Settingsand paste ACCOUNT SID and API SID and API SECRET as shown
Live Streaming
TOKKO ID supports live streaming with the a lot of services, you can choose the one you want to use
Agora
After installing TOKKO ID now you can in easy steps integrate Agora with it for live streaming
-
First goto: https://console.agora.io/ and Sign in with your Agora account
-
Now click on Projects then Create New
-
Now Select Secure Mode: APP ID + Token then enter your project name
-
Now Copy your both App ID and App Certificate and copy them to TOKKO ID admin panel
-
Now if you want to enable the Save Live Videos feature you will need to get your Agora Customer ID and Customer Certificate
-
Now goto to TOKKO ID
Admin Panel -> Settings -> Live Stream Settingsand paste both Agora Customer ID and Customer Certificate as shown -
Now you need to enable Agora Cloud Recording for your project
-
The final step you will need to creata new AWS S3 Bucket to save your users live videos and you can simply follow the same steps Here and then enter your bucket info in TOKKO ID
Admin Panel -> Settings -> Live Settings
Integrations
Learn how to integrate TOKKO ID with the different services like Google Maps, Yandex, Turnstile, Ageverify and Giphy
Google Vision
After installing TOKKO ID now you can in easy steps integrate Google Vision API with it to use the adult image detection feature
-
First you must have a project on Google developers and you can check how to do it from here: Google.
-
Now goto: https://console.developers.google.com/apis/dashboard and Sign in with your Google account
-
Now click library and search for Vision and then make sure it's enabled
-
Now you can get the API key from Credentials
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Uploads Settingsand paste this key
Google Recaptcha
After installing TOKKO ID now you can in easy steps integrate Google Recaptcha with it
-
First you must have a project on Google developers and you can check how to do it from here: Google.
-
Now goto: https://console.cloud.google.com/security/recaptcha/ and Sign in with your Google account and select your project
-
Now click Create key
-
Now you can get your Key Id and to get the Secret Key you need to click on Integration tab then click on Integrate with a third-party service or plugin
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Security Settingsand paste this key
Cloudflare Turnstile
After installing TOKKO ID now you can in easy steps integrate Cloudflare Turnstile with it to instead of Google reCAPTCHA
-
First goto: https://dash.cloudflare.com/ and Sign in with your Cloudflare account
-
Now click Turnstile then click Add Widget
AgeVerif
After installing TOKKO ID now you can in easy steps integrate AgeVerif with it to instead of Google reCAPTCHA
-
First goto: https://www.ageverif.com/ and Sign in with your AgeVerif account
-
Now click Website then click Add Website
-
Now goto to your TOKKO ID
Admin panel -> Settings -> Registration Settingsand paste the site key and secret key
FAQ
Explore answers for the frequently asked questions related to how to install and run TOKKO ID.
General
- /vendor
- /node_modules
https://x.com/tokkoblogger
Installations
Running
Support
We are located in GMT +7:00 time zone and we answer all questions within 12-24 hours in weekdays. In some rare cases the waiting time can be to 48 hours. (except holiday seasons which might take longer).
Go to your TOKKO DEV Profile > Dashboard
Thank You.























































































































































































