Wondering who’s checking out your Facebook Page? Let’s clear up a few things about — no myths, just facts. 👇
return posts
: For a Facebook page viewer, you'll need pages_read_engagement , pages_show_list , and possibly pages_manage_posts (depending on what you plan to do). Go to your app's "Products" > "Facebook Login" > "Permissions" and configure them. facebook page viewer
def get_post_reactions(post_id): url = f"https://graph.facebook.com/API_VERSION/post_id/reactions" params = "access_token": ACCESS_TOKEN, "summary": "total_count", "limit": 0 Wondering who’s checking out your Facebook Page
resp = requests.get(url, params=params) return resp.json().get("summary", {}).get("total_count", 0) Go to your app's "Products" > "Facebook Login"
Some sites show you a blurred list of "Top 5 Viewers." To unlock the list, you must complete a "verification survey" (e.g., "Win a free iPhone"). These surveys generate commission for the scammer. You never get the list, but you just gave away your phone number and email to spammers.
Comments
Comments have to be in English, and in full sentences. They cannot be abusive or personal. Please abide by our community guidelines for posting your comments.
We have migrated to a new commenting platform. If you are already a registered user of TheHindu Businessline and logged in, you may continue to engage with our articles. If you do not have an account please register and login to post comments. Users can access their older comments by logging into their accounts on Vuukle.