問題描述
我正在尋找通過 Facebook API 創建和配置 Facebook 應用的解決方案.它的圖形 API/FQL 或 REST API 無關緊要,但我找不到任何方法來做到這一點.
I'm looking for a solution to create and configure Facebook Apps via the Facebook APIs. It doens't matter if its Graph API / FQL or REST API but I couldn't find any way to do this.
推薦答案
您沒有找到,因為這是不可能的.
You didn't find because this is not possible.
Facebook 決定不支持使用 API 管理和創建應用程序,以避免機器人創建或編輯應用程序.
Facebook decided not to support app management and creation using the API, in order to avoid applications created or edited by bots.
使用 API 只能執行一些操作:
Only a few actions are possible using the API:
- 遷移(如遷移到 OAuth2,...)
- 限制(地域、年齡...)
- 禁止用戶(添加/刪除)
- 測試用戶創建/編輯/刪除
參見 http://developers.facebook.com/docs/reference/api/申請/了解更多信息.
您會注意到第一句話:要創建、管理或刪除應用程序,開發人員必須轉到開發人員應用程序."
You'll notice one of the first sentence: "To create, administer or delete applications developers must go to the Developer Application."
這篇關于通過 API 創建和配置 Facebook 應用的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!