2012-12-20 34 views
2

我正在做我的項目中的Facebook集成部分。我從rey wenderlich下載了facebook集成示例項目,然後更改了appkeyappsecretkey。當我運行這個應用程序時,登錄驗證工作正常,然後顯示錯誤。錯誤:此端點已被棄用。要暫時重新啓用它,您可以禁用「august_2012」平臺遷移

ERROR: This endpoint has been deprecated. To temporarily reenable it, you may disable the "august_2012" platform migration. It will be disabled permanently on August 1, 2012.

是否有解決方法或您是否意識到問題並正在解決問題。

+0

亞同樣的問題...你得到的解決方案? –

+0

你如何解決這個問題 – Senthil

回答

0

消息很明確:您複製的示例使用的是某些Facebook API,自2012年8月起已棄用&禁用。因此您需要相應地更新您的代碼。

This section of the Completed Changes page列出了在上述日期生效的棄用。我想你是使用prompt_permissions.phpprompt_feed.php;按照頁面中所述進行升級。

相關問題