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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:48:12+00:00 2026-05-27T18:48:12+00:00

I am using Facebook C# SDK but there is not an overloaded method to

  • 0

I am using Facebook C# SDK but there is not an overloaded method to pass in two queries as parameters. How can I merge two queries?

My Queries like this I have two Queries one is retrieving Name and second is retrieving Message so I want to show name and message to my application but the FQL deosn’t support join and all so how I can do this eg.

var Query1 = fbApp.Query("SELECT uid, name, pic_square FROM user WHERE uid = me() OR uid IN (SELECT uid2 FROM friend WHERE uid1 = me())");

var newsFeed = fbApp.Query("SELECT post_id, actor_id, target_id, message FROM stream WHERE filter_key in (SELECT filter_key FROM stream_filter WHERE uid=me() AND type='newsfeed') AND is_hidden = 0");

how I can get result name–> message.
Thanky you..!!

  • 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-05-27T18:48:12+00:00Added an answer on May 27, 2026 at 6:48 pm

    I use multiquery in my application. What you do is pass a string[] array into the .Query() command.

    "SELECT uid, page_id, type  FROM page_admin WHERE uid = " + id
    

    and

    "SELECT uid, read_stream, status_update, photo_upload, publish_stream, offline_access FROM permissions WHERE uid IN (SELECT page_id FROM #query0)"
    

    You don’t get to name the queries, they come prenamed via the C# API. Note it’s #query0, #query1, etc…

    When you get the data back, here’s how I parsed it:

    var pageAdmins = multiqueryResults[0].fql_result_set;
    var permissions = multiqueryResults[1].fql_result_set;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the PHP library for the Graph API ( http://github.com/facebook/php-sdk ) but
I'm using the PHP SDK for facebook connect. Now, I can log people in
I'm writing a Facebook application, somewhat like a dating site (but not quite), and
I’m using Facebook’s JavaScript SDK to do something like FB.api('/1234567890/events', 'POST', { name: My
Is it possible to query using Facebook Query Language when not currently logged in
Using the Facebook API, is there a way of getting a friend's phone/cell number?
I'm trying to build an application using the facebook-android-sdk. I've pulled the sdk off
Let's say I have an facebook application running using the JS SDK. First user
I've integrated facebook in my android application using facebook sdk and succeded to do
I am creating a canvas application using the Facebook C# SDK and am trying

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.