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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T14:25:17+00:00 2026-05-30T14:25:17+00:00

I am having a big problem with FBML app generated notifications. The app sends

  • 0

I am having a big problem with FBML app generated notifications. The app sends two kind of notifications. One type of notification is to invite the user’s friends to use the app (spreading the word), and second type is when user send request to his friends to check out his score on the app. The code for one of the invitation section is as follows. The other one is also similar to this with the exception of text.

<div style="width:580px;">   <fb:serverFbml width="582px" >
  <script type="text/fbml">
     <fb:request-form 
        method="post"           
        action="<?php echo $this->callback ?>/buddies/call"
       content="<?= htmlspecialchars('<fb:req-choice url="'.$this->application.'msg/invite_" label="Accept"/>Hi, I’m using My APP to find out about myslef, and that of my friends. Wanna join?”', ENT_QUOTES); ?>"
        type="event"
        target=""
        invite="true">
        <fb:multi-friend-selector actiontext="Invite your friends" exclude_ids="<?php echo $this->excludes;?>" email_invite="false" cols="3" max="35" />
    </fb:request-form>
</script>

Now the problem is that if the application is installed on the friends profile then the notification appears on the top globe and once clicked re-directs to the right page on the app. However, if the app is not installed then the notification appears on the top globe but when clicked nothing happens. I have checked via firebug that when clicked the page sends an AJAX call but nothing happens. Also the link that is generated is the same regardless of the fact that app is installed or not installed on the friends profile.

Any help will be most appreciated. I have deadline to meet and I am so short on time.

Thanks in advance.

Usman

  • 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-30T14:25:19+00:00Added an answer on May 30, 2026 at 2:25 pm

    You should use the new Requests 2.0. FBML is deprecated and will be completely removed from existence on June 1st (https://developers.facebook.com/docs/reference/fbml/).

    Here’s the documentation on how to use the new Requests 2.0:

    https://developers.facebook.com/docs/requests/

    https://developers.facebook.com/docs/reference/dialogs/requests/

    as simple as (when specifying a specific friend):

    function sendRequestToRecipients() {
      FB.ui({method: 'apprequests',
        message: 'My Great Request',
        to: '499802820'
      }, requestCallback);
    }
    

    OR allow the user to choose which friends:

    function sendRequestToRecipients() {
      FB.ui({method: 'apprequests',
        message: 'My Great Request'
      }, requestCallback);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am having a big problem figuring out where my app crash is being
Here is a (big) example of the massive problem I am having, when this
In MVC app, I am having this big object that is used in classic
We are having an application developed for BlackBerry - a pretty big one only.
I'm having a big problem trying to do map an entity to another that
I'm having a big problem when calling a web service from my WPF application.
we're having this big problem with our application. It's a rather large application with
I'm using NET 2.0 with WinForms on C#. I am having a big problem
I'm having a really big problem with live binding in jQuery 1.4. I want
I am having a big problem trying to connect to mysql. When I run:

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.