0

I am sending apprequest to send "Gift" to friends.

Code which i am using to send gift is as below :

FB.AppRequest (Send_Gift_Message, OGActionType.SEND, GIFT_10_COINS, toFriends, null, "Send Gift", delegate(IAppRequestResult result) {
                
            });

This is sending gift request perfectly but i just want to change message which is shown while sending gift.

I am attaching image which shows message :

enter image description here

I want to change "sent you a coin:". I want to use "sent you coins:".

Is it possible to change ?

If it is possible then plaese guide me steps.

Thanks.

Community
  • 1
  • 1
Riddhi Shah
  • 733
  • 4
  • 11
  • 25
  • 1
    No, that is not possible AFAIK. You can specify whether “a” or “an” is used, and what the plural form of your object name is (both in app dashboard, in your OG object properties), and you can edit the different phrases used as well, in the story configuration – but as long as you publish a single action on an object, it will still show the singular form of the object name. (And naming your object with the plural form to begin with is not allowed by Facebook, they’ll reject that in review.) – CBroe May 20 '16 at 14:00
  • Thanks a lot @CBroe. – Riddhi Shah May 21 '16 at 05:29

0 Answers0