Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.60 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Facebook app request not getting displayed despite the increase of count
  2. FB.ui({
  3.         method : 'apprequests',
  4.         display : 'iframe',
  5.         to : '',
  6.         data : '',
  7.         title : 'Invite your friends to use Connect.',
  8.         message : 'Hi, I am a friend of this site and I think you should join me! Register now to join our friendly group.',
  9.         max_recipients : '5',
  10.         },
  11.         function(response) {
  12.         if (response) {
  13.             alert('Post was published.');                
  14.         }
  15.         else
  16.         {
  17.             alert('Post was not published.');
  18.         }
  19.     });