我可以在 facebook 中创建应用请求,但我的要求是在所有朋友列表中只为 1 个朋友发送应用请求。请需要您的帮助才能仅向一位用户发送应用请求,而无需选择多个好友列表 感谢您的关注。
Bundle params = new Bundle();
params.putString("message", getString(R.string.request_message));
Utility.mFacebook.dialog(Hackbook.this, "apprequests", params, new AppRequestsListener());