Facebook Requests Dialog: Frictionless Requests in native iOS app possible?

▼魔方 西西 提交于 2019-11-29 18:40:18

问题


As of Oct 10, 2011, the Facebook iOS SDK does again support the "apprequests" dialog for sending user-to-user requests from native iOS apps (see the screenshots in Facebook's developer docs for an example).

One thing that's missing compared to the apprequests dialog invoked via Javascript, though, is the possibility to enable the so-called frictionless requests (see the section about frictionless requests about halfway down the page), i.e. the ability for the user to allow the app to send user-to-user requests without the dialog popping up every time by checking a checkbox when the dialog pops up first.

Question: is there a way to enable frictionless requests for native iOS apps.


回答1:


To answer my own question, frictionless requests now work (as of late Oct 2011). It seems Facebook has enabled the functionality.

The reason it worked all of sudden might also have to do with us switching our FB app ID from a sandbox app (for internal testing) to an app used in production. So perhaps frictionless requests are enabled by Facebook only for production apps or on an app-by-app basis.




回答2:


The SDK references still claim it's not possible.

"You cannot use frictionless requests in native iOS or Android apps, or from any server-side SDKs."

https://developers.facebook.com/docs/reference/dialogs/requests/



来源:https://stackoverflow.com/questions/7751806/facebook-requests-dialog-frictionless-requests-in-native-ios-app-possible

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!