问题
I'm trying to figure how a custom invite/request dialog can be created in the new Facebook iOS SDK.
So far I only found the use of FBWebDialogs to create request dialog but it's not customizable AFAIK.
In this sample there is an explanation on how to do that but it doesn't help me because:
- It's java script API.
- It talks about the invitable_friends API while "The invitable_friends API is only available for games that have a Facebook Canvas app implementation using version 2.0 of the Graph API" which my game Thingies is only available in iOS.
So the questions are:
Can a Requests dialog (FBWebDialogs ) be even used in an iOS game that has no presence on Facebook Canvas?
Because here it says that an app that does not have a presence on Facebook Canvas may use the Message Dialog on iOS, not the requests dialog, but here it doesn't restrict FBWebDialogs in iOS to games with Canvas (if it does restrict what will happen when you do use the FBWebDialogs after april 2015? an Exception?!?)
How a request dialog be customized in facebook iOS SDK 3? e.g. like in here:
Can you send a request in this dialog to friends that are not playing the game?
After you select them and send the request, will it open a send request dialog for confirmation? e.g. like in here:
Thank you all!
来源:https://stackoverflow.com/questions/26309819/custom-facebook-ios-request-dialog-with-sdk-v3-19-and-graph-api-v2-1