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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:25:15+00:00 2026-05-25T16:25:15+00:00

I made a Facebook Application that people use to share links from my webpage

  • 0

I made a Facebook Application that people use to share links from my webpage to their walls, and now I need to get back a list of the posts made through it during a pediod of time (e.g. from Sep. 4th to Sep. 10th), incluiding their Post IDs.

I am aware that I could save that information at the moment of its publication, but I need some old data that I didn’t save that way.

I have tried using FQL, but that requieres to indicate the source_id (Facebook ID of the user’s wall where the post is on), which I am not able to know.

The Graph API object for my application doesn’t seem to help either, since it doesn’t have a connection for the posts made through it.

Any help would be really apreciated, even just a sign in the right direction.

  • 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-25T16:25:16+00:00Added an answer on May 25, 2026 at 4:25 pm

    As suggested, prompt the user for read_stream permissions, and then I’d suggest to take the fql route:

     SELECT post_id, actor_id, target_id, message 
     FROM stream 
     WHERE attribution=[your app name] 
           AND created_time > [since]
           AND created_time < [until] 
           AND filter_key in (SELECT filter_key 
                              FROM stream_filter 
                              WHERE uid=me() AND type='newsfeed')
    

    It’s not likely to be an issue, but be aware that there’s a limit in the number of items returned, so if your time span is wide and your users posted a lot, you may have to play with the [until] and [since] a bit more and make several calls to retrieve everything.

    Also take a look at the documentation for more information about fields you can query: http://developers.facebook.com/docs/reference/fql/stream/

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

Sidebar

Related Questions

I'm currently developing a web application that will use Facebook as a authentication service.
I have made an iframe style facebook application that uses php and javascript (jquery).
I have successfully made an facebook application which shows real time data from facebook
I have made an application on facebook, i have added link share option, comment
I made a very simple Facebook application in PHP that retrives information about the
I have made an application which uses latest ios facebook sdk to connect. I
I'm working on a site that is using Facebook Connect and recently made some
I have many fan pages that I admin in Facebook and I made a
I made an iphone app to capture image from camera and to set that
I'm working with an application that was built and integrated to Facebook using the

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.