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 8150181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T15:00:04+00:00 2026-06-06T15:00:04+00:00

Hi i am new in using facebook api i want to get the friends

  • 0

Hi i am new in using facebook api

i want to get the friends status based on following criteria

Get all the friends details (name, uid, status_message, posted_date) whose status update has more than 15 comments/likes 

following query is giving all friends status updates

 SELECT status_id, uid , message FROM status WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me())

Above query returns all my friends updates but i want to include the comments and likes on those updates in the response so that i can check the count on my side

there are comments table and likes table also in the api both might have foreign key relationship with the status_id column

Can we write a full query with joins like SQL

  • 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-06T15:00:05+00:00Added an answer on June 6, 2026 at 3:00 pm

    You can’t do JOINs in FQL, but you can approximate them with a multiquery:

    {
      'status': 'SELECT status_id, uid , message FROM status 
             WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me())',
      'comments': 'SELECT post_id, fromid, time, text FROM comment 
             WHERE post_id IN (SELECT status_id from #status)'
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the Facebook php-sdk to get the users name and friends, right now
how to develop new facebook application (login , add photos ) using the api
I am trying to get some locations in New York using FourSquare API using
I'm using Facebook API v5.3 BETA, although have tried the following using v5.2.1 Stable.
I want to connect to a my facebook application using the facebook java api
How can I retrieve friends picture using graph api. I have manage to get
I am very new to FaceBook Javascript API. I need help to get the
all I want to display youtube subscriber using its api. But not able to
I am using the new FB.ui to create an request to friends on Facebook
i'm using facebook runner to apply some facebook api tesk. i want to check

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.