我正在使用Facebook身份驗證模塊,嘗試使用Facebook登錄,但似乎它不工作。當我嘗試點擊按鈕時,它會在facebook網站上詢問權限和類似內容,然後重定向回我的網站,但似乎沒有任何反應(沒有登錄),但有一些會話使用螢火蟲。我在我的本地主機工作。這是它的原因嗎?我試圖手動登錄,並嘗試點擊按鈕,它做的是註銷。我在數據庫中檢查了我的facebook id和facebook名稱,似乎是正確的。銀條紋模塊 - Facebook身份驗證
只是爲了增加一些信息。如果我已經登錄,並且如果我使用Javascript,它似乎連接到Facebook,否則如果我註銷它類似於上面的senario。
順便說一句,我不是很好用銀條紋和PHP。非常感謝幫助。
謝謝!
編輯:我這樣做的權利?
<form id="FacebookLoginForm_LoginForm" enctype="application/x-www-form-urlencoded" method="post" action="Security/LoginForm">
<p id="FacebookLoginForm_LoginForm_error" class="message" style="display: none"></p>
<fieldset>
<input type="hidden" value="FacebookAuthenticator" name="AuthenticationMethod" id="FacebookLoginForm_LoginForm_AuthenticationMethod" class="hidden AuthenticationMethod">
</fieldset>
<div class="Actions">
<input type="image" alt="Sign in with Facebook" title="Sign in with Facebook" src="facebook/Images/signin.png" name="FacebookLoginForm_dologin" id="FacebookLoginForm_LoginForm_action_Facebook_dologin" class="action">
</div>
</form>
你在說什麼https://github.com/wilr/silverstripe-facebookconnect? – xeraa 2013-04-11 17:19:56
不,我在談論這個http://www.silverstripe.org/facebook-authentication-module/ – Yuusha 2013-04-12 01:21:23