![Picture of sootsnoot Picture of sootsnoot](/graphics/unknown.gif)
sootsnoot - 2015-04-14 07:48:32
Downloaded 20150408.
Make the call:
$success = $client->CallAPI('https://graph.facebook.com/v2.3/me',
'GET',
array(),
array('FailOnAccessError'=>true),
$user);
But the Facebook permission window warns:
You must upgrade this app to Graph API v2.x
v1.0 will be deprecated on April 30, 2015
Learn how to upgrade
As far as I can tell from the "Learn how to upgrade" link, there should be nothing more to do given that I specified v2.3 in the url for the graph API call. I get the user information okay, but I'm concerned that when April 30 arrives, it will stop working.
Any ideas how to debug this?