My requirement is to fetch all the groups/ pages that a user has joined/ liked using facebook graph api. Do we need permission of the user to fetch them? I tried this:
https://graph.facebook.com/puzzell/groups?access_token=xxxxxxxxxxxxxxxxxxxx|lGI-q-ooUDPJBryegadsgrfgr5dr
But got only :
{
"data": [
]
}
Empty data. What Am i missing? Or is it even possible to fetch them? The access token is generated by the app created by me where puzzell is the user id who has nothing to do with my app.
Please ask if you need to know anything else. Thank you.