Hello,
when I try to use v2.1 of Facebook Graph-API I run in troubles as I can't specify the versioning in the URL. Some fields are available starting from a specific version, so I keep getting the following error:
{
"error": {
"message": "(#12) attending_count requires version v2.1 or higher",
"type": "OAuthException",
"code": 12
}
}
In my case, the right URL https://graph.facebook.com/v2.1/?.... should be used instead. I guess there is need of adding version number management.
Hello, when I try to use v2.1 of Facebook Graph-API I run in troubles as I can't specify the versioning in the URL. Some fields are available starting from a specific version, so I keep getting the following error:
In my case, the right URL https://graph.facebook.com/v2.1/?.... should be used instead. I guess there is need of adding version number management.