Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph API call is getting made from an old version (which is soon going to be deprecated) #2536

Open
5 tasks done
AdullahRazi opened this issue Jan 21, 2025 · 0 comments
Open
5 tasks done

Comments

@AdullahRazi
Copy link

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant