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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T11:40:52+00:00 2026-06-02T11:40:52+00:00

I am developing a Facebook app where I have multiple (~200) pages and users

  • 0

I am developing a Facebook app where I have multiple (~200) pages and users can ‘like’ them. Based on likes I create a table of best pages.

I am using a REST API to get likes like so:

http://api.ak.facebook.com/restserver.php?v=1.0&method=links.getStats&format=json&urls=%%URL%%

Having up to 75 URLs in a single call plus if total number exceeds 75 I sleep(5) and do a next call until all URLs are passed and responses received. After I sync the ‘like’ amounts to db. This function is going to run with cron ideally every 5 minutes or so.

My question is how often would it be appropriate to make those calls and can Facebook restrict these calls in any way if I exceed some sort of limit (if there is such)?

Any suggestions are welcome.

  • 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-02T11:40:53+00:00Added an answer on June 2, 2026 at 11:40 am

    In the Facebook Platform Policies it states:

    1. If you exceed, or plan to exceed, any of the following thresholds please contact us by creating a confidential bug report with the
      “threshold policy” tag as you may be subject to additional terms: (>5M
      MAU) or (>100M API calls per day) or (>50M impressions per day).

    So if you plan to exceed that, contact them.

    Why are you using the rest api? It has been deprecated and you should switch to the graph api.
    Also, the graph api has the Batch Requests feature which will let you aggregate api calls into one request.


    Edit

    The equivelent for what you’re trying to do (I think) is the use the FQL table link_stat.

    Something like:

    SELECT 
        share_count, 
        like_count, 
        comment_count, 
        total_count, 
        click_count 
    FROM 
        link_stat 
    WHERE 
        url="URL"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm starting developing a Facebook app with PHP SDK, I have a two doubs
I'm developing an iPhone app which uses Facebook sharing. I cannot create the Facebook
I am developing a facebook app and I seem to have got stuck on
I am developing a Facebook app. I have a server side OAuth flow which
I'm developing on the Google App Engine and I would like to integrate Facebook
I have a reasonable workflow for developing an iFrame app for Facebook. It's reasonable
I am developing a facebook app where users watch videos from a playlist and
I am developing an android app which has Facebook integration in it. I have
I'm developing a facebook app which can be viewed in an iframe on Facebook
I'm developing an app that retrieves events via FQL from facebook Pages. it happens

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.