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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T10:49:49+00:00 2026-06-03T10:49:49+00:00

In my facebook page, when someone who’s not the admin posts a photo, it

  • 0

In my facebook page, when someone who’s not the admin posts a photo, it goes into an album called “photos of me” that is different from other albums made by me.
It has no ‘aid’… its url is:
http://www.facebook.com/photo.php?fbid=1760432628996&set=o.373236069382570&type=1&permPage=1

Photos are public, you can see them even if you’re not registered on facebook.

I’m able to fetch photos in other albums of my page using this FQL:

SELECT pid, src, caption FROM photo WHERE aid = 'MY_ALBUM_ID' ORDER BY created DESC

But I can’t fetch photos in “photos of me” album because there’s not ‘aid’. I tried to query the stream but I got only pictures I posted on my wall.

Could someone paste me the correct FQL to fetch photos on the album above?

  • 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-03T10:49:51+00:00Added an answer on June 3, 2026 at 10:49 am

    These are photos you’ve been tagged in, so they aren’t your photos. That’s why they don’t show up in any of your albums.

    This query gets them:

    SELECT pid, object_id, src, caption FROM photo WHERE object_id IN 
       (SELECT object_id FROM photo_tag WHERE subject='373236069382570')
    

    According to the developer reference, FB prefers object_id to pid now. You might want to work with object_ids to prevent breaking your code if FB deprecates pid.

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

Sidebar

Related Questions

I have a Facebook application, a Facebook page and a website. When someone adds
I use below code to post an url to facebook page as a admin
Can someone identify ONE WEB PAGE where <meta property=og:audio:artist> and <meta property=og:audio:album> are actually
I've created a facebook fbml/api page that returns some content and it works. I
I am developing a Facebook page tab that will hold a competition. So firstly
Lets assume I have created a facebook app.So all those who(Admin) have facebook fan
I successfully integrated a FaceBook application into my project (the regular FaceBook page where
I'm working on a Facebook Page Tab app. Can someone tell me how to
I have a little Facebook app, that posts some preloaded images. I changed the
I have a promotional Facebook page set up which anyone is allowed to comment

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.