Finding ways to automate Facebook engagement "without a token" usually refers to using browser extensions or automation scripts that use your active login session rather than a specific API access token.
Alternatives to Auto-Liking
How to Auto Like Facebook Posts Without Tokens auto like facebook no token exclusive
# Extract post IDs post_ids = [] for post in post_containers: post_id = post['data-post-id'] post_ids.append(post_id)