简体   繁体   English

iPhone开发:从friendpicker向多个facebook朋友发送应用程序请求

[英]iphone development: sending app requests to multiple facebook friends from friendpicker

I have been searching so long bu could not find any suitable answer so if you have any idea it would be perfect. 我一直在搜索,所以很久以来bu找不到任何合适的答案,因此,如果您有任何想法,那将是完美的。

In my app i have friendpicker controller it lists all my friends. 在我的应用程序中,我有friendpicker控制器,它列出了我的所有朋友。 When I select some of them and press done button I can successfully log the ones I selected. 当我选择其中一些并按“完成”按钮时,我可以成功记录我选择的那些。 so there is no problem. 所以没有问题。 But what i want to do is sending app request to the selected users. 但是我想做的是向选定的用户发送应用程序请求。 How can I do that? 我怎样才能做到这一点? what I need is sending multiple app requests to the friends which are selected from the friendpicker. 我需要将多个应用程序请求发送给从friendpicker中选择的朋友。 Thank you 谢谢

(Facebook SDK 3.5) (Facebook SDK 3.5)

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

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

This may help you. 这可能对您有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM