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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:18:11+00:00 2026-05-27T18:18:11+00:00

When a request is sent using the new fbjs requests 2.0 on Facebook: 1

  • 0

When a request is sent using the new fbjs requests 2.0 on Facebook:
1 – a notification is shown under the globe icon in the header
2 – a incremental number is shown next to the app name on the left menu

If the user clicks the notification, request_ids=123… is appended to the url. This can be used to clear out the request. If they navigate to the app another way such as the left menu, the requests are passed. So if the user skips over the notifications, they accumulate a lot of outstanding requests.

Is there a way to get all outstanding requests for a user without relying on them clicking the notifications?

  • 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-27T18:18:12+00:00Added an answer on May 27, 2026 at 6:18 pm

    To retrieve all the users outstanding requests you can make a call as follows :
    $facebook->api('/me/apprequests/');

    You can retrieve all the data for all the requests (for your application) into an array and remove them from facebook.

    // Retrieve ALL request-2.0's for user
    $res = $facebook->api('/me/apprequests/');
    $requests = $res['data'];
    foreach ($requests AS $request){
        echo 'Deleting '.$request['id'] . '<br/>';
        $facebook->api('/'.$request['id'].'/','DELETE');
    }
    

    Now you have all the users outstanding requests in $requests and you can act accordingly.

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

Sidebar

Related Questions

I am using the new FB.ui to create an request to friends on Facebook
When using simple request to post to Twitter the messages are signed with sent
I'm using dojo.xhrPost to sent Ajax Requests The call is wrapped by a function
I am using a animated gif to be shown when sending an asynchronous request
I'm trying to request a single location update using the new LocationManager.requestSingleUpdate() method, but
The request I sent is accept gzip but the response is not compressed, instead,
When a user performs any action on a page, the request is sent to
I need to consume XML based RESTful API. All request are sent in XML
If webserver can send gzip response, why can't browser sent gzip request?
Do querystring parameters get encrypted in HTTPS when sent with a request?

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.