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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:35:21+00:00 2026-05-22T02:35:21+00:00

It would seem that this would be a simple thing to do, but I

  • 0

It would seem that this would be a simple thing to do, but I just can’t seem to find anything on how to accomplish this on the Facebook Developer forum, the API nor Google.
I’m using the PHP SDK to write a simple app that looks for a certain change regarding the current user (not to seem mysterious, it’s just that this part is irrelevant).
As soon as this change is detected, I want to somehow alert the current user of the change, just not by posting it to the user’s wall, this information needs to stay confidential – it needs to stay between the user and the app.
According to the Facebook API documentation, notifications are generated automatically – so I have no control over them, and I can’t seem to get the Bookmark counter to update automatically either – I have to problem getting it to increment when the user visits the app canvas page and something occurs, but what I want is to alert the user of a certain event without requiring the user to actually visit the app canvas.

  • 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-22T02:35:22+00:00Added an answer on May 22, 2026 at 2:35 am

    I would guide you to the Request dialog page because it’s (supposed to be) the right place to look. But as usual something is missing in the documentation.

    Anyway, what you are looking for is a application-generated request:

    <?php 
    
      $app_id = YOUR_APP_ID;
      $app_secret = YOUR_APP_SECRET;
    
      $token_url = "https://graph.facebook.com/oauth/access_token?" .
        "client_id=" . $app_id .
        "&client_secret=" . $app_secret .
        "&grant_type=client_credentials";
    
      $app_access_token = file_get_contents($token_url);
    
      $user_id = THE_CURRENT_USER_ID;
    
      $apprequest_url ="https://graph.facebook.com/" .
        $user_id .
        "/apprequests?message=’INSERT_UT8_STRING_MSG’" . 
        "&data='INSERT_STRING_DATA'&"  .   
        $app_access_token . "&method=post";
    
      $result = file_get_contents($apprequest_url);
      echo("Request id number: ", $result);
    ?>
    

    Described in a “blog post” instead of the documentation! and can be fount in this document (thanks @Charles).

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

Sidebar

Related Questions

I can't seem to find anything that would let me to easily show a
This is probably a really basic problem but I can't seem to find any
Has any one done this before? It would seem to me that there should
It would seem natural to me that HTML would support this: <div id=comment1> <div
This would seem to be the case in Firefox 3.5+, there I can instantiate
I have been looking everywhere but can't seem to find a good solution for
I'm going through Bitbucket and I can't seem to find any Mercurial repositories that
I can't seem to find a good resource on this.. I am trying to
It would seem that IE7 puts an extra 1px of spacing above and beneath
So, I'm working on some network programming in C, and it would seem that

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.