friend-selector : 获取所选好友的用户ID
我需要创建一个图形界面来显示当前用户的朋友,当您单击其中一个用户时,需要返回该用户的 ID,以便他们可以根据我的应用程序的业务规则执行一些处理。我想知道是否有任何组件提供此功能(点击朋友并获取我朋友的 id)。
当我说“组件”时,我指的是 UI,例如朋友选择器: http: //developers.facebook.com/docs/reference/fbml/friend-selector/ 谢谢
I need to create a graphical interface that displays the current user's friends and when you click one of these users need to receive in return the ID of the user so they can perform some processing based on business rule of my application. I wonder if there is any component that offers this functionality (click on a friend and get the id of my friend).
When I say "component" I mean the UI's such as friend-selector: http://developers.facebook.com/docs/reference/fbml/friend-selector/
Thanks
没有官方插件可以执行此操作。您需要:
There are NO official plugin to do this. You need to: