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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T19:00:29+00:00 2026-06-02T19:00:29+00:00

Is it possible to show images made with a facebook app (which are uploaded

  • 0

Is it possible to show images made with a facebook app (which are uploaded by them to the users facebook gallery) inside another website?

  • 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-02T19:00:31+00:00Added an answer on June 2, 2026 at 7:00 pm

    You can retrieve images for the current user which she has uploaded with another app. The current user needs to be logged in with access token and you need

    read_stream
    user_photos
    

    permissions.

    You can retrieve urls to the photos with an FQL query and some client-side parsing:

    First, query the FQL stream table for stream post attachments where the field “app_id” = the other app’s id.

    SELECT attachment FROM stream WHERE source_id=me() AND app_id=OTHER_APP_ID
    

    This retrieves attachments for all posts done using the other app.

    It’s possible the query can be further narrowed down as follows, but I don’t have a data set to test it on:

    SELECT attachment FROM stream WHERE source_id=me() AND app_id=OTHER_APP_ID AND type=247
    

    where 247 means photos. It could save you some work client-side (The two AND look hackish, perhaps someone can suggest a better statement…).

    Once you have your response, parse the JSON. Each ‘attachment’ has a field called “media” which is an array. For each array item, check if type=”photo”. If it is, the “src” field will contain a url link to a small version of the uploaded photo.

    To illustrate, here is the beginning of a sample JSON response:

    "attachment": {
        "media": [
          {
            "type": "photo", 
            "src": "https://...._s.jpg", 
             //etc
    

    The JSON response also contains links to other sizes.

    For more information about the stream table please see the Facebook Developers docs.

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

Sidebar

Related Questions

Is it possible to show in one application window (maximized) live screens of another
Do you know if it is possible to show images and videos in RSS?
Is it possible to allow the fileupload control to show only images? When we
I'm using following code to open a gallery inside of my app Intent intent
Possible Duplicate: multiple upload images on c#/jquery hey guys! Yesterday i made here a
Possible Duplicate: How does Facebook Sharer select Images? I have implemented the Facebook Like
is it possible to show an ovelay div with loading image inside , during
Is it possible to show any part of image in img tag (with pixels)
I'd like to show an image as big as possible. When the user is
Is it possible to show line numbers in the Developer Center when editing xslt

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.