如何更新開發者 Facebook 應用程序版本 (how to update developer facebook app version)


問題描述

如何更新開發者 Facebook 應用程序版本 (how to update developer facebook app version)

我的開發者 facebook book 應用程序給我這樣的警報‑

v2.9 Upgrade Reminder

Your App, とよたのりのりチャンネル, currently has access to 
Graph API v2.9 which will reach the end of its 2‑year lifetime 
on 22 July, 2019. To ensure a smooth transition, please 
migrate all calls to Graph API v2.10 or higher. 
Use the API Upgrade Tool to understand exactly how this change will impact your app.

Note: If you do not see any impacted calls in the API Upgrade Tool,
 your app/code may not be affected by this upgrade.

Visit our changelog to see the full list of changes in all Graph 
API versions.

我檢查了 API Upgrade Tool 的結果‑ 在此處輸入圖片描述

我嘗試 Settings‑>Advance‑>Upgrade API Version 到 v4.0 但這並沒有更新我的應用程序。

我保留收到警告 ‑ 在此處輸入圖片描述

如何更新我的應用程序?


參考解法

方法 1:

Go to Settings > Advanced. You can upgrade the version over there. Also make sure to remove or replace version numbers in API calls in your code.

(by kokoroandyrandy)

參考文件

  1. how to update developer facebook app version (CC BY‑SA 2.5/3.0/4.0)

#Version #facebook-graph-api #facebook #updates






相關問題

XCode4 Organizer - 由於 CFBundleVersion 錯誤,應用程序驗證失敗 (XCode4 Organizer - App fails validation due to CFBundleVersion error)

如何避免編譯iOS 4.0提供的常量,並內置到iOS 3.1的設備中 (How to avoid compiling the constant which is provided in iOS 4.0, and build into the device with iOS 3.1)

如何從 CLI 中查找 php 中內置模塊的版本號 (how to find the version numbers of built in modules in php from the CLI)

Tài liệu trực tuyến Ruby / GSL cho phiên bản sai? (Ruby/GSL online documentation for wrong version?)

如何配置我的 SBT 以使用帶有指定插件的插件? (How to configure my SBT to use a plugin with a specified plugin?)

安裝舊版本的 Python 以在 Mac OS X 上進行測試 (Install older versions of Python for testing on Mac OS X)

檢測/指紋手機品牌和型號的替代方法? (Alternative way to detect/fingerprint phone make and model?)

實體框架發布揭秘 (Entity Framework Releases Demystified)

android SDK 版本之間的差異 (Difference between android SDK versions)

如何檢索顯示上游狀態的 git 版本信息 (How do I retrieve git version info showing upstream state)

嘗試使用 get-PnPFile 從 OneDrive 獲取文件的所有版本時找不到文件 (File not found trying to get all versions of a file from OneDrive using get-PnPFile)

獲取.Net Core 3.1 單文件可執行版本號 (Get .Net Core 3.1 single-file executable version number)







留言討論