Login
RSS → AI WordPress articles → social summaries → Telegram / X / Facebook posting → Telegram forwarding → scam filtering.
Bot Status
Stopped
Stopped
Wallet
Not connected
Not connected
Telegram Session
Telegram setup guide
- Go to
my.telegram.organd sign in with the Telegram account that will manage your groups or channels. - Open API development tools, create an app, then copy the API ID and API Hash.
- Paste the API ID, API Hash, phone number, and session name in this form.
- For social posting, enter a Telegram channel or group such as
@yourchannelorhttps://t.me/yourchannel. - Preferred option: create a bot with
@BotFather, add it as admin/member in the target channel/group, then paste the bot token and chat IDs. This avoids browser button-click issues. - Click Save Telegram, then Send Telegram Code. Enter the code received in Telegram and your 2FA password if Telegram asks for it.
- Click Test Session. Make sure the Telegram account has permission to post, delete messages, and ban users in the target groups if BlockScam is enabled.
X / Twitter Cookie
X / Twitter setup guide
- Preferred option: create an X Developer app and generate an OAuth 2.0 user access token with
tweet.write,tweet.read, andusers.readscopes. - Paste the X API Access Token above. This posts through the official
POST /2/tweetsAPI and avoids UI selector issues. - Browser fallback: log in to X in a normal browser session and copy the cookies named
auth_tokenandct0from thex.comdomain. - Enable X posting, save, then click Test X Post. If the browser fallback fails, refresh the cookies because X may have expired the session.
Use a dedicated social account for automation. Platform UI changes can require selector updates.
Facebook Page API
Facebook posting now uses Meta Graph API only. Cookie/browser posting has been removed to avoid selector errors, comment-box mistakes, and unstable Facebook UI changes.
How to get Facebook Page ID + Page Access Token
- Go to developers.facebook.com/tools/explorer and select your Meta app.
- In Permissions, add:
pages_show_list,pages_read_engagement, andpages_manage_posts. If some permissions are missing, add the Page management use case in your Meta app first. - Click Generate Access Token, log in with the Facebook account that manages the Page, and allow access to the target Page.
- Run this Graph Explorer request:
GET me/accounts?fields=id,name,access_token,tasks. - Find your Page in the response. Copy
idinto Facebook Page ID and copy that Page'saccess_tokeninto Facebook Page Access Token. - Save, enable Facebook posting, then click Test Facebook Post. A successful test returns a Facebook post ID in the logs.
Security: the Page Access Token can publish to your Page. Do not commit it to GitHub, do not share it publicly, and rotate it if exposed.
Note: Graph API publishing works for Facebook Pages. It does not publish to a personal profile.