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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:38:51+00:00 2026-06-03T09:38:51+00:00

If I invoke this: FB.ui({ method: ‘apprequests’, title: ‘Who would you like to invite?’,

  • 0

If I invoke this:

    FB.ui({
        method: 'apprequests',
        title: 'Who would you like to invite?',
        message: 'Hello there'
    });

The ‘preview’ in the requests dialog that comes up asking me to select recepients, suggests that the recipient(s) will will get the message “Hello there”.

But all they get is:

'name' send you a request in 'app'

which does not motivate them to click on it.

Anybody else getting this problem? Any solutions?

  • 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-03T09:38:51+00:00Added an answer on June 3, 2026 at 9:38 am

    You can change the message in the notification if you pass the “new_style_message” parameter in the FB.ui method. This will change the format of the notification from:

    $name sent you a request in $app

    to

    $name $message in $app

    When passing a custom message field using this parameter you are limited to a certain number of characters, the title parameter is ignored (for the notification, it will still show on the games/apps page), and you cannot change the “in $app” suffix so your message will need to be a short sentence fragment:

    FB.ui({
        method: 'apprequests',
        message: 'sent you an awesome request'
        new_style_message: true
    });
    

    Note that this is an undocumented feature; official support might be unreliable and it may change in the future without warning.

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

Sidebar

Related Questions

I have this method (simplified): void DoSomething(IEnumerable<int> numbers); And I invoke it like this:
If I invoke this method with different dates, the decimal places of the result
Till this moment I used this method to invoke: public string AddText { set
Here's my extension method for invoke on a control: public static void Invoke<T>(this T
Normally we have to do like this to invoke a function from a function
Is there any essential difference between this code: ThreadStart starter = new ThreadStart(SomeMethod); starter.Invoke();
Is there a way to invoke one time some method on value changed? I
I would like to achieve the same effect as in Reminders (iOS 5). There
Usually, I access a method in reflection like this: class Foo { public void
I am trying to invoke this method in Java reflectively: public void setFoo(ArrayList<String> foo)

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.