2011-12-10 60 views

回答

2

查看Facebook驗證文檔:http://developers.facebook.com/docs/authentication/

如果您需要驗證對Facebook的移動應用程序,然後按照Client-side Flow(進一步下跌的頁面)。如果您還有服務器,請使用Server-side flow

對於服務器端執行看到LeanEngine類FacebookAuth和FacebookLoginServlet:https://github.com/leanengine/LeanEngine-Server/tree/master/lean-server-lib/src/main/java/com/leanengine/server/auth

在客戶端就可以通過的WebView使用它:https://github.com/leanengine/LeanEngine-Android/blob/master/lean-android-lib/src/main/java/com/leanengine/LoginDialog.java

相關問題