You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not security related and can safely be disclosed publicly on GitHub
Xcode version
15.4
Facebook iOS SDK version
18.0.0
Dependency Manager
CocoaPods
SDK Framework
Core
Goals
In file FBAEMKit/FBAEMKit/AEMNetworker.swift, on line 26 we can see graphAPIEndpoint using graph API version 'v17' which is soon going to deprecate and can create issues as per the Meta docs. Can we know at what other places any deprecated version is getting used and what will be the consequences of those? Also, when are we thinking to update these code pieces?
Expected results
NA
Actual results
We should be using the latest graph API version at all the endpoints.
Steps to reproduce
Path - FBAEMKit/FBAEMKit/AEMNetworker.swift
Line no - 26
Graph API version - v17
Expected - Latest (v21)
Code samples & details
The text was updated successfully, but these errors were encountered:
Checklist before submitting a bug report
Xcode version
15.4
Facebook iOS SDK version
18.0.0
Dependency Manager
CocoaPods
SDK Framework
Core
Goals
In file
FBAEMKit/FBAEMKit/AEMNetworker.swift
, on line 26 we can seegraphAPIEndpoint
using graph API version 'v17' which is soon going to deprecate and can create issues as per the Meta docs. Can we know at what other places any deprecated version is getting used and what will be the consequences of those? Also, when are we thinking to update these code pieces?Expected results
NA
Actual results
We should be using the latest graph API version at all the endpoints.
Steps to reproduce
Path -
FBAEMKit/FBAEMKit/AEMNetworker.swift
Line no -
26
Graph API version -
v17
Expected - Latest
(v21)
Code samples & details
The text was updated successfully, but these errors were encountered: