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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:13:55+00:00 2026-06-06T13:13:55+00:00

I am creating some application, facebook application and i need to ask you something.

  • 0

I am creating some application, facebook application and i need to ask you something.

I retrieve the like_friend variable by using this code:

if(!empty($friends['data'])){
        $like_friend = $facebook->api(array(
                    "method" => "fql.query",
                    "query"  => "SELECT uid FROM page_fan WHERE page_id='".$page_id."' AND uid IN (SELECT uid2 FROM friend WHERE uid1=me())"));
        $check_arr = array();
        if(!empty($like_friend)){
            foreach($like_friend as $likes){
                $check_arr[] = $likes['uid'];
            }
        }

        $like_friend_other = $facebook->api(array(
                    "method" => "fql.query",
                    "query"  => "SELECT uid FROM page_fan WHERE page_id=184759054887922 AND uid IN (SELECT uid2 FROM friend WHERE uid1=me())"));
        $check_arr1 = array();
        if(!empty($like_friend_other)){
            foreach($like_friend_other as $likes){
                $check_arr[] = $likes['uid'];
            }
        }


        $size = variable_get('facebook_graph_pic_size_nodes','square');
        $protocol = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http';
        foreach($friends['data'] as $data){
            if(!in_array($data['id'],$check_arr) && in_array($data['id'],$check_arr1)){

If i just duplicate it but name it $like_friend1 can i do a double check like this:

if(!in_array($data['id'],$check_arr) && in_array($data['id'],$check_arr1)){
  • 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-06T13:13:56+00:00Added an answer on June 6, 2026 at 1:13 pm

    In short, yes.

    In cases like this, the best way is to simply try it and see what happens 😉

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a Facebook iframe application, and need to use some $_GET variables.
I'm creating some scripts to streamline application installations and I need to append to
I try to learn OpenGL by creating some sort of 3D Modeler application using
I'm creating some desktop application using WPF(C# .net). I want to create it as
I've been reading about creating my first facebook app. Some sites say I need
I am creating some animation on my application and the code below zooms out
I'm creating some custom application logs in my web application with log4net for my
I am creating some cookies in my ASP.NET application. These cookies expire 10 minutes
I am having some difficulty creating a bundle for my application, and placing files
Was creating a simple console application to do some prototyping and was shocked to

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.