0

我一直在寻找很长时间,但找不到任何合适的答案,所以如果您有任何想法,那将是完美的。

在我的应用程序中,我有friendpicker 控制器,它列出了我所有的朋友。当我选择其中一些并按下完成按钮时,我可以成功记录我选择的那些。所以没有问题。但我想做的是向选定的用户发送应用请求。我怎样才能做到这一点?我需要的是向从friendpicker中选择的朋友发送多个应用程序请求。谢谢

(Facebook SDK 3.5)

4

1 回答 1

-1
You should design experiences into your app to allow users to send requests to     friend to drive re-engagement. Some design experiences include giving users the ability to request gifts, accept gifts, or help them complete a mission in your app. For example in Diamond Dash you can send a life to a friend. If that friend has not been using the app for a while this could help re-engage them.

Another design experience to consider is to allow users invite their friends to use    your app. For example, there are apps that ask users to rate the app after some time. If you wanted to build something similar to drive engagement you could ask users to invite their friends. Wherever you have a button or call to action to rate   the app, think about adding a flow to invite friends.

These user-generated requests are initiated when the app enables the user to select one or more friends to send a request to.

We will walk you through the steps to send out an invite or a request:

Triggering when the invitation or request is sent
Sending the request
Sending additional data with the request, such as a virtual gift

请参阅本教程:http: //developers.facebook.com/docs/howtos/send-requests-using-ios-sdk/

这可能会对您有所帮助。

于 2013-05-29T12:38:52.627 回答