I am trying to get my groups with graph api v2.0, but data returns empty:
{
"data": []
}
Before this I used v1.0 and this was workable. I use:
https://graph.facebook.com/v2.2/252637181559106?fields=id%2cname&access_token=****
Same result I have with https://apigee.com; (https://apigee.com/console/facebook?req=%7B%22resource%22%3A%22getusergroups%22%2C%22params%22%3A%7B%22query%22%3A%7B%7D%2C%22template%22%3A%7B%22user%22%3A%22me%22%7D%2C%22headers%22%3A%7B%7D%2C%22body%22%3A%7B%22attachmentFormat%22%3A%22mime%22%2C%22attachmentContentDisposition%22%3A%22form-data%22%7D%7D%2C%22verb%22%3A%22get%22%7D)
Can anyone help me to receive all my groups?