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

The Archive Base Latest Questions

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

Facebook recently made access to the user’s notifications using the Graph API possible. Using

  • 0

Facebook recently made access to the user’s notifications using the Graph API possible. Using the Graph API we should now be able to mark a notification as read.

I used the REST API to mark notifications as read before without any problems and now I would like to use the Graph API instead. I am making the following request:

[facebook requestWithGraphPath:@"notifications" andParams:params andHttpMethod:@"POST" andDelegate:self];

And the params dictionary will look like this:

{
    id = xxxxxxxx;
    unread = 0;
}

I am getting the following error:

OAuthException: (#3) Application does not have the capability to make this API call.

Does anyone have an idea why I might be getting this error?

  • 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-25T10:00:26+00:00Added an answer on May 25, 2026 at 10:00 am

    The error was happened because I was using the notification_id which FQL returned but it seems that the Graph API returns another type of ID. E.g. notif_xxxxxxxxxx_xxxxxxxxx and the request should look like:

    [facebook requestWithGraphPath:@"notif_xxxxxxxxxx_xxxxxxxxx" andParams:params andHttpMethod:@"POST" andDelegate:self];

    With the params dictionary being:

    {
        unread = 0;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Facebook changed their Graph API recently to require an access token. Therefore I quickly
I'm working on a site that is using Facebook Connect and recently made some
Facebook recently added photo-tagging capabilities to its Graph API: http://developers.facebook.com/blog/post/509/ I am using FbConnect
I have been using facebook api for a time, but recently there is a
Recently I'm working with the Graph API of facebook and I got the authentication
By using Graph Facebook API I'm trying to find all public contents related to
Facebook API: How to let the php knows whether the user is a fan
well I'm new to the facebook api stuff, and just recently someone told me
I recently included the facebook comments widget on my site, and now I would
I recently started to work with the Facebook API and I'm have some problems

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.