Facebook connect displaying invite friends dialog and closing on completion

前端 未结 5 1639
灰色年华
灰色年华 2020-12-24 09:26

I\'m trying to create a Facebook Connect application that displays a friend invite dialog within the page using Facebook\'s Javascript API (through a FBMLPopupDialog).

5条回答
  •  不知归路
    2020-12-24 10:02

    Just if someone will look for something like this in 2011, here is link: http://developers.facebook.com/docs/reference/dialogs/requests/ , and piece of code that you need to send application request is:

    FB.ui({method: 'apprequests', message: 'A request especially for one person.', data: 'tracking information for the user'});
    

提交回复
热议问题