Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8447363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:09:52+00:00 2026-06-10T10:09:52+00:00

Is is possible to query facebook for information on which pages (on current domain)

  • 0

Is is possible to query facebook for information on which pages (on current domain) users liking the current page, also liked? Basically, being able to create a “Users liking this page also liked:”, followed by list of pages on the current domain.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T10:09:53+00:00Added an answer on June 10, 2026 at 10:09 am

    The only way I think you can realistically do this is by subscribing to the edge.create event on a like button and storing it in your own database with the user_id, page address etc.

    https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/
    

    With FQL,the problem is that you would need to read the ‘url_like’ table to find this information out, but the only indexable field on this is user_id, which means you could only query for the current active user. If you do want to show the current user other pages on your site they like, you can use a query such as following:

     SELECT url FROM url_like WHERE user_id = me() and strpos(url, 'http://www.example.com') = 0
    

    But as I say, for the use case you describe you would need to store this information yourself and then perform your own query to workout the most popular posts. Alternatively the recommendations plugin might meet your needs

    https://developers.facebook.com/docs/reference/plugins/recommendations/
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Querying Users who 'like' my Facebook Page Currently all the solutions on
Is it possible to query using Facebook Query Language when not currently logged in
I can easily get the unread notifications with this query: https://graph.facebook.com/USER_ID/notifications?access_token=ACCESS_TOKEN Is it possible
Hey all, I've made a facebook application for a contest, which allows users to
I'm developing a web app where users enter their facebook page url either in
Possible Duplicates: Does facebook fql contain the sql like operator? FaceBook query using FQL
It's possible to both query (GET) or create (POST) a post on a users
I have a facebook application which I communicate directly with users via email. Is
Possible Duplicate: response.authResponse is null i have developed one facebook page with apps, what
As described on facebook's developer page here , it is possible to get the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.