Facebook Graph API Batch Requests - Retrieve Friends Likes returns unknown error
I'm accessing the Graph API using batch requests, while trying to retrieve all of my frien开发者_如何学Gods likes the plataform returns-me a unknow error. By the way i'm using JSONPath to retrieve the likes.
likes?ids={result=friends:$.data.*.id}
Is this an security related question or a bug?
Ensure your access token has friends_likes
by using the linter: https://developers.facebook.com/tools/debug
精彩评论