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

  • Home
  • SEARCH
  • 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 8748661
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:33:53+00:00 2026-06-13T12:33:53+00:00

When I use the API to send notification requests, they arrive as expected. However

  • 0

When I use the API to send notification requests, they arrive as expected. However after the user follows the link and accepts the App permissions, the notification persists.

Is there some additional call I need to make to clear the notification? I know it auto expires after some time, but that doesn’t seem entirely satisfying.

Am I missing something, or is this really not doable?

  • 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-13T12:33:54+00:00Added an answer on June 13, 2026 at 12:33 pm

    This is how you delete app request when users accept an app invitation.

    When user accepts an invitation i.e. comes to your application canvas page by clicking on app request notification, Facebook sends comma separated ids in “request_ids” parameter. You can get this requests and delete it using graph api like this :

    Here I am deleting the last request id :

    $ids = $_GET['request_ids'];
    $id_arr = explode(",",$ids);
    $count  = count($id_arr);
    $delete_url="https://graph.facebook.com/".$id_arr[$count-1]. "?access_token=" . $token . "&method=delete";
    $result = file_get_contents($delete_url);
    echo("Requests deleted (true or false) ?" . $result);
    

    Note request_ids field may contain multiple request id if he has been invited multiple times. I am not sure but you may need to delete all.

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

Sidebar

Related Questions

Hello everyone i'm trying to use the Facebook Api to send a notification and
I am trying to send app request notification to multiple friends using Graph api,,here
i got one api after google search, here is the link send-tweets How to
I'm trying to use the RegisteredWindowMessage API function to send text from one application
I use an API that expects a SQL string. I take a user input,
I am trying to use StoryBoard API in Corona. However, my button touch event
I need to use StreamSend API to send email, here is StreamSend API Reference
I want to use face.com face detection API (send an image to a server
I trying to use twitter API to send direct messages using C# but Twitter
We have a rails api that we would like to use to send notifications

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.