The version of the Facebook graphic API used by restfb library
Hi,
I wonder what is the version of the Facebook graphic API being used by the latest version of restfb library?
The reason I asked this is that Facebook is sending the following message(s) out:
"v16.0 Upgrade Reminder Your App, XXX, currently has access to Graph API v16.0 which will reach the end of its 2-year lifetime on 14 May, 2025. To ensure a smooth transition, please migrate all calls to Graph API v17.0 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. You can view this and other Developer Notifications related to your app, in the App Dashboard."
As our app is using restfb library, I wonder if the above issue will affect the restfb. Please advise.
RestFB is supporting the Graph API up to 22 which is the current version. You need to keep the library updated, to use the current version enum. But I can use any older version that is supported by the Version enum.
If something changed with the supported fields, you have to check the Facebook changelogs. RestFB is too low level.