I am using the Facebook SDK for Unity (v7.4.0) in one of my games. I recently received the following Developer Alert from Facebook:
[your game] has been making recent API
calls to Graph API v2.0, which will
reach the end of the 2-year
deprecation window on Monday, August
8, 2016. Please migrate all calls to
v2.1 or higher in order to avoid
potential broken experiences.We recommend using our new Graph API
Upgrade Tool to see which of your
calls are affected by this change as
well as any replacement calls in newer
versions. You can also use our
changelog to see the full list of
changes.
I don’t know where this calls to API v2.0 are coming from since I am using SDK v7.4.0 which should use v2.5 by default.
Can someone give me a hint on where the calls to API v2.0 may come from?