开发者

FaceBook IOS SDK - GitHub

开发者 https://www.devze.com 2023-01-26 05:33 出处:网络
I start writing a simple app to use FaceBook IOS SDK from GitHub. I have a few questions about it: Is there a better documentation about those Delegate .. functions ? I cannot find those except the

I start writing a simple app to use FaceBook IOS SDK from GitHub.

I have a few questions about it:

  1. Is there a better documentation about those Delegate .. functions ? I cannot find those except the ones in DemoApp in the package

  2. In the DemoApp, fbDidLogin, fbDidNotLogin and fbDidLogout are never called ... even a dialog is shown and I typed in username and 开发者_JAVA百科password for logging in


I finished my application with FaceBook SDK.Therefore, I can answer my own questions now.

1) Developer can follow the DemoApp OR can visit http://thinkdiff.net/facebook/how-to-develop-facebook-application-for-iphone/ for more information

2) fbDidLogin, fbDidNotLogin and fbDidLogout would only be called IF inline Dialog box (for FaceBook) is used. Those delegate functions won't be called IF FaecBook app or Safari browser is used instead

0

精彩评论

暂无评论...
验证码 换一张
取 消